Package org.apache.camel.support
Class CustomizersSupport.ComponentCustomizationEnabledPolicy
java.lang.Object
org.apache.camel.support.CustomizersSupport.ComponentCustomizationEnabledPolicy
- All Implemented Interfaces:
BiPredicate<String,,org.apache.camel.Component> org.apache.camel.CamelContextAware,org.apache.camel.spi.ComponentCustomizer.Policy,org.apache.camel.spi.HasCamelContext
- 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.CamelContextvoidsetCamelContext(org.apache.camel.CamelContext camelContext) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
ComponentCustomizationEnabledPolicy
public ComponentCustomizationEnabledPolicy()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<String,org.apache.camel.Component>
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()- Specified by:
getCamelContextin interfaceorg.apache.camel.spi.HasCamelContext
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext) - Specified by:
setCamelContextin interfaceorg.apache.camel.CamelContextAware
-