Class JsonTypeInfo.None

  • Enclosing class:
    JsonTypeInfo

    public abstract static class JsonTypeInfo.None
    extends java.lang.Object
    This marker class that is only to be used with defaultImpl annotation property, to indicate that there is no default implementation specified.
    Since:
    1.9
    • Constructor Summary

      Constructors 
      Constructor Description
      None()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public None()