Package org.apache.camel.support
Class CustomizersSupport
java.lang.Object
org.apache.camel.support.CustomizersSupport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAComponentCustomizer.Policythat uses a hierarchical lists of properties to determine if customization is enabled for the givenComponent.static final classADataFormatCustomizer.Policythat uses a hierarchical lists of properties to determine if customization is enabled for the givenDataFormat.static final classALanguageCustomizer.Policythat uses a hierarchical lists of properties to determine if customization is enabled for the givenLanguage. -
Method Summary
-
Method Details
-
isEnabled
Determine the value of the "enabled" flag for a hierarchy of properties.- Parameters:
camelContext- theCamelContextprefixes- an ordered list of prefixed (less restrictive to more restrictive)- Returns:
- the value of the key `enabled` for most restrictive prefix
-