Class NumericIdentifierDeserializer<T extends NumericIdentifier>

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<R>
de.vinado.lib.identifier.jackson.IdentifierDeserializer<Long,T>
de.vinado.lib.identifier.jackson.basic.NumericIdentifierDeserializer<T>
Type Parameters:
T - the type of the NumericIdentifier's subtype if any
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider

public class NumericIdentifierDeserializer<T extends NumericIdentifier> extends IdentifierDeserializer<Long,T>
Long-based application identifier VO.
Author:
Vincent Nadoll
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

    com.fasterxml.jackson.databind.JsonDeserializer.None
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Long
     

    Methods inherited from class de.vinado.lib.identifier.jackson.IdentifierDeserializer

    deserialize

    Methods inherited from class com.fasterxml.jackson.databind.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 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait