Class CustomizersSupport.ComponentCustomizationEnabledPolicy

  • All Implemented Interfaces:
    BiPredicate<String,​org.apache.camel.Component>, org.apache.camel.CamelContextAware, org.apache.camel.spi.ComponentCustomizer.Policy
    Enclosing class:
    CustomizersSupport

    public static final class CustomizersSupport.ComponentCustomizationEnabledPolicy
    extends Object
    implements org.apache.camel.spi.ComponentCustomizer.Policy
    A ComponentCustomizer.Policy that uses a hierarchical lists of properties to determine if customization is enabled for the given Component.
    • Constructor Detail

      • ComponentCustomizationEnabledPolicy

        public ComponentCustomizationEnabledPolicy()
    • Method Detail

      • test

        public boolean test​(String name,
                            org.apache.camel.Component target)
        Specified by:
        test in interface BiPredicate<String,​org.apache.camel.Component>