Class ValueDeserializer.None

java.lang.Object
tools.jackson.databind.ValueDeserializer<Object>
tools.jackson.databind.ValueDeserializer.None
All Implemented Interfaces:
NullValueProvider
Enclosing class:
ValueDeserializer<T>

public abstract static class ValueDeserializer.None extends ValueDeserializer<Object>
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