当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ReflectionUtils.FieldFilter (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.util
Interface ReflectionUtils.FieldFilter
- Enclosing class:
- ReflectionUtils
public static interface ReflectionUtils.FieldFilter
Callback optionally used to filter fields to be operated on by a field callback.
Method Summary |
boolean |
matches(Field field)
Determine whether the given field matches. |
matches
boolean matches(Field field)
- Determine whether the given field matches.
- Parameters:
field
- the field to check
Copyright © 2002-2007 The Spring Framework.