Interface ExtendedPropertyConfigurerGetter
- All Superinterfaces:
PropertyConfigurerGetter
Extends
PropertyConfigurerGetter with the ability to enumerate every option a target supports.
In addition to inspecting individual options, getAllOptions(Object) returns the full map of option name to
class type for a target. This is used primarily by API-based components and is only available while the
CamelContext is bootstrapping.
See Property Binding in the Camel user manual.- Since:
- 3.7
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAllOptions(Object target) Provides a map of which options the cofigurer supports and their class type.Methods inherited from interface PropertyConfigurerGetter
getAutowiredNames, getCollectionValueType, getOptionType, getOptionValue
-
Method Details
-
getAllOptions
Provides a map of which options the cofigurer supports and their class type. Important: This method is only available during bootstrappingCamelContext.
-