Uses of Annotation Interface
org.codehaus.jackson.annotate.JsonProperty
Packages that use JsonProperty
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.-
Uses of JsonProperty in org.codehaus.jackson
Constructor parameters in org.codehaus.jackson with annotations of type JsonPropertyModifierConstructorDescriptionJsonLocation
(Object sourceRef, long totalBytes, long totalChars, int lineNr, int columnNr) JsonLocation
(Object sourceRef, long totalBytes, long totalChars, int lineNr, int columnNr) JsonLocation
(Object sourceRef, long totalBytes, long totalChars, int lineNr, int columnNr) JsonLocation
(Object sourceRef, long totalBytes, long totalChars, int lineNr, int columnNr) JsonLocation
(Object sourceRef, long totalBytes, long totalChars, int lineNr, int columnNr)