Package | Description |
---|---|
com.fasterxml.jackson.databind |
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode ), as well as
writing Java Objects and trees as JSON. |
com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
Modifier and Type | Method and Description |
---|---|
JsonSchema |
ObjectMapper.generateJsonSchema(Class<?> t)
Deprecated.
Since 2.6 use external JSON Schema generator (https://github.com/FasterXML/jackson-module-jsonSchema)
|
Modifier and Type | Method and Description |
---|---|
JsonSchema |
DefaultSerializerProvider.generateJsonSchema(Class<?> type)
Deprecated.
Should not be used any more
|
Copyright © 2014–2015 FasterXML. All rights reserved.