394395396397398399400
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T spel(String text) { return expression(new SpELExpression(text)); }
392393394395396397398
387388389390391392393
405406407408409410411
390391392393394395396
433434435436437438439
434435436437438439440
406407408409410411412