Class MethodInfo
java.lang.Object
jakarta.el.MethodInfo
Holds metadata about a method that an EL method expression resolves to, including the method name,
return type, and parameter types.
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInfo(String name, Class<?> returnType, Class<?>[] paramTypes) Constructs a MethodInfo with the given name, return type, and parameter types. -
Method Summary
-
Constructor Details
-
MethodInfo
-
-
Method Details
-
getName
-
getReturnType
-
getParamTypes
Returns the parameter types of the method.- Returns:
- the parameter types
-
hashCode
-
equals
-