Class AttributeDeserializer

Object
JsonDeserializer<AttributeImpl>
AttributeDeserializer
All Implemented Interfaces:
NullValueProvider

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

    Nested classes/interfaces inherited from class JsonDeserializer

    JsonDeserializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • AttributeDeserializer

      public AttributeDeserializer()
  • Method Details

    • deserialize

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