类 MethodReference.CachedMethodExecutor
java.lang.Object
cn.taketoday.expression.spel.ast.MethodReference.CachedMethodExecutor
- 封闭类:
- MethodReference
-
字段概要
字段修饰符和类型字段说明private final List<TypeDescriptor>private final MethodExecutorprivate final Class<?>private final TypeDescriptor -
构造器概要
构造器构造器说明CachedMethodExecutor(MethodExecutor methodExecutor, Class<?> staticClass, TypeDescriptor target, List<TypeDescriptor> argumentTypes) -
方法概要
修饰符和类型方法说明get()booleanbooleanisSuitable(Object value, TypeDescriptor target, List<TypeDescriptor> argumentTypes)
-
字段详细资料
-
methodExecutor
-
staticClass
-
target
-
argumentTypes
-
-
构造器详细资料
-
CachedMethodExecutor
public CachedMethodExecutor(MethodExecutor methodExecutor, @Nullable Class<?> staticClass, @Nullable TypeDescriptor target, List<TypeDescriptor> argumentTypes)
-
-
方法详细资料
-
isSuitable
public boolean isSuitable(Object value, @Nullable TypeDescriptor target, List<TypeDescriptor> argumentTypes) -
hasProxyTarget
public boolean hasProxyTarget() -
get
-