Uses of Class
jakarta.el.MethodInfo
Packages that use MethodInfo
-
Uses of MethodInfo in jakarta.el
Fields in jakarta.el declared as MethodInfoMethods in jakarta.el that return MethodInfoModifier and TypeMethodDescriptionabstract MethodInfoMethodExpression.getMethodInfo(ELContext context) Evaluates the expression relative to the provided context, and returns information about the actual referenced method.MethodReference.getMethodInfo()Constructors in jakarta.el with parameters of type MethodInfoModifierConstructorDescriptionMethodReference(Object base, MethodInfo methodInfo, Annotation[] annotations, Object[] evaluatedParameters)