|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonCreator | |
|---|---|
| org.codehaus.jackson | Main public API classes of the core streaming JSON
processor: most importantly JsonFactory
used 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 | |
|---|---|
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 | |
|---|---|
JsonSchema(ObjectNode schema)
Main constructor for schema instances. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||