com.vaadin.flow.component.charts.model.serializers.
Class BeanSerializerDelegator<T>
Type Parameters:
T
-
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
, com.fasterxml.jackson.databind.jsonschema.SchemaAware
, com.fasterxml.jackson.databind.ser.ContextualSerializer
, com.fasterxml.jackson.databind.ser.ResolvableSerializer
, Serializable
Delegates serialization calls to the given instance of
BeanSerializationDelegate
. This class can be used instead of
implementing BeanSerializerBase
.
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.BeanSerializerBase
_anyGetterWriter, _beanType, _filteredProps, _objectIdWriter, _propertyFilterId, _props, _serializationShape, _typeId, NAME_FOR_OBJECT_REF, NO_PROPS
Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_handledType
-
Constructor Summary
ConstructorsConstructorDescriptionBeanSerializerDelegator
(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source) BeanSerializerDelegator
(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter) BeanSerializerDelegator
(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, BeanSerializationDelegate<T> delegate) BeanSerializerDelegator
(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, Object filterId) BeanSerializerDelegator
(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, String[] toIgnore) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
void
serialize
(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) void
serializeFields
(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) protected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
withByNameInclusion
(Set<String> set, Set<String> set1) com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
withFilterId
(Object filterId) protected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
withIgnorals
(Set<String> toIgnore) com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
withObjectIdWriter
(com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter) protected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
withProperties
(com.fasterxml.jackson.databind.ser.BeanPropertyWriter[] beanPropertyWriters, com.fasterxml.jackson.databind.ser.BeanPropertyWriter[] beanPropertyWriters1) Methods inherited from class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
_customTypeId, _serializeObjectId, _serializeWithObjectId, _serializeWithObjectId, _typeIdDef, acceptJsonFormatVisitor, createContextual, findConvertingSerializer, getSchema, properties, resolve, serializeFieldsFiltered, serializeWithType, usesObjectId, withIgnorals
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, 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, replaceDelegatee, unwrappingSerializer, withIgnoredProperties
-
Constructor Details
-
BeanSerializerDelegator
public BeanSerializerDelegator(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source) -
BeanSerializerDelegator
public BeanSerializerDelegator(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter) -
BeanSerializerDelegator
public BeanSerializerDelegator(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, String[] toIgnore) -
BeanSerializerDelegator
public BeanSerializerDelegator(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, Object filterId) -
BeanSerializerDelegator
public BeanSerializerDelegator(com.fasterxml.jackson.databind.ser.std.BeanSerializerBase source, BeanSerializationDelegate<T> delegate)
-
-
Method Details
-
withObjectIdWriter
public com.fasterxml.jackson.databind.ser.std.BeanSerializerBase withObjectIdWriter(com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter) Specified by:
withObjectIdWriter
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
withIgnorals
protected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase withIgnorals(Set<String> toIgnore) Overrides:
withIgnorals
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
withByNameInclusion
protected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase withByNameInclusion(Set<String> set, Set<String> set1) Specified by:
withByNameInclusion
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
withFilterId
Specified by:
withFilterId
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
withProperties
protected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase withProperties(com.fasterxml.jackson.databind.ser.BeanPropertyWriter[] beanPropertyWriters, com.fasterxml.jackson.databind.ser.BeanPropertyWriter[] beanPropertyWriters1) Specified by:
withProperties
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
asArraySerializer
protected com.fasterxml.jackson.databind.ser.std.BeanSerializerBase asArraySerializer()Specified by:
asArraySerializer
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
serialize
public void serialize(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException Specified by:
serialize
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
Throws:
-
serializeFields
public void serializeFields(Object bean, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException Overrides:
serializeFields
in classcom.fasterxml.jackson.databind.ser.std.BeanSerializerBase
Throws:
com.fasterxml.jackson.core.JsonGenerationException
-