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

Uses of Interface org.springframework.util.ReflectionUtils.FieldCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.util.ReflectionUtils.FieldCallback

Packages that use ReflectionUtils.FieldCallback
org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects. 
 

Uses of ReflectionUtils.FieldCallback in org.springframework.util
 

Methods in org.springframework.util with parameters of type ReflectionUtils.FieldCallback
static void ReflectionUtils.doWithFields(Class targetClass, ReflectionUtils.FieldCallback fc)
          Invoke the given callback on all private fields in the target class, going up the class hierarchy to get all declared fields.
static void ReflectionUtils.doWithFields(Class targetClass, ReflectionUtils.FieldCallback fc, ReflectionUtils.FieldFilter ff)
          Invoke the given callback on all private fields in the target class, going up the class hierarchy to get all declared fields.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.