Class PropertyIdentityDeserializationInfo<T>

java.lang.Object
org.dominokit.jacksonapt.deser.bean.PropertyIdentityDeserializationInfo<T>
All Implemented Interfaces:
IdentityDeserializationInfo<T>

public class PropertyIdentityDeserializationInfo<T>
extends java.lang.Object
implements IdentityDeserializationInfo<T>

PropertyIdentityDeserializationInfo class.

Version:
$Id: $
Author:
Nicolas Morel
  • Constructor Summary

    Constructors
    Constructor Description
    PropertyIdentityDeserializationInfo​(java.lang.String propertyName, java.lang.Class<?> type, java.lang.Class<?> scope)
    Constructor for PropertyIdentityDeserializationInfo.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPropertyName()
    getPropertyName
    boolean isProperty()
    isProperty
    ObjectIdGenerator.IdKey newIdKey​(java.lang.Object id)
    newIdKey
    java.lang.Object readId​(JsonReader reader, JsonDeserializationContext ctx)
    Reads the id and returns it.

    Methods inherited from class java.lang.Object

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

    • PropertyIdentityDeserializationInfo

      public PropertyIdentityDeserializationInfo​(java.lang.String propertyName, java.lang.Class<?> type, java.lang.Class<?> scope)

      Constructor for PropertyIdentityDeserializationInfo.

      Parameters:
      propertyName - a String object.
      type - a Class object.
      scope - a Class object.
  • Method Details