Package io.protostuff
Class SmileIOUtil.Factory
- java.lang.Object
-
- com.fasterxml.jackson.core.TokenStreamFactory
-
- com.fasterxml.jackson.core.JsonFactory
-
- com.fasterxml.jackson.dataformat.smile.SmileFactory
-
- io.protostuff.SmileIOUtil.Factory
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned
,java.io.Serializable
- Enclosing class:
- SmileIOUtil
public static final class SmileIOUtil.Factory extends com.fasterxml.jackson.dataformat.smile.SmileFactory
A custom factory simply to expose certain fields.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.fasterxml.jackson.dataformat.smile.SmileFactory
_cfgDelegateToTextual, _smileGeneratorFeatures, _smileParserFeatures, FORMAT_NAME_SMILE
-
Fields inherited from class com.fasterxml.jackson.core.JsonFactory
_byteSymbolCanonicalizer, _characterEscapes, _errorReportConfiguration, _factoryFeatures, _generatorDecorators, _generatorFeatures, _inputDecorator, _maximumNonEscapedChar, _objectCodec, _outputDecorator, _parserFeatures, _quoteChar, _recyclerPool, _rootCharSymbols, _rootValueSeparator, _streamReadConstraints, _streamWriteConstraints, DEFAULT_FACTORY_FEATURE_FLAGS, DEFAULT_GENERATOR_FEATURE_FLAGS, DEFAULT_PARSER_FEATURE_FLAGS, DEFAULT_QUOTE_CHAR, DEFAULT_ROOT_VALUE_SEPARATOR, FORMAT_NAME_JSON
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGeneratorFeaturesImpl()
Returns the generator feature flags.int
getParserFeaturesImpl()
Returns the parser feature flags.com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
getRootByteSymbols()
Needed by jackson's internal utf8 stream parser.int
getSmileGeneratorFeatures()
Returns the smile-specific generator feature flags.int
getSmileParserFeaturesImpl()
Returns the smile-specific parser feature flags.-
Methods inherited from class com.fasterxml.jackson.dataformat.smile.SmileFactory
_createGenerator, _createGenerator, _createParser, _createParser, _createParser, _createParser, _createUTF8Generator, _createWriter, _nonByteSource, _nonByteTarget, builder, canHandleBinaryNatively, canParseAsync, canUseCharArrays, configure, configure, copy, createGenerator, createGenerator, createNonBlockingByteArrayParser, createParser, createParser, createParser, createParser, createParser, delegateToTextual, disable, disable, enable, enable, getFormatGeneratorFeatures, getFormatName, getFormatParserFeatures, getFormatReadFeatureType, getFormatWriteFeatureType, hasFormat, isEnabled, isEnabled, readResolve, rebuild, version
-
Methods inherited from class com.fasterxml.jackson.core.JsonFactory
_checkInvalidCopy, _copy, _createContentReference, _createContentReference, _createContext, _createContext, _createNonBlockingContext, _createParser, _decorate, _decorate, _decorate, _decorate, _decorate, _decorate, _getBufferRecycler, _getRecyclerPool, canUseSchema, configure, configure, configure, createGenerator, createGenerator, createGenerator, createGenerator, createJsonGenerator, createJsonGenerator, createJsonGenerator, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createNonBlockingByteBufferParser, createParser, createParser, createParser, createParser, createParser, disable, disable, disable, enable, enable, enable, getCharacterEscapes, getCodec, getFactoryFeatures, getGeneratorFeatures, getInputDecorator, getOutputDecorator, getParserFeatures, getRootValueSeparator, hasJSONFormat, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, requiresCustomCodec, requiresPropertyOrdering, setCharacterEscapes, setCodec, setErrorReportConfiguration, setInputDecorator, setOutputDecorator, setRecyclerPool, setRootValueSeparator, setStreamReadConstraints, setStreamWriteConstraints, streamReadConstraints, streamWriteConstraints
-
-
-
-
Method Detail
-
getRootByteSymbols
public com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer getRootByteSymbols()
Needed by jackson's internal utf8 stream parser.
-
getParserFeaturesImpl
public int getParserFeaturesImpl()
Returns the parser feature flags.
-
getSmileParserFeaturesImpl
public int getSmileParserFeaturesImpl()
Returns the smile-specific parser feature flags.
-
getGeneratorFeaturesImpl
public int getGeneratorFeaturesImpl()
Returns the generator feature flags.
-
getSmileGeneratorFeatures
public int getSmileGeneratorFeatures()
Returns the smile-specific generator feature flags.
-
-