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