Class LocalDateTimeDeserializer

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

    public final class LocalDateTimeDeserializer
    extends com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
    • 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
      @Nullable LocalDateTime deserialize​(@NotNull com.fasterxml.jackson.core.JsonParser parser, @NotNull com.fasterxml.jackson.databind.DeserializationContext context)  
      • 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

      • LocalDateTimeDeserializer

        public LocalDateTimeDeserializer()
    • Method Detail

      • deserialize

        @Nullable
        public @Nullable LocalDateTime deserialize​(@NotNull
                                                   @NotNull com.fasterxml.jackson.core.JsonParser parser,
                                                   @NotNull
                                                   @NotNull com.fasterxml.jackson.databind.DeserializationContext context)
                                            throws IOException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
        Throws:
        IOException