Uses of Class
jakarta.el.MethodInfo
-
-
Uses of MethodInfo in jakarta.el
Methods in jakarta.el that return MethodInfo Modifier and Type Method Description abstract MethodInfo
MethodExpression. getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodInfo
MethodReference. getMethodInfo()
Constructors in jakarta.el with parameters of type MethodInfo Constructor Description MethodReference(Object base, MethodInfo methodInfo, Annotation[] annotations, Object[] evaluatedParameters)
-