Class LiteralMethodExpression

java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
io.micronaut.el.runtime.CompiledMethodExpression
io.micronaut.el.runtime.LiteralMethodExpression
All Implemented Interfaces:
CompiledExpression, Serializable

@Internal public final class LiteralMethodExpression extends CompiledMethodExpression
A literal-expression used as a method expression, as described in the section 1.2.2 of the Jakarta Expression Language specification.
Since:
1.0
Author:
Denis Stepanov
See Also:
  • Constructor Details

    • LiteralMethodExpression

      public LiteralMethodExpression(String text, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
      Parameters:
      text - The literal text
      expectedReturnType - The expected return type
      expectedParamTypes - The expected parameter types
  • Method Details