Class ValueDeserializer.None
- All Implemented Interfaces:
NullValueProvider
- Enclosing class:
ValueDeserializer<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 ValueDeserializer
ValueDeserializer.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ValueDeserializer
createContextual, deserialize, deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, resolve, supportsUpdate, unwrappingDeserializer
-
Constructor Details
-
None
private None()
-