Uses of Class
org.codehaus.jackson.node.JsonNodeFactory
Packages that use JsonNodeFactory
Package
Description
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParserContains concrete
JsonNode implementations
Jackson uses for the Tree model.-
Uses of JsonNodeFactory in org.codehaus.jackson.map
Fields in org.codehaus.jackson.map declared as JsonNodeFactoryModifier and TypeFieldDescriptionprotected final JsonNodeFactoryDeserializationConfig._nodeFactoryFactory used for constructingJsonNodeinstances.Methods in org.codehaus.jackson.map that return JsonNodeFactoryModifier and TypeMethodDescriptionfinal JsonNodeFactoryDeserializationConfig.getNodeFactory()final JsonNodeFactoryDeserializationContext.getNodeFactory()ObjectMapper.getNodeFactory()Method that can be used to get hold ofJsonNodeFactorythat this mapper will use when directly constructing rootJsonNodeinstances for Trees.Methods in org.codehaus.jackson.map with parameters of type JsonNodeFactoryModifier and TypeMethodDescriptionObjectMapper.reader(JsonNodeFactory f) Factory method for constructingObjectReaderthat will use specifiedJsonNodeFactoryfor constructing JSON trees.ObjectMapper.setNodeFactory(JsonNodeFactory f) Method for specifyingJsonNodeFactoryto use for constructing root level tree nodes (via methodObjectMapper.createObjectNode()DeserializationConfig.withNodeFactory(JsonNodeFactory f) Fluent factory method that will construct a new instance with specifiedJsonNodeFactoryObjectReader.withNodeFactory(JsonNodeFactory f) Method for constructing a new reader instance with configuration that uses passedJsonNodeFactoryfor constructingJsonNodeinstances.Constructors in org.codehaus.jackson.map with parameters of type JsonNodeFactoryModifierConstructorDescriptionprotected -
Uses of JsonNodeFactory in org.codehaus.jackson.node
Fields in org.codehaus.jackson.node declared as JsonNodeFactoryModifier and TypeFieldDescriptionstatic final JsonNodeFactoryJsonNodeFactory.instanceDefault singleton instance that construct "standard" node instances: given that this class is stateless, a globally shared singleton can be used.Constructors in org.codehaus.jackson.node with parameters of type JsonNodeFactoryModifierConstructorDescriptionprotected