@Language(value="constant") public class ConstantLanguage extends Object implements org.apache.camel.spi.Language, org.apache.camel.IsSingleton
| Constructor and Description |
|---|
ConstantLanguage() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.camel.Expression |
constant(Object value) |
org.apache.camel.Expression |
createExpression(String expression) |
org.apache.camel.Predicate |
createPredicate(String expression) |
boolean |
isSingleton() |
public static org.apache.camel.Expression constant(Object value)
public org.apache.camel.Predicate createPredicate(String expression)
createPredicate in interface org.apache.camel.spi.Languagepublic org.apache.camel.Expression createExpression(String expression)
createExpression in interface org.apache.camel.spi.Languagepublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonApache Camel