@FunctionalInterface public interface ObjectGetterMethod<BeanT,GetterT> extends Function<BeanT,GetterT>
Modifier and Type | Method and Description |
---|---|
static <BeanT,GetterT> |
create(Class<BeanT> beanClass,
Method buildMethod) |
static <BeanT,GetterT> ObjectGetterMethod<BeanT,GetterT> create(Class<BeanT> beanClass, Method buildMethod)
Copyright © 2021. All rights reserved.