Uses of Class
com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase
-
Packages that use InstantSerializerBase Package Description com.fasterxml.jackson.datatype.jsr310.ser -
-
Uses of InstantSerializerBase in com.fasterxml.jackson.datatype.jsr310.ser
Subclasses of InstantSerializerBase in com.fasterxml.jackson.datatype.jsr310.ser Modifier and Type Class Description classInstantSerializerSerializer for Java 8 temporalInstants,OffsetDateTime, andZonedDateTimes.classOffsetDateTimeSerializerclassZonedDateTimeSerializerclassZonedDateTimeWithZoneIdSerializerDeprecated.Since 2.8 only used by deprecatedJSR310ModuleConstructors in com.fasterxml.jackson.datatype.jsr310.ser with parameters of type InstantSerializerBase Constructor Description InstantSerializerBase(InstantSerializerBase<T> base, java.lang.Boolean useTimestamp, java.lang.Boolean useNanoseconds, java.time.format.DateTimeFormatter dtf)InstantSerializerBase(InstantSerializerBase<T> base, java.lang.Boolean useTimestamp, java.lang.Boolean useNanoseconds, java.time.format.DateTimeFormatter dtf, com.fasterxml.jackson.annotation.JsonFormat.Shape shape)InstantSerializerBase(InstantSerializerBase<T> base, java.lang.Boolean useTimestamp, java.time.format.DateTimeFormatter dtf)
-