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 MethodInfoMethodExpression. getMethodInfo(ELContext context)Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodInfoMethodReference. getMethodInfo()Constructors in jakarta.el with parameters of type MethodInfo Constructor Description MethodReference(Object base, MethodInfo methodInfo, Annotation[] annotations, Object[] evaluatedParameters)
-