Uses of Class
jakarta.el.MethodExpression
-
-
Uses of MethodExpression in jakarta.el
Methods in jakarta.el that return MethodExpression Modifier and Type Method Description abstract MethodExpressionExpressionFactory. createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)Parses an expression into aMethodExpressionfor later evaluation.
-