Package | Description |
---|---|
org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardEvaluationContext.registerMethodFilter(Class<?> type,
MethodFilter filter)
Register a
MethodFilter which will be called during method resolution
for the specified type. |
void |
ReflectiveMethodResolver.registerMethodFilter(Class<?> type,
MethodFilter filter)
Register a filter for methods on the given type.
|