@FunctionalInterface public static interface LanguageCustomizer.Policy extends BiPredicate<String,Language>
LanguageCustomizer
is invoked.
This interface is useful to implement enable/disable logic on a group of customizers.Modifier and Type | Method and Description |
---|---|
static LanguageCustomizer.Policy |
any()
A simple allow-all policy.
|
static LanguageCustomizer.Policy |
none()
A simple deny-all policy.
|
and, negate, or, test
static LanguageCustomizer.Policy none()
static LanguageCustomizer.Policy any()
Apache Camel