Uses of Interface
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonStringFormatVisitor
Packages that use JsonStringFormatVisitor
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 JsonStringFormatVisitor in com.fasterxml.jackson.databind.jsonFormatVisitors
Classes in com.fasterxml.jackson.databind.jsonFormatVisitors that implement JsonStringFormatVisitorModifier and TypeClassDescriptionstatic class
Default "empty" implementation, useful as the base to start on; especially as it is guaranteed to implement all the method of the interface, even if new methods are getting added.Methods in com.fasterxml.jackson.databind.jsonFormatVisitors that return JsonStringFormatVisitorModifier and TypeMethodDescriptionJsonFormatVisitorWrapper.Base.expectStringFormat
(JavaType type) JsonFormatVisitorWrapper.expectStringFormat
(JavaType type)