public class JDKLocalTimeDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalTime>
| Constructor and Description |
|---|
JDKLocalTimeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalTime |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic java.time.LocalTime deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws java.io.IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalTime>java.io.IOException