public interface ExpressionResultTypeAware
Expression or Predicate that supports a result type.| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText()
Gets the expression or predicate as text
|
Class<?> |
getResultType()
Gets the result type
|
String getExpressionText()
Class<?> getResultType()
Apache Camel