Uses of Class
com.fasterxml.jackson.datatype.threetenbp.ser.OffsetTimeSerializer
Packages that use OffsetTimeSerializer
-
Uses of OffsetTimeSerializer in com.fasterxml.jackson.datatype.threetenbp.ser
Fields in com.fasterxml.jackson.datatype.threetenbp.ser declared as OffsetTimeSerializerMethods in com.fasterxml.jackson.datatype.threetenbp.ser that return OffsetTimeSerializerModifier and TypeMethodDescriptionprotected OffsetTimeSerializerOffsetTimeSerializer.withFormat(Boolean useTimestamp, org.threeten.bp.format.DateTimeFormatter dtf, com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Constructors in com.fasterxml.jackson.datatype.threetenbp.ser with parameters of type OffsetTimeSerializerModifierConstructorDescriptionprotectedOffsetTimeSerializer(OffsetTimeSerializer base, Boolean useTimestamp, Boolean useNanoseconds, org.threeten.bp.format.DateTimeFormatter dtf) protectedOffsetTimeSerializer(OffsetTimeSerializer base, Boolean useTimestamp, org.threeten.bp.format.DateTimeFormatter dtf)