Uses of Interface
org.apache.camel.spi.Language
Packages that use Language
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Language in org.apache.camel
Methods in org.apache.camel that return LanguageModifier and TypeMethodDescriptionCamelContext.resolveLanguage(String language) Resolves a language for creating expressions -
Uses of Language in org.apache.camel.spi
Classes in org.apache.camel.spi with type parameters of type LanguageModifier and TypeClassDescriptionstatic classLanguageCustomizer.Builder<T extends Language>A fluent builder to create aLanguageCustomizerinstance.Methods in org.apache.camel.spi with type parameters of type LanguageModifier and TypeMethodDescriptionstatic <T extends Language>
LanguageCustomizer.Builder<T>Create a typedLanguageCustomizer.Builderthat can process a concrete language type instance.static <T extends Language>
LanguageCustomizerLanguageCustomizer.forType(Class<T> type, org.apache.camel.util.function.ThrowingConsumer<T, Exception> consumer) Create aDataFormatCustomizerthat can process a concrete language type instance.Methods in org.apache.camel.spi that return LanguageModifier and TypeMethodDescriptionLanguageResolver.resolveLanguage(String name, CamelContext context) Resolves the given language.Methods in org.apache.camel.spi that return types with arguments of type LanguageModifier and TypeMethodDescriptionstatic LanguageCustomizer.Builder<Language>LanguageCustomizer.builder()Create a genericLanguageCustomizer.Builder.Methods in org.apache.camel.spi with parameters of type LanguageModifier and TypeMethodDescriptionvoidCustomize the specifiedLanguage.default booleanChecks whether this customizer should be applied to the givenLanguage.default voidLifecycleStrategy.onLanguageCreated(String name, Language language) Notification on aLanguageinstance being resolved.Method parameters in org.apache.camel.spi with type arguments of type LanguageModifier and TypeMethodDescriptionLanguageCustomizer.Builder.withCondition(BiPredicate<String, Language> condition)