public class MonthDaySerializer extends JodaDateSerializerBase<org.joda.time.MonthDay>
_defaultNumericShape, _featureForNumeric, _format, _shapeOverride, FORMAT_ARRAY, FORMAT_STRING, FORMAT_TIMESTAMP| Constructor and Description |
|---|
MonthDaySerializer() |
MonthDaySerializer(JacksonJodaDateFormat format) |
MonthDaySerializer(JacksonJodaDateFormat format,
int shapeOverride) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(org.joda.time.MonthDay value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
serializeWithType(T value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
MonthDaySerializer |
withFormat(JacksonJodaDateFormat formatter,
int shapeOverride) |
_serializationShape, acceptJsonFormatVisitor, createContextual, getSchema, isEmpty, writeWithZoneId_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic MonthDaySerializer()
public MonthDaySerializer(JacksonJodaDateFormat format)
public MonthDaySerializer(JacksonJodaDateFormat format, int shapeOverride)
public MonthDaySerializer withFormat(JacksonJodaDateFormat formatter, int shapeOverride)
withFormat in class JodaDateSerializerBase<org.joda.time.MonthDay>public void serialize(org.joda.time.MonthDay value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.joda.time.MonthDay>IOExceptionpublic void serializeWithType(T value,
com.fasterxml.jackson.core.JsonGenerator g,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
throws IOException
serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<T>IOExceptionCopyright © 2025 FasterXML. All rights reserved.