Uses of Interface
tools.jackson.databind.node.JsonNodeCreator
Packages that use JsonNodeCreator
Package
Description
Contains concrete
JsonNode implementations
Jackson uses for the Tree model.Utility classes for Mapper package.
-
Uses of JsonNodeCreator in tools.jackson.databind.node
Classes in tools.jackson.databind.node that implement JsonNodeCreatorModifier and TypeClassDescriptionclassNode class that represents Arrays mapped from JSON content.classContainerNode<T extends ContainerNode<T>>This intermediate base class is used for all container nodes, specifically, array and object nodes.classBase class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.classNode that maps to JSON Object structures in JSON content. -
Uses of JsonNodeCreator in tools.jackson.databind.util
Methods in tools.jackson.databind.util with parameters of type JsonNodeCreator