T - public interface FieldGetter<T> extends InvokeGetter<T,Field>, PropertyGetter<T>
Field from an invocation.| 限定符和类型 | 方法和说明 |
|---|---|
default String |
getName(java.util.function.Function<T,?> invoke)
Get name of property related in the invocation.
|
default Class<?> |
getType(java.util.function.Function<T,?> invoke)
Get type of property related in the invocation.
|
getnameOf, supportFieldInvoke, typeOfdefault String getName(java.util.function.Function<T,?> invoke)
PropertyGettergetName 在接口中 PropertyGetter<T>default Class<?> getType(java.util.function.Function<T,?> invoke)
PropertyGettergetType 在接口中 PropertyGetter<T>Copyright © 2018. All rights reserved.