Class JsonIntegerFormatVisitor.Base

java.lang.Object
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor.Base
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor.Base
All Implemented Interfaces:
JsonIntegerFormatVisitor, JsonValueFormatVisitor
Enclosing interface:
JsonIntegerFormatVisitor

public static class JsonIntegerFormatVisitor.Base extends JsonValueFormatVisitor.Base implements JsonIntegerFormatVisitor
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.