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
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. nothing is actually shared, symbol tables are separate).Constructors in tools.jackson.core.json with parameters of type JsonFactory