public abstract class StdScalarDeserializer<T> extends StdDeserializer<T>
JsonDeserializer.None_valueClass| Modifier | Constructor and Description |
|---|---|
protected |
StdScalarDeserializer(java.lang.Class<?> vc) |
protected |
StdScalarDeserializer(JavaType valueType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deserializeWithType(com.fasterxml.jackson.core.JsonParser jp,
DeserializationContext ctxt,
TypeDeserializer typeDeserializer)
Base implementation that does not assume specific type
inclusion mechanism.
|
_parseBoolean, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, findConvertingContentDeserializer, findDeserializer, getValueClass, getValueType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoubledeserialize, deserialize, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializerprotected StdScalarDeserializer(java.lang.Class<?> vc)
protected StdScalarDeserializer(JavaType valueType)
public java.lang.Object deserializeWithType(com.fasterxml.jackson.core.JsonParser jp,
DeserializationContext ctxt,
TypeDeserializer typeDeserializer)
throws java.io.IOException,
com.fasterxml.jackson.core.JsonProcessingException
StdDeserializerdeserializeWithType in class StdDeserializer<T>typeDeserializer - Deserializer to use for handling type informationjava.io.IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2013. All Rights Reserved.