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
JsonParser
Contains 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 JsonNodeFactory
DeserializationConfig._nodeFactory
Factory used for constructingJsonNode
instances.Methods in org.codehaus.jackson.map that return JsonNodeFactoryModifier and TypeMethodDescriptionfinal JsonNodeFactory
DeserializationConfig.getNodeFactory()
final JsonNodeFactory
DeserializationContext.getNodeFactory()
ObjectMapper.getNodeFactory()
Method that can be used to get hold ofJsonNodeFactory
that this mapper will use when directly constructing rootJsonNode
instances for Trees.Methods in org.codehaus.jackson.map with parameters of type JsonNodeFactoryModifier and TypeMethodDescriptionObjectMapper.reader
(JsonNodeFactory f) Factory method for constructingObjectReader
that will use specifiedJsonNodeFactory
for constructing JSON trees.ObjectMapper.setNodeFactory
(JsonNodeFactory f) Method for specifyingJsonNodeFactory
to use for constructing root level tree nodes (via methodObjectMapper.createObjectNode()
DeserializationConfig.withNodeFactory
(JsonNodeFactory f) Fluent factory method that will construct a new instance with specifiedJsonNodeFactory
ObjectReader.withNodeFactory
(JsonNodeFactory f) Method for constructing a new reader instance with configuration that uses passedJsonNodeFactory
for constructingJsonNode
instances.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 JsonNodeFactory
JsonNodeFactory.instance
Default 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