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 NamedVariantFormat newNamedInstance()  
    protected Class<VariantFormat> 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait