Class TZAwareLDTContextualDeserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider

    public class TZAwareLDTContextualDeserializer
    extends com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
    implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
    • Nested Class Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual​(com.fasterxml.jackson.databind.DeserializationContext ctx, com.fasterxml.jackson.databind.BeanProperty property)  
      LocalDateTime deserialize​(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctx)  
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
    • Constructor Detail

      • TZAwareLDTContextualDeserializer

        public TZAwareLDTContextualDeserializer()
    • Method Detail

      • deserialize

        public LocalDateTime deserialize​(com.fasterxml.jackson.core.JsonParser parser,
                                         com.fasterxml.jackson.databind.DeserializationContext ctx)
                                  throws IOException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
        Throws:
        IOException
      • createContextual

        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual​(com.fasterxml.jackson.databind.DeserializationContext ctx,
                                                                                   com.fasterxml.jackson.databind.BeanProperty property)
        Specified by:
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer