Class NamedFormatDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<T>
-
- org.starcoin.serde.format.jackson.NamedDeserializer<NamedFormat,Format>
-
- org.starcoin.serde.format.jackson.NamedFormatDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class NamedFormatDeserializer extends NamedDeserializer<NamedFormat,Format>
-
-
Constructor Summary
Constructors Constructor Description NamedFormatDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NamedFormatnewNamedInstance()protected Class<Format>valueType()-
Methods inherited from class org.starcoin.serde.format.jackson.NamedDeserializer
deserialize
-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
valueType
protected Class<Format> valueType()
- Specified by:
valueTypein classNamedDeserializer<NamedFormat,Format>
-
newNamedInstance
protected NamedFormat newNamedInstance()
- Specified by:
newNamedInstancein classNamedDeserializer<NamedFormat,Format>
-
-