Interface Setter<BEAN,​FIELDVALUE>

    • Method Detail

      • accept

        void accept​(BEAN bean,
                    FIELDVALUE fieldvalue)
        Save value to the bean property.
        Specified by:
        accept in interface BiConsumer<BEAN,​FIELDVALUE>
        Parameters:
        bean - the target bean
        fieldvalue - the field value to be written to the bean