| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.jsonFormatVisitors | Classes used for exposing logical structure of POJOs as Jackson
 sees it, and exposed via
  ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)andObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)methods. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JsonBooleanFormatVisitor | 
| interface  | JsonIntegerFormatVisitor | 
| interface  | JsonNumberFormatVisitor | 
| interface  | JsonStringFormatVisitor | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JsonBooleanFormatVisitor.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. | 
| static class  | JsonIntegerFormatVisitor.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. | 
| static class  | JsonNumberFormatVisitor.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. | 
| static class  | JsonStringFormatVisitor.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. | 
| static class  | JsonValueFormatVisitor.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. | 
Copyright © 2008–2016 FasterXML. All rights reserved.