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