com.vaadin.flow.data.binder.

Class AbstractBeanPropertyDefinition<T,V>

java.lang.Object
com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition<T,V>

Type Parameters:

T - the type of the property set

V - the property type

All Implemented Interfaces:

PropertyDefinition<T,V>, Serializable

Direct Known Subclasses:

BeanPropertySet.NestedBeanPropertyDefinition

public abstract class AbstractBeanPropertyDefinition<T,V> extends Object implements PropertyDefinition<T,V>

Abstract base class for PropertyDefinition implementations for beans.

For internal use only. May be renamed or removed in a future release.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • AbstractBeanPropertyDefinition

      public AbstractBeanPropertyDefinition(BeanPropertySet<T> propertySet, Class<?> propertyHolderType, PropertyDescriptor descriptor)

      Constructor for setting the immutable descriptor, property set and property holder type used by this instance.

      Parameters:

      propertySet - property set this property belongs to

      propertyHolderType - property holder type

      descriptor - property descriptor

  • Method Details