Package | Description |
---|---|
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)
|
Constructor and Description |
---|
JsonLocation(Object sourceRef,
long totalBytes,
long totalChars,
int lineNr,
int columnNr) |
Constructor and Description |
---|
JsonSchema(ObjectNode schema)
Main constructor for schema instances.
|