Uses of Interface
tools.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor
Packages that use JsonNumberFormatVisitor
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 JsonNumberFormatVisitor in tools.jackson.databind.jsonFormatVisitors
Classes in tools.jackson.databind.jsonFormatVisitors that implement JsonNumberFormatVisitorModifier and TypeClassDescriptionstatic classDefault "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 tools.jackson.databind.jsonFormatVisitors that return JsonNumberFormatVisitorModifier and TypeMethodDescriptionJsonFormatVisitorWrapper.Base.expectNumberFormat(JavaType type) JsonFormatVisitorWrapper.expectNumberFormat(JavaType type)