We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.serializers.
Class ChartOptionsBeanSerializerModifier
java.lang.Object
com.fasterxml.jackson.databind.ser.BeanSerializerModifier
com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
com.vaadin.flow.component.charts.model.serializers.ChartOptionsBeanSerializerModifier
All Implemented Interfaces:
Modifier that adds special handling for ChartOptions
and
GradientColor
inside ChartOptions
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.fasterxml.jackson.databind.ser.BeanPropertyWriter>
changeProperties
(com.fasterxml.jackson.databind.SerializationConfig config, com.fasterxml.jackson.databind.BeanDescription beanDesc, List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> beanProperties) com.fasterxml.jackson.databind.JsonSerializer<?>
modifySerializer
(com.fasterxml.jackson.databind.SerializationConfig config, com.fasterxml.jackson.databind.BeanDescription beanDesc, com.fasterxml.jackson.databind.JsonSerializer<?> serializer) Methods inherited from class com.fasterxml.jackson.databind.ser.BeanSerializerModifier
modifyArraySerializer, modifyCollectionLikeSerializer, modifyCollectionSerializer, modifyEnumSerializer, modifyKeySerializer, modifyMapLikeSerializer, modifyMapSerializer, orderProperties, updateBuilder
-
Constructor Details
-
ChartOptionsBeanSerializerModifier
public ChartOptionsBeanSerializerModifier()
-
-
Method Details
-
changeProperties
public List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> changeProperties(com.fasterxml.jackson.databind.SerializationConfig config, com.fasterxml.jackson.databind.BeanDescription beanDesc, List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> beanProperties) Overrides:
changeProperties
in classcom.fasterxml.jackson.databind.ser.BeanSerializerModifier
-
modifySerializer
public com.fasterxml.jackson.databind.JsonSerializer<?> modifySerializer(com.fasterxml.jackson.databind.SerializationConfig config, com.fasterxml.jackson.databind.BeanDescription beanDesc, com.fasterxml.jackson.databind.JsonSerializer<?> serializer) Overrides:
-