Uses of Enum
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat
Packages that use JsonValueFormat
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.-
Uses of JsonValueFormat in com.fasterxml.jackson.databind.jsonFormatVisitors
Subclasses with type arguments of type JsonValueFormat in com.fasterxml.jackson.databind.jsonFormatVisitorsModifier and TypeClassDescriptionenumThis enum represents the encoded format for a jsonSchema value typeMethods in com.fasterxml.jackson.databind.jsonFormatVisitors that return JsonValueFormatModifier and TypeMethodDescriptionstatic JsonValueFormatReturns the enum constant of this type with the specified name.static JsonValueFormat[]JsonValueFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.databind.jsonFormatVisitors with parameters of type JsonValueFormatModifier and TypeMethodDescriptionvoidJsonValueFormatVisitor.Base.format(JsonValueFormat format) voidJsonValueFormatVisitor.format(JsonValueFormat format) Method called to indicate configured format for value type being visited. -
Uses of JsonValueFormat in com.fasterxml.jackson.databind.ser.std
Methods in com.fasterxml.jackson.databind.ser.std with parameters of type JsonValueFormatModifier and TypeMethodDescriptionprotected voidStdSerializer.visitIntFormat(JsonFormatVisitorWrapper visitor, JavaType typeHint, com.fasterxml.jackson.core.JsonParser.NumberType numberType, JsonValueFormat format) Helper method that calls necessary visit method(s) to indicate that the underlying JSON type is JSON Integer number, but that there is also a further format restriction involved.protected voidStdSerializer.visitStringFormat(JsonFormatVisitorWrapper visitor, JavaType typeHint, JsonValueFormat format) Helper method that calls necessary visit method(s) to indicate that the underlying JSON type is JSON String, but that there is a more refined logical type