Class AssignedCharacteristicTypeDeserializer

Object
JsonDeserializer<AssignedCharacteristicTypeImpl>
AssignedCharacteristicTypeDeserializer
All Implemented Interfaces:
NullValueProvider

public class AssignedCharacteristicTypeDeserializer extends JsonDeserializer<AssignedCharacteristicTypeImpl>
  • Nested Class Summary

    Nested classes/interfaces inherited from class JsonDeserializer

    JsonDeserializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    AssignedCharacteristicTypeImpl
    deserialize(JsonParser jsonParser, DeserializationContext deserializationContext)
     

    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

    • AssignedCharacteristicTypeDeserializer

      public AssignedCharacteristicTypeDeserializer()
  • Method Details

    • deserialize

      public AssignedCharacteristicTypeImpl deserialize(JsonParser jsonParser, DeserializationContext deserializationContext) throws IOException
      Specified by:
      deserialize in class JsonDeserializer<AssignedCharacteristicTypeImpl>
      Throws:
      IOException