com.vaadin.flow.data.binder.

Class Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET>

java.lang.Object
com.vaadin.flow.data.binder.Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET>

Type Parameters:

BEAN - the bean type, must match the Binder bean type

FIELDVALUE - the value type of the field

TARGET - the target data type of the binding, matches the field type until a converter has been set

All Implemented Interfaces:

Binder.BindingBuilder<BEAN,TARGET>, Serializable

Direct Known Subclasses:

CollaborationBinder.CollaborationBindingBuilderImpl

Enclosing class:

Binder<BEAN>

protected static class Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> extends Object implements Binder.BindingBuilder<BEAN,TARGET>

An internal implementation of BindingBuilder.

See Also: