public static final class CustomizersSupport.ComponentCustomizationEnabledPolicy extends Object implements org.apache.camel.spi.ComponentCustomizer.Policy
ComponentCustomizer.Policy that uses a hierarchical lists of properties to determine if customization
is enabled for the given Component.| Constructor and Description |
|---|
ComponentCustomizationEnabledPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(String name,
org.apache.camel.Component target) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, negate, orpublic boolean test(String name, org.apache.camel.Component target)
test in interface BiPredicate<String,org.apache.camel.Component>Apache Camel