Package com.vaadin.flow.internal
Class JacksonUtils.ComponentSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<Component>
com.vaadin.flow.internal.JacksonUtils.ComponentSerializer
- All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
- Enclosing class:
JacksonUtils
public static class JacksonUtils.ComponentSerializer
extends tools.jackson.databind.ValueSerializer<Component>
Custom Jackson serializer for Component that delegates to NodeSerializer.
-
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
-
ComponentSerializer
public ComponentSerializer()
-
-
Method Details