@FunctionalInterface public interface BeanAttributeSetter<BeanT,GetterT> extends BiConsumer<BeanT,GetterT>
Modifier and Type | Method and Description |
---|---|
static <BeanT,SetterT> |
create(Class<BeanT> beanClass,
Method setter) |
accept, andThen
static <BeanT,SetterT> BeanAttributeSetter<BeanT,SetterT> create(Class<BeanT> beanClass, Method setter)
Copyright © 2021. All rights reserved.