Uses of Annotation Interface
com.fasterxml.jackson.annotation.JsonValue
Packages that use JsonValue
Package
Description
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.Classes needed for JSON schema support (currently just ability
to generate schemas using serialization part of data mapping)
-
Uses of JsonValue in com.fasterxml.jackson.databind.jsonFormatVisitors
Methods in com.fasterxml.jackson.databind.jsonFormatVisitors with annotations of type JsonValue -
Uses of JsonValue in com.fasterxml.jackson.databind.jsonschema
Methods in com.fasterxml.jackson.databind.jsonschema with annotations of type JsonValueModifier and TypeMethodDescriptionJsonSchema.getSchemaNode()Deprecated.Method for accessing root JSON object of the contained schema.