Package | Description |
---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors |
Classes used for exposing logical structure of POJOs as Jackson
sees it, and exposed via
ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)
and
ObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods. |
com.fasterxml.jackson.databind.jsonschema |
Classes needed for JSON schema support (currently just ability
to generate schemas using serialization part of data mapping)
|
Modifier and Type | Method and Description |
---|---|
String |
JsonValueFormat.toString() |
String |
JsonFormatTypes.value() |
Modifier and Type | Method and Description |
---|---|
ObjectNode |
JsonSchema.getSchemaNode()
Deprecated.
Method for accessing root JSON object of the contained schema.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.