Uses of Interface
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor
-
Packages that use JsonMapFormatVisitor Package Description com.fasterxml.jackson.databind.jsonFormatVisitors Classes used for exposing logical structure of POJOs as Jackson sees it, and exposed viaObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)andObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)methods. -
-
Uses of JsonMapFormatVisitor in com.fasterxml.jackson.databind.jsonFormatVisitors
Classes in com.fasterxml.jackson.databind.jsonFormatVisitors that implement JsonMapFormatVisitor Modifier and Type Class Description static classJsonMapFormatVisitor.BaseDefault "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 JsonMapFormatVisitor Modifier and Type Method Description JsonMapFormatVisitorJsonFormatVisitorWrapper.Base. expectMapFormat(JavaType type)JsonMapFormatVisitorJsonFormatVisitorWrapper. expectMapFormat(JavaType type)Method called when type is of JavaMaptype, and will be serialized as a JSON Object.
-