Uses of Interface
tools.jackson.databind.jsonFormatVisitors.WithSettableSerializationContext
Packages that use WithSettableSerializationContext
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 WithSettableSerializationContext in tools.jackson.databind.jsonFormatVisitors
Subinterfaces of WithSettableSerializationContext in tools.jackson.databind.jsonFormatVisitorsModifier and TypeInterfaceDescriptioninterfaceInterface for visitor callbacks, when type in question can be any of legal JSON types.Classes in tools.jackson.databind.jsonFormatVisitors that implement WithSettableSerializationContextModifier and TypeClassDescriptionstatic classEmpty "no-op" implementation ofJsonFormatVisitorWrapper, suitable for sub-classing.