org.codehaus.jackson.map
Class KeyDeserializer.None
java.lang.Object
org.codehaus.jackson.map.KeyDeserializer
org.codehaus.jackson.map.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
.
- Since:
- 1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyDeserializer.None
public KeyDeserializer.None()