|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.map.JsonDeserializer<T>
org.codehaus.jackson.map.deser.StdDeserializer<T>
public abstract class StdDeserializer<T>
Base class for simple standard deserializers
| Constructor Summary | |
|---|---|
protected |
StdDeserializer(java.lang.Class<?> vc)
|
| Method Summary | |
|---|---|
protected java.util.Date |
_parseDate(JsonParser jp,
DeserializationContext ctxt)
|
protected double |
_parseDouble(JsonParser jp,
DeserializationContext ctxt)
|
protected int |
_parseInt(JsonParser jp,
DeserializationContext ctxt)
|
java.lang.Class<?> |
getValueClass()
|
| Methods inherited from class org.codehaus.jackson.map.JsonDeserializer |
|---|
deserialize, deserialize, getNullValue, shouldBeCached |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected StdDeserializer(java.lang.Class<?> vc)
| Method Detail |
|---|
public java.lang.Class<?> getValueClass()
protected int _parseInt(JsonParser jp,
DeserializationContext ctxt)
throws java.io.IOException,
JsonProcessingException
java.io.IOException
JsonProcessingException
protected double _parseDouble(JsonParser jp,
DeserializationContext ctxt)
throws java.io.IOException,
JsonProcessingException
java.io.IOException
JsonProcessingException
protected java.util.Date _parseDate(JsonParser jp,
DeserializationContext ctxt)
throws java.io.IOException,
JsonProcessingException
java.io.IOException
JsonProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||