Uses of Class
tools.jackson.core.json.JsonFactory
Packages that use JsonFactory
Package
Description
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of JsonFactory in tools.jackson.core.json
Subclasses with type arguments of type JsonFactory in tools.jackson.core.jsonModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingJsonFactoryinstances for reading/writing JSON encoded content.Methods in tools.jackson.core.json that return JsonFactoryModifier and TypeMethodDescriptionJsonFactoryBuilder.build()JsonFactory.copy()Method for constructing a newJsonFactorythat has the same settings as this instance, but is otherwise independent (i.e.Constructors in tools.jackson.core.json with parameters of type JsonFactory