@FunctionalInterface public interface FieldGetter<T>
Field from invocation| 限定符和类型 | 方法和说明 |
|---|---|
<O> Field |
getField(Function<T,O> getter)
Get
Field from invocation. |
default <O> String |
getFieldName(Function<T,O> getter)
Convenient get field name from invocation.
|
default <O> Class<?> |
getFieldType(Function<T,O> getter)
Convenient get field type from invocation.
|
Copyright © 2018. All rights reserved.