站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

ReflectionUtils.MethodFilter (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.util
Interface ReflectionUtils.MethodFilter

Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.MethodFilter

Callback optionally used to method fields to be operated on by a method callback.


Method Summary
 boolean matches(Method method)
          Determine whether the given method matches.
 

Method Detail

matches

boolean matches(Method method)
Determine whether the given method matches.

Parameters:
method - the method to check

The Spring Framework

Copyright © 2002-2007 The Spring Framework.