}
public Predicate createPredicate(RouteContext routeContext) {
ExpressionDefinition expressionType = getExpressionType();
if (expressionType != null && getPredicate() == null) {
setPredicate(expressionType.createPredicate(routeContext));
}
return getPredicate();
}
}