Uses of Interface
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializationContext
Packages that use JsonFormatVisitorWithSerializationContext
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 JsonFormatVisitorWithSerializationContext in tools.jackson.databind.jsonFormatVisitors
Subinterfaces of JsonFormatVisitorWithSerializationContext in tools.jackson.databind.jsonFormatVisitorsModifier and TypeInterfaceDescriptioninterfaceinterfaceInterface for visitor callbacks, when type in question can be any of legal JSON types.interfaceinterfaceVisitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (likeEnumMap).Classes in tools.jackson.databind.jsonFormatVisitors that implement JsonFormatVisitorWithSerializationContextModifier 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.static classEmpty "no-op" implementation ofJsonFormatVisitorWrapper, suitable for sub-classing.static 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.static 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.