public class JsonSqlDateSerializerMateriais
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<java.sql.Date>
Modifier and Type | Field and Description |
---|---|
private java.text.SimpleDateFormat |
formatter |
Modifier | Constructor and Description |
---|---|
protected |
JsonSqlDateSerializerMateriais() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(java.sql.Date date,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider arg2) |
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow
public void serialize(java.sql.Date date, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider arg2) throws java.io.IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<java.sql.Date>
java.io.IOException
com.fasterxml.jackson.core.JsonGenerationException