-
_objectCodec
ObjectCodec _objectCodec
Object that implements conversion functionality between
Java objects and JSON content. For base JsonFactory implementation
usually not set by default, but can be explicitly set.
Sub-classes (like @link org.codehaus.jackson.map.MappingJsonFactory}
usually provide an implementation.
-
_factoryFeatures
int _factoryFeatures
Currently enabled factory features.
-
_parserFeatures
int _parserFeatures
Currently enabled parser features.
-
_generatorFeatures
int _generatorFeatures
Currently enabled generator features.
-
_characterEscapes
CharacterEscapes _characterEscapes
Definition of custom character escapes to use for generators created
by this factory, if any. If null, standard data format specific
escapes are used.
-
_inputDecorator
InputDecorator _inputDecorator
Optional helper object that may decorate input sources, to do
additional processing on input during parsing.
-
_outputDecorator
OutputDecorator _outputDecorator
Optional helper object that may decorate output object, to do
additional processing on output during content generation.
-
_rootValueSeparator
SerializableString _rootValueSeparator
Separator used between root-level values, if any; null indicates
"do not add separator".
Default separator is a single space character.
- Since:
- 2.1