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
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, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
-
Constructor Details
-
NamedVariantFormatDeserializer
public NamedVariantFormatDeserializer()
-
-
Method Details
-
valueType
- Specified by:
valueTypein classNamedDeserializer<NamedVariantFormat,VariantFormat>
-
newNamedInstance
- Specified by:
newNamedInstancein classNamedDeserializer<NamedVariantFormat,VariantFormat>
-