Uses of Class
tools.jackson.databind.ext.javatime.ser.OffsetDateTimeSerializer
Packages that use OffsetDateTimeSerializer
-
Uses of OffsetDateTimeSerializer in tools.jackson.databind.ext.javatime.ser
Fields in tools.jackson.databind.ext.javatime.ser declared as OffsetDateTimeSerializerModifier and TypeFieldDescriptionstatic final OffsetDateTimeSerializerOffsetDateTimeSerializer.INSTANCEMethods in tools.jackson.databind.ext.javatime.ser that return OffsetDateTimeSerializerModifier and TypeMethodDescriptionOffsetDateTimeSerializer.withFormatter(DateTimeFormatter formatter) Method for constructing a newOffsetDateTimeSerializerwith settings of this serializer but with customDateTimeFormatteroverrides.Constructors in tools.jackson.databind.ext.javatime.ser with parameters of type OffsetDateTimeSerializerModifierConstructorDescriptionprotectedOffsetDateTimeSerializer(OffsetDateTimeSerializer base, Boolean useTimestamp, DateTimeFormatter formatter, JsonFormat.Shape shape) protectedOffsetDateTimeSerializer(OffsetDateTimeSerializer base, DateTimeFormatter formatter, Boolean useTimestamp, Boolean useNanoseconds, JsonFormat.Shape shape)