Class JsonAnyFormatVisitor.Base

  • All Implemented Interfaces:
    JsonAnyFormatVisitor
    Enclosing interface:
    JsonAnyFormatVisitor

    public static class JsonAnyFormatVisitor.Base
    extends java.lang.Object
    implements 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      Base()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Base

        public Base()