java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor.Base
All Implemented Interfaces:
JsonValueFormatVisitor
Direct Known Subclasses:
JsonBooleanFormatVisitor.Base, JsonIntegerFormatVisitor.Base, JsonNumberFormatVisitor.Base, JsonStringFormatVisitor.Base
Enclosing interface:
JsonValueFormatVisitor

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