com.googlecode.wickedcharts.highcharts.jackson
Class HexColorReferenceSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<Nullable>
com.googlecode.wickedcharts.highcharts.jackson.NullableSerializer<T>
com.googlecode.wickedcharts.highcharts.jackson.ColorReferenceSerializer<HexColor>
com.googlecode.wickedcharts.highcharts.jackson.HexColorReferenceSerializer
public class HexColorReferenceSerializer
- extends ColorReferenceSerializer<HexColor>
| Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer |
com.fasterxml.jackson.databind.JsonSerializer.None |
|
Method Summary |
protected void |
serializeIfNotNull(HexColor color,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
|
| Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer |
handledType, isEmpty, isUnwrappingSerializer, serializeWithType, unwrappingSerializer, usesObjectId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HexColorReferenceSerializer
public HexColorReferenceSerializer()
serializeIfNotNull
protected void serializeIfNotNull(HexColor color,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws com.fasterxml.jackson.core.JsonGenerationException,
IOException
- Specified by:
serializeIfNotNull in class NullableSerializer<HexColor>
- Throws:
com.fasterxml.jackson.core.JsonGenerationException
IOException
Copyright © 2013. All Rights Reserved.