Modifier and Type | Class and Description |
---|---|
class |
SimpleValidationResult
Deprecated.
Please use
LanguageValidationResult instead. |
Modifier and Type | Method and Description |
---|---|
LanguageValidationResult |
CamelCatalog.validateLanguageExpression(ClassLoader classLoader,
String language,
String text)
Parses and validates the language as an expression
Important: This requires having camel-core and the language dependencies on the classpath
|
LanguageValidationResult |
AbstractCamelCatalog.validateLanguageExpression(ClassLoader classLoader,
String language,
String text) |
LanguageValidationResult |
CamelCatalog.validateLanguagePredicate(ClassLoader classLoader,
String language,
String text)
Parses and validates the language as a predicate
Important: This requires having camel-core and the language dependencies on the classpath
|
LanguageValidationResult |
AbstractCamelCatalog.validateLanguagePredicate(ClassLoader classLoader,
String language,
String text) |
Apache Camel