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

Packages that use ReflectionUtils.FieldCallback
org.springframework.roo.support.util   
 

Uses of ReflectionUtils.FieldCallback in org.springframework.roo.support.util
 

Methods in org.springframework.roo.support.util with parameters of type ReflectionUtils.FieldCallback
static void ReflectionUtils.doWithFields(Class targetClass, ReflectionUtils.FieldCallback fc)
          Invoke the given callback on all 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 fields in the target class, going up the class hierarchy to get all declared fields.
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.