Class JacksonLocalTimeDeserializer
-
- 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
public class JacksonLocalTimeDeserializer extends LocalTimeDeserializer- Since:
2021-05-22
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static LocalTimeDeserializerINSTANCE
-
Constructor Summary
Constructors Constructor Description JacksonLocalTimeDeserializer(DateTimeFormatter formatter, List<DateTimeFormatter> formats)
-
Method Summary
Modifier and Type Method Description LocalTimedeserialize(JsonParser parser, DeserializationContext context)-
Methods inherited from class com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase
createContextual -
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
-
-
Constructor Detail
-
JacksonLocalTimeDeserializer
JacksonLocalTimeDeserializer(DateTimeFormatter formatter, List<DateTimeFormatter> formats)
-
-
Method Detail
-
deserialize
LocalTime deserialize(JsonParser parser, DeserializationContext context)
-
-
-
-