@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, andThenstatic <BeanT,SetterT> BeanAttributeSetter<BeanT,SetterT> create(Class<BeanT> beanClass, Method setter)
Copyright © 2020. All rights reserved.