Uses of Enum
com.fasterxml.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(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods.-
Uses of JsonFormatTypes in com.fasterxml.jackson.databind.jsonFormatVisitors
Subclasses with type arguments of type JsonFormatTypes in com.fasterxml.jackson.databind.jsonFormatVisitorsMethods in com.fasterxml.jackson.databind.jsonFormatVisitors that return JsonFormatTypesModifier and TypeMethodDescriptionstatic JsonFormatTypesstatic JsonFormatTypesReturns the enum constant of this type with the specified name.static JsonFormatTypes[]JsonFormatTypes.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 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 com.fasterxml.jackson.databind.ser.std
Methods in com.fasterxml.jackson.databind.ser.std with parameters of type JsonFormatTypesModifier and TypeMethodDescriptionprotected voidStdSerializer.visitArrayFormat(JsonFormatVisitorWrapper visitor, JavaType typeHint, JsonFormatTypes itemType)