Uses of Interface
org.apache.camel.tooling.util.ReflectionHelper.FieldCallback
Packages that use ReflectionHelper.FieldCallback
-
Uses of ReflectionHelper.FieldCallback in org.apache.camel.tooling.util
Methods in org.apache.camel.tooling.util with parameters of type ReflectionHelper.FieldCallbackModifier and TypeMethodDescriptionstatic 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.