java.lang.Object
tools.jackson.databind.KeyDeserializer
tools.jackson.databind.KeyDeserializer.None
- Enclosing class:
- 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
.
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.KeyDeserializer
KeyDeserializer.None
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.databind.KeyDeserializer
deserializeKey, resolve
-
Constructor Details
-
None
public None()
-