Package org.apache.camel.spi
Interface ExtendedPropertyConfigurerGetter
- All Superinterfaces:
PropertyConfigurerGetter
A marker interface to identify the object as being a configurer which can provide details about the options the
configurer supports.
This is used in Camel to have fast property configuration of Camel components invalid input: '&' endpoints, and for EIP patterns as
well.
This is used by API based components
- 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 org.apache.camel.spi.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
.
-