Interface ObjectGetterMethod<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 ObjectGetterMethod<BeanT,GetterT> extends Function<BeanT,GetterT>
-
-
Method Detail
-
create
static <BeanT,GetterT> ObjectGetterMethod<BeanT,GetterT> create(Class<BeanT> beanClass, Method buildMethod)
-
-