}
String mvelExpr = normalizeMVELLiteralExpression(vtype, field, expression, leftValue, operator, rightValue, restrictionDescr);
return new MvelConstraint(context.getPkg().getName(), mvelExpr, operator);
} else {
LiteralRestriction restriction = buildLiteralRestriction(context, extractor, restrictionDescr, field, vtype);
return restriction != null ? new LiteralConstraint(extractor, restriction) : null;
}
}