接口的使用
cn.taketoday.expression.MethodFilter
使用MethodFilter的程序包
程序包
说明
SpEL's default implementations for various core abstractions.
-
cn.taketoday.expression.spel.support中MethodFilter的使用
类型参数类型为MethodFilter的cn.taketoday.expression.spel.support中的字段修饰符和类型方法说明voidReflectiveMethodResolver.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.