Uses of Class
tools.jackson.databind.ext.javatime.ser.YearMonthSerializer
Packages that use YearMonthSerializer
-
Uses of YearMonthSerializer in tools.jackson.databind.ext.javatime.ser
Fields in tools.jackson.databind.ext.javatime.ser declared as YearMonthSerializerMethods in tools.jackson.databind.ext.javatime.ser that return YearMonthSerializerModifier and TypeMethodDescriptionprotected YearMonthSerializerYearMonthSerializer.withFormat(DateTimeFormatter dtf, Boolean useTimestamp, com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Constructors in tools.jackson.databind.ext.javatime.ser with parameters of type YearMonthSerializerModifierConstructorDescriptionprivateYearMonthSerializer(YearMonthSerializer base, DateTimeFormatter dtf, Boolean useTimestamp)