|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonSchema | |
|---|---|
| com.fasterxml.jackson.databind | Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
| com.fasterxml.jackson.databind.ser | Contains implementation classes of serialization part of data binding. |
| Uses of JsonSchema in com.fasterxml.jackson.databind |
|---|
| Methods in com.fasterxml.jackson.databind that return JsonSchema | |
|---|---|
JsonSchema |
ObjectMapper.generateJsonSchema(Class<?> t)
Generate Json-schema instance for specified class. |
| Uses of JsonSchema in com.fasterxml.jackson.databind.ser |
|---|
| Methods in com.fasterxml.jackson.databind.ser that return JsonSchema | |
|---|---|
JsonSchema |
DefaultSerializerProvider.generateJsonSchema(Class<?> type)
The method to be called by ObjectMapper and ObjectWriter
to generate JSON schema for
given type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||