|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.ExpressionNodeHelper
public final class ExpressionNodeHelper
Helper for ExpressionNode
Method Summary | |
---|---|
static ExpressionDefinition |
toExpressionDefinition(Expression expression)
Determines which ExpressionDefinition describes the given expression best possible. |
static ExpressionDefinition |
toExpressionDefinition(Predicate predicate)
Determines which ExpressionDefinition describes the given predicate best possible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExpressionDefinition toExpressionDefinition(Expression expression)
ExpressionDefinition
describes the given expression best possible.
This implementation will use types such as SimpleExpression
, XPathExpression
etc.
if the given expression is detect as such a type.
expression
- the expression
public static ExpressionDefinition toExpressionDefinition(Predicate predicate)
ExpressionDefinition
describes the given predicate best possible.
This implementation will use types such as SimpleExpression
, XPathExpression
etc.
if the given predicate is detect as such a type.
predicate
- the predicate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |