Uses of Enum Class
tools.jackson.databind.jsonFormatVisitors.JsonFormatTypes
Packages that use JsonFormatTypes
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 JsonFormatTypes in tools.jackson.databind.jsonFormatVisitors
Subclasses with type arguments of type JsonFormatTypes in tools.jackson.databind.jsonFormatVisitorsFields in tools.jackson.databind.jsonFormatVisitors with type parameters of type JsonFormatTypesModifier and TypeFieldDescriptionprivate static final Map<String, JsonFormatTypes> JsonFormatTypes._byLCNameMethods in tools.jackson.databind.jsonFormatVisitors that return JsonFormatTypesModifier and TypeMethodDescriptionstatic JsonFormatTypesstatic JsonFormatTypesReturns the enum constant of this class with the specified name.static JsonFormatTypes[]JsonFormatTypes.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 JsonFormatTypesModifier and TypeMethodDescriptionvoidJsonArrayFormatVisitor.Base.itemsFormat(JsonFormatTypes format) voidJsonArrayFormatVisitor.itemsFormat(JsonFormatTypes format) Visit method that is called if the content type is a simple scalar type likeJsonFormatTypes.STRING(but not for structured types likeJsonFormatTypes.OBJECTsince they would be missing type information). -
Uses of JsonFormatTypes in tools.jackson.databind.ser.std
Methods in tools.jackson.databind.ser.std with parameters of type JsonFormatTypesModifier and TypeMethodDescriptionprotected voidStdSerializer.visitArrayFormat(JsonFormatVisitorWrapper visitor, JavaType typeHint, JsonFormatTypes itemType)