Uses of Interface
org.apache.camel.util.ReflectionHelper.FieldCallback

Packages that use ReflectionHelper.FieldCallback
org.apache.camel.util Utility classes used by the core of Camel. 
 

Uses of ReflectionHelper.FieldCallback in org.apache.camel.util
 

Methods in org.apache.camel.util with parameters of type ReflectionHelper.FieldCallback
static void ReflectionHelper.doWithFields(Class<?> clazz, ReflectionHelper.FieldCallback fc)
          Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
 



Apache CAMEL