Package | Description |
---|---|
org.springframework.expression | |
org.springframework.expression.spel.support |
Modifier and Type | Method and Description |
---|---|
MethodExecutor |
MethodResolver.resolve(EvaluationContext context,
Object targetObject,
String name,
List<TypeDescriptor> argumentTypes)
Within the supplied context determine a suitable method on the supplied object that
can handle the specified arguments.
|
Modifier and Type | Method and Description |
---|---|
MethodExecutor |
ReflectiveMethodResolver.resolve(EvaluationContext context,
Object targetObject,
String name,
List<TypeDescriptor> argumentTypes)
Locate a method on a type.
|
Copyright © 2015. All rights reserved.