Uses of Enum Class
tools.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(tools.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods.-
Uses of JsonValueFormat in tools.jackson.databind.jsonFormatVisitors
Methods in tools.jackson.databind.jsonFormatVisitors that return JsonValueFormatModifier and TypeMethodDescriptionstatic JsonValueFormatReturns the enum constant of this class with the specified name.static JsonValueFormat[]JsonValueFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.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 tools.jackson.databind.ser.std
Methods in tools.jackson.databind.ser.std with parameters of type JsonValueFormatModifier and TypeMethodDescriptionprotected voidStdSerializer.visitIntFormat(JsonFormatVisitorWrapper visitor, JavaType typeHint, 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