T - the concrete type of the Language.public static class LanguageCustomizer.Builder<T extends Language> extends Object
LanguageCustomizer instance.| Modifier and Type | Method and Description |
|---|---|
LanguageCustomizer |
build(org.apache.camel.util.function.ThrowingBiConsumer<String,T,Exception> consumer) |
LanguageCustomizer |
build(org.apache.camel.util.function.ThrowingConsumer<T,Exception> consumer) |
LanguageCustomizer.Builder<T> |
withCondition(BiPredicate<String,Language> condition) |
LanguageCustomizer.Builder<T> |
withOrder(int order) |
public LanguageCustomizer.Builder<T> withOrder(int order)
public LanguageCustomizer.Builder<T> withCondition(BiPredicate<String,Language> condition)
public LanguageCustomizer build(org.apache.camel.util.function.ThrowingConsumer<T,Exception> consumer)
public LanguageCustomizer build(org.apache.camel.util.function.ThrowingBiConsumer<String,T,Exception> consumer)
Apache Camel