Uses of Class
jakarta.el.MethodReference
-
Packages that use MethodReference Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0 -
-
Uses of MethodReference in jakarta.el
Methods in jakarta.el that return MethodReference Modifier and Type Method Description MethodReference
MethodExpression. getMethodReference(ELContext context)
Obtain theMethodReference
for the method to which this method expression resolves.
-