com.vaadin.flow.data.binder.

Class Binder.BindingImpl<BEAN,FIELDVALUE,TARGET>

  • java.lang.Object
    • com.vaadin.flow.data.binder.Binder.BindingImpl<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 unless a converter has been set

    All Implemented Interfaces:

    Binder.Binding<BEAN,TARGET>, Serializable

    Enclosing class:

    Binder<BEAN>


    protected static class Binder.BindingImpl<BEAN,FIELDVALUE,TARGET>
    extends Object
    implements Binder.Binding<BEAN,TARGET>

    An internal implementation of Binding.

    See Also:

    Serialized Form