Class NamedVariantFormatDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<T>
org.starcoin.serde.format.jackson.NamedDeserializer<NamedVariantFormat,VariantFormat>
org.starcoin.serde.format.jackson.NamedVariantFormatDeserializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class NamedVariantFormatDeserializer extends NamedDeserializer<NamedVariantFormat,VariantFormat>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None -
Constructor Summary
Constructors Constructor Description NamedVariantFormatDeserializer() -
Method Summary
Modifier and Type Method Description protected NamedVariantFormatnewNamedInstance()protected Class<VariantFormat>valueType()Methods inherited from class org.starcoin.serde.format.jackson.NamedDeserializer
deserializeMethods 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
-
Constructor Details
-
NamedVariantFormatDeserializer
public NamedVariantFormatDeserializer()
-
-
Method Details
-
valueType
- Specified by:
valueTypein classNamedDeserializer<NamedVariantFormat,VariantFormat>
-
newNamedInstance
- Specified by:
newNamedInstancein classNamedDeserializer<NamedVariantFormat,VariantFormat>
-