public class LocalDateSerializer extends StdSerializer<LocalDate> implements Component
LocalDate.
Returns the formatted date for JSON value to ISO 8601 standard format (e.g. 2013-02-28T17:13:50.000+02:00)JsonSerializer.None| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE
The Avalon Role
|
_handledType| Constructor and Description |
|---|
LocalDateSerializer()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(LocalDate value,
JsonGenerator jgen,
SerializerProvider provider) |
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterIdpublic LocalDateSerializer()
public void serialize(LocalDate value, JsonGenerator jgen, SerializerProvider provider) throws IOException
serialize in class StdSerializer<LocalDate>IOException