Class PlotOrientationSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<org.jfree.chart.plot.PlotOrientation>
com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jfree.chart.plot.PlotOrientation>
net.sf.jasperreports.chartthemes.simple.handlers.PlotOrientationSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

public class PlotOrientationSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jfree.chart.plot.PlotOrientation>
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    PlotOrientationSerializer(Class<org.jfree.chart.plot.PlotOrientation> vc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    convert(org.jfree.chart.plot.PlotOrientation value)
     
    void
    serialize(org.jfree.chart.plot.PlotOrientation 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

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlotOrientationSerializer

      public PlotOrientationSerializer()
    • PlotOrientationSerializer

      public PlotOrientationSerializer(Class<org.jfree.chart.plot.PlotOrientation> vc)
  • Method Details

    • serialize

      public void serialize(org.jfree.chart.plot.PlotOrientation value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.jfree.chart.plot.PlotOrientation>
      Throws:
      IOException
    • convert

      public static String convert(org.jfree.chart.plot.PlotOrientation value)