@Language(value="ref") public class RefLanguage extends Object implements org.apache.camel.spi.Language, org.apache.camel.IsSingleton
| Constructor and Description |
|---|
RefLanguage() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
createExpression(String expression) |
org.apache.camel.Predicate |
createPredicate(String expression) |
boolean |
isSingleton() |
static org.apache.camel.Expression |
ref(Object value) |
public static org.apache.camel.Expression ref(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