Module tools.jackson.databind
Class JsonAnyFormatVisitor.Base
java.lang.Object
tools.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor.Base
- All Implemented Interfaces:
JsonAnyFormatVisitor
- Enclosing interface:
- JsonAnyFormatVisitor
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor
JsonAnyFormatVisitor.Base -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Base
public Base()
-