Interface BeanAttributeGetter<BeanT,GetterT> 
- All Superinterfaces:
 Function<BeanT,GetterT> 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface
public interface BeanAttributeGetter<BeanT,GetterT> 
extends Function<BeanT,GetterT> 
- 
Method Summary
Static Methods 
- 
Method Details
- 
create
static <BeanT,GetterT> BeanAttributeGetter<BeanT,GetterT> create(Class<BeanT> beanClass, Method getter)  
 -