Class DurationConverter.JsonDeserializer

java.lang.Object
tools.jackson.databind.ValueDeserializer<Duration>
com.norconex.commons.lang.convert.GenericJsonDeserializer<Duration>
com.norconex.commons.lang.convert.DurationConverter.JsonDeserializer
All Implemented Interfaces:
tools.jackson.databind.deser.NullValueProvider
Enclosing class:
DurationConverter

public static class DurationConverter.JsonDeserializer extends GenericJsonDeserializer<Duration>
JSON (Jackson) deserializer using this converter.
Since:
3.0.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.ValueDeserializer

    tools.jackson.databind.ValueDeserializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.norconex.commons.lang.convert.GenericJsonDeserializer

    deserialize

    Methods inherited from class tools.jackson.databind.ValueDeserializer

    collectAllPropertyNamesTo, createContextual, deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, handledType, hasAnySetter, isCachable, logicalType, replaceDelegatee, resolve, supportsUpdate, unwrappingDeserializer

    Methods inherited from class java.lang.Object

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

    • JsonDeserializer

      public JsonDeserializer()