com.fasterxml.jackson.databind
Class JsonDeserializer.None

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonDeserializer<Object>
      extended by com.fasterxml.jackson.databind.JsonDeserializer.None
Enclosing class:
JsonDeserializer<T>

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
JsonDeserializer.None
 
Method Summary
 
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserialize, deserializeWithType, getEmptyValue, getNullValue, getObjectIdReader, isCachable, unwrappingDeserializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2012 fasterxml.com. All Rights Reserved.