Class LabelsRotationSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<String>
com.vaadin.flow.component.charts.model.serializers.LabelsRotationSerializer
- All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
Serializer for
Labels.getRotation(). Attempts to serialize the
rotation value as a number, otherwise falls back to writing it as a string to
support values like "auto".-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
tools.jackson.databind.ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.databind.ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
LabelsRotationSerializer
public LabelsRotationSerializer()
-
-
Method Details