Class CustomizersSupport.LanguageCustomizationEnabledPolicy

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

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

      • LanguageCustomizationEnabledPolicy

        public LanguageCustomizationEnabledPolicy()
    • Method Detail

      • test

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