Uses of Class
org.codehaus.jackson.annotate.JsonCreator
-
Packages that use JsonCreator Package Description org.codehaus.jackson Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonParser) instances.org.codehaus.jackson.schema Classes needed for JSON schema support (currently just ability to generate schemas using serialization part of data mapping) -
-
Uses of JsonCreator in org.codehaus.jackson
Constructors in org.codehaus.jackson with annotations of type JsonCreator Constructor Description JsonLocation(Object sourceRef, long totalBytes, long totalChars, int lineNr, int columnNr) -
Uses of JsonCreator in org.codehaus.jackson.schema
Constructors in org.codehaus.jackson.schema with annotations of type JsonCreator Constructor Description JsonSchema(ObjectNode schema)Main constructor for schema instances.
-