Class JacksonLocalDateTimeDeserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.ContextualDeserializer , com.fasterxml.jackson.databind.deser.NullValueProvider , com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable , java.io.Serializable , pro.fessional.wings.slardar.autozone.AutoZoneAware

    
    public class JacksonLocalDateTimeDeserializer
    extends LocalDateTimeDeserializer implements AutoZoneAware
                        
    Since:

    2021-05-22

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static LocalDateTimeDeserializer INSTANCE
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      LocalDateTime deserialize(JsonParser parser, DeserializationContext context)
      JacksonLocalDateTimeDeserializer createContextual(DeserializationContext ctxt, BeanProperty property)
      JacksonLocalDateTimeDeserializer autoOff()
      • Methods inherited from class pro.fessional.wings.slardar.autozone.AutoZoneAware

        autoLocalRequest, autoLocalResponse, autoOffsetRequest, autoOffsetResponse, autoZonedRequest, autoZonedResponse
      • Methods inherited from class com.fasterxml.jackson.datatype.jsr310.deser.JSR310DeserializerBase

        deserializeWithType, logicalType
      • Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer

        deserialize, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
      • Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        getValueClass, getValueInstantiator, getValueType, handledType
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • Methods inherited from class com.fasterxml.jackson.databind.deser.NullValueProvider

        getNullValue
      • Methods inherited from class java.lang.Object

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