Package org.codehaus.jackson.map
Class JsonDeserializer.None
- Enclosing class:
- JsonDeserializer<T>
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 org.codehaus.jackson.map.JsonDeserializer
JsonDeserializer.None
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.jackson.map.JsonDeserializer
deserialize, deserialize, deserializeWithType, getEmptyValue, getNullValue, unwrappingDeserializer
-
Constructor Details
-
None
public None()
-