public class CacheablePropertyOperator extends Object implements PropertyOperator
PropertyOperator that adds support for invoker cache.| 构造器和说明 |
|---|
CacheablePropertyOperator() |
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable MethodInvoker |
findGetter(Class<?> targetType,
String propertyName)
Get getter method.
|
@Nullable MethodInvoker |
findSetter(Class<?> targetType,
String propertyName)
Get setter method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadProperty, writePropertypublic @Nullable MethodInvoker findGetter(Class<?> targetType, String propertyName)
findGetter 在接口中 PropertyOperatortargetType - target typepropertyName - property namepublic @Nullable MethodInvoker findSetter(Class<?> targetType, String propertyName)
findSetter 在接口中 PropertyOperatortargetType - target typepropertyName - property nameCopyright © 2023. All rights reserved.