Class RectangleInsetsSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<T>
-
- com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jfree.chart.ui.RectangleInsets>
-
- net.sf.jasperreports.chartthemes.simple.handlers.RectangleInsetsSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
,com.fasterxml.jackson.databind.jsonschema.SchemaAware
,Serializable
public class RectangleInsetsSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jfree.chart.ui.RectangleInsets>
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RectangleInsetsSerializer()
RectangleInsetsSerializer(Class<org.jfree.chart.ui.RectangleInsets> vc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(org.jfree.chart.ui.RectangleInsets value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
-
-
-
-
Constructor Detail
-
RectangleInsetsSerializer
public RectangleInsetsSerializer()
-
RectangleInsetsSerializer
public RectangleInsetsSerializer(Class<org.jfree.chart.ui.RectangleInsets> vc)
-
-
Method Detail
-
serialize
public void serialize(org.jfree.chart.ui.RectangleInsets value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
- Specified by:
serialize
in classcom.fasterxml.jackson.databind.ser.std.StdSerializer<org.jfree.chart.ui.RectangleInsets>
- Throws:
IOException
-
-