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 Modifier and Type Method Description static <BeanT,GetterT>
BeanAttributeGetter<BeanT,GetterT>create(Class<BeanT> beanClass, Method getter, MethodHandles.Lookup lookup)
-
-
-
Method Detail
-
create
static <BeanT,GetterT> BeanAttributeGetter<BeanT,GetterT> create(Class<BeanT> beanClass, Method getter, MethodHandles.Lookup lookup)
-
-