Uses of Annotation Type
org.codehaus.jackson.annotate.JsonCreator
Packages that use JsonCreator
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser
)
and generator
(JsonParser
)
instances.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 JsonCreatorModifierConstructorDescriptionJsonLocation
(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 JsonCreatorModifierConstructorDescriptionJsonSchema
(ObjectNode schema) Main constructor for schema instances.