| 程序包 | 说明 |
|---|---|
| org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReflectiveMethodResolver.registerMethodFilter(Class<?> type,
MethodFilter filter)
Register a filter for methods on the given type.
|
void |
StandardEvaluationContext.registerMethodFilter(Class<?> type,
MethodFilter filter)
Register a
MethodFilter which will be called during method resolution
for the specified type. |