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