public interface JsonMapFormatVisitor extends JsonFormatVisitorWithSerializerProvider
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | JsonMapFormatVisitor.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | keyFormat(JsonFormatVisitable handler,
         JavaType keyType)Visit method called to indicate type of keys of the Map type
 being visited | 
| void | valueFormat(JsonFormatVisitable handler,
           JavaType valueType)Visit method called after  keyFormat(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.JavaType)to allow visiting of
 the value type | 
getProvider, setProvidervoid keyFormat(JsonFormatVisitable handler, JavaType keyType) throws JsonMappingException
JsonMappingExceptionvoid valueFormat(JsonFormatVisitable handler, JavaType valueType) throws JsonMappingException
keyFormat(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.JavaType) to allow visiting of
 the value typeJsonMappingExceptionCopyright © 2008–2020 FasterXML. All rights reserved.