Class KeyDeserializer.None

  • Enclosing class:
    KeyDeserializer

    public abstract static class KeyDeserializer.None
    extends KeyDeserializer
    This marker class is only to be used with annotations, to indicate that no deserializer is configured.

    Specifically, this class is to be used as the marker for annotation JsonDeserialize.

    • Constructor Summary

      Constructors 
      Constructor Description
      None()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public None()