@TupleConstructor(defaults: false) class VariableDeclarationParser extends Object
Parser for variable declaration strings, which are the expressions that are
found withing th:with processors. This is really a wrapper around
Thymeleaf's AssignationUtils class, which is a crazy house of code
that splits the expression string into the parts needed by this dialect.
| Type | Name and description |
|---|---|
IExpressionContext |
context |
| Constructor and description |
|---|
VariableDeclarationParser() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
List<VariableDeclaration> |
parse(String declarationString)Parse a variable declaration string, returning as many variable declaration objects as there are variable declarations. |
Parse a variable declaration string, returning as many variable declaration objects as there are variable declarations.
Groovy Documentation