Uses of Interface
org.apache.camel.tooling.util.ReflectionHelper.FieldCallback
-
Packages that use ReflectionHelper.FieldCallback Package Description org.apache.camel.tooling.util -
-
Uses of ReflectionHelper.FieldCallback in org.apache.camel.tooling.util
Methods in org.apache.camel.tooling.util with parameters of type ReflectionHelper.FieldCallback Modifier and Type Method Description static voidReflectionHelper. 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.
-