Class ValueExpressionWriter
java.lang.Object
io.micronaut.el.processor.writer.ValueExpressionWriter
The writer of the
jakarta.el.ValueExpression implementations.- Since:
- 1.0
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordA written expression class, with its definition: inference fills the expected type in. -
Method Summary
Modifier and TypeMethodDescriptionwrite(String className, ELExpressionDefinition definition, ELCompiler compiler) Writes the implementation of a compiled value expression.
-
Method Details
-
write
public static ValueExpressionWriter.Written write(String className, ELExpressionDefinition definition, ELCompiler compiler) Writes the implementation of a compiled value expression.- Parameters:
className- The name of the generated classdefinition- The declared expressioncompiler- The compiler- Returns:
- The definition of the generated class
-