com.fasterxml.jackson.databind.jsonFormatVisitors

Class JsonAnyFormatVisitor.Base

  • java.lang.Object
    • com.fasterxml.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor.Base
  • All Implemented Interfaces:
    JsonAnyFormatVisitor
    Enclosing interface:
    JsonAnyFormatVisitor


    public static class JsonAnyFormatVisitor.Base
    extends 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 Detail

      • Base

        public Base()

Copyright © 2008–2018 FasterXML. All rights reserved.