Class AttributeDeserializer

  • All Implemented Interfaces:
    NullValueProvider

    public class AttributeDeserializer
    extends JsonDeserializer<AttributeImpl>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class JsonDeserializer

        JsonDeserializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AttributeImpl deserialize​(JsonParser p, DeserializationContext ctxt)  
      • Methods inherited from class JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeDeserializer

        public AttributeDeserializer()
    • Method Detail

      • deserialize

        public AttributeImpl deserialize​(JsonParser p,
                                         DeserializationContext ctxt)
                                  throws IOException
        Specified by:
        deserialize in class JsonDeserializer<AttributeImpl>
        Throws:
        IOException