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

public class NamedFormatDeserializer
extends NamedDeserializer<NamedFormat,​Format>
  • 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
    NamedFormatDeserializer()  
  • Method Summary

    Modifier and Type Method Description
    protected NamedFormat newNamedInstance()  
    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, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer

    Methods inherited from class java.lang.Object

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