Uses of Class
com.fasterxml.jackson.datatype.threetenbp.deser.InstantDeserializer
-
Packages that use InstantDeserializer Package Description com.fasterxml.jackson.datatype.threetenbp.deser -
-
Uses of InstantDeserializer in com.fasterxml.jackson.datatype.threetenbp.deser
Fields in com.fasterxml.jackson.datatype.threetenbp.deser declared as InstantDeserializer Modifier and Type Field Description static InstantDeserializer<org.threeten.bp.Instant>InstantDeserializer. INSTANTstatic InstantDeserializer<org.threeten.bp.OffsetDateTime>InstantDeserializer. OFFSET_DATE_TIMEstatic InstantDeserializer<org.threeten.bp.ZonedDateTime>InstantDeserializer. ZONED_DATE_TIMEMethods in com.fasterxml.jackson.datatype.threetenbp.deser that return InstantDeserializer Modifier and Type Method Description protected InstantDeserializer<T>InstantDeserializer. withDateFormat(org.threeten.bp.format.DateTimeFormatter dtf)protected InstantDeserializer<T>InstantDeserializer. withLeniency(Boolean leniency)protected InstantDeserializer<T>InstantDeserializer. withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape)Constructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type InstantDeserializer Constructor Description InstantDeserializer(InstantDeserializer<T> base, Boolean adjustToContextTimezoneOverride)InstantDeserializer(InstantDeserializer<T> base, org.threeten.bp.format.DateTimeFormatter f)InstantDeserializer(InstantDeserializer<T> base, org.threeten.bp.format.DateTimeFormatter f, Boolean leniency)
-