org.apache.camel.util
Interface ReflectionHelper.FieldCallback

Enclosing class:
ReflectionHelper

public static interface ReflectionHelper.FieldCallback

Callback interface invoked on each field in the hierarchy.


Method Summary
 void doWith(Field field)
          Perform an operation using the given field.
 

Method Detail

doWith

void doWith(Field field)
            throws IllegalArgumentException,
                   IllegalAccessException
Perform an operation using the given field.

Parameters:
field - the field to operate on
Throws:
IllegalArgumentException
IllegalAccessException


Apache CAMEL