Uses of Class
com.fasterxml.jackson.datatype.threetenbp.deser.ThreeTenDateTimeDeserializerBase
Packages that use ThreeTenDateTimeDeserializerBase
-
Uses of ThreeTenDateTimeDeserializerBase in com.fasterxml.jackson.datatype.threetenbp.deser
Modifier and TypeClassDescriptionclassInstantDeserializer<T extends org.threeten.bp.temporal.Temporal>Deserializer for ThreeTen temporalInstants,OffsetDateTime, andZonedDateTimes.classDeserializer for ThreeTen temporalLocalDates.classDeserializer for ThreeTen temporalLocalDateTimes.classDeserializer for ThreeTen temporalLocalTimes.classDeserializer for ThreeTen temporalMonthDays.classDeserializer for ThreeTen temporalOffsetTimes.classDeserializer for ThreeTen temporalYears.classDeserializer for ThreeTen temporalYearMonths.Methods in com.fasterxml.jackson.datatype.threetenbp.deser that return ThreeTenDateTimeDeserializerBaseModifier and TypeMethodDescriptionprotected ThreeTenDateTimeDeserializerBase<?> InstantDeserializer._withFormatOverrides(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property, com.fasterxml.jackson.annotation.JsonFormat.Value formatOverrides) protected ThreeTenDateTimeDeserializerBase<?> LocalDateTimeDeserializer._withFormatOverrides(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property, com.fasterxml.jackson.annotation.JsonFormat.Value formatOverrides) protected ThreeTenDateTimeDeserializerBase<?> LocalTimeDeserializer._withFormatOverrides(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property, com.fasterxml.jackson.annotation.JsonFormat.Value formatOverrides) protected ThreeTenDateTimeDeserializerBase<?> OffsetTimeDeserializer._withFormatOverrides(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property, com.fasterxml.jackson.annotation.JsonFormat.Value formatOverrides) protected ThreeTenDateTimeDeserializerBase<?> ThreeTenDateTimeDeserializerBase._withFormatOverrides(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property, com.fasterxml.jackson.annotation.JsonFormat.Value formatOverrides) protected abstract ThreeTenDateTimeDeserializerBase<T> ThreeTenDateTimeDeserializerBase.withDateFormat(org.threeten.bp.format.DateTimeFormatter dtf) protected abstract ThreeTenDateTimeDeserializerBase<T> ThreeTenDateTimeDeserializerBase.withLeniency(Boolean leniency) protected ThreeTenDateTimeDeserializerBase<T> ThreeTenDateTimeDeserializerBase.withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape) The default implementation returns this, because shape is more likely applicable in case of the serialization, usage during deserialization could cover only very specific cases.Constructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type ThreeTenDateTimeDeserializerBaseModifierConstructorDescriptionprotectedThreeTenDateTimeDeserializerBase(ThreeTenDateTimeDeserializerBase<T> base, com.fasterxml.jackson.annotation.JsonFormat.Shape shape) protectedThreeTenDateTimeDeserializerBase(ThreeTenDateTimeDeserializerBase<T> base, Boolean leniency) protectedThreeTenDateTimeDeserializerBase(ThreeTenDateTimeDeserializerBase<T> base, Boolean leniency, org.threeten.bp.format.DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape) protectedThreeTenDateTimeDeserializerBase(ThreeTenDateTimeDeserializerBase<T> base, org.threeten.bp.format.DateTimeFormatter f)