Uses of Interface
org.springframework.expression.MethodFilter
Packages that use MethodFilter
Package
Description
SpEL's default implementations for various core abstractions.
-
Uses of MethodFilter in org.springframework.expression.spel.support
Methods in org.springframework.expression.spel.support with parameters of type MethodFilterModifier and TypeMethodDescriptionvoidReflectiveMethodResolver.registerMethodFilter(Class<?> type, MethodFilter filter) Register a filter for methods on the given type.voidStandardEvaluationContext.registerMethodFilter(Class<?> type, MethodFilter filter) Register aMethodFilterwhich will be called during method resolution for the specified type.