public interface JsonIntegerFormatVisitor extends JsonValueFormatVisitor
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
JsonIntegerFormatVisitor.Base
Default "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 | 
numberType(JsonParser.NumberType type)
 | 
enumTypes, formatvoid numberType(JsonParser.NumberType type)
Copyright © 2008–2016 FasterXML. All rights reserved.