Class MonthDaySerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<MonthDay>
com.fasterxml.jackson.databind.ser.std.StdSerializer<MonthDay>
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable

public class MonthDaySerializer extends JSR310FormattedSerializerBase<MonthDay>
Serializer for Java 8 temporal MonthDays.

NOTE: unlike many other date/time type serializers, this serializer will only use Array notation if explicitly instructed to do so with JsonFormat (either directly or through per-type defaults) and NOT with global defaults.

Since:
2.7.1
See Also: