Class AttributeTypeDeserializer

Object
JsonDeserializer<AttributeTypeImpl>
AttributeTypeDeserializer
All Implemented Interfaces:
NullValueProvider

public class AttributeTypeDeserializer extends JsonDeserializer<AttributeTypeImpl>
  • Nested Class Summary

    Nested classes/interfaces inherited from class JsonDeserializer

    JsonDeserializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    AttributeTypeImpl
    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

    • AttributeTypeDeserializer

      public AttributeTypeDeserializer()
  • Method Details

    • deserialize

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