Uses of Interface
jakarta.enterprise.lang.model.declarations.MethodInfo
-
Packages that use MethodInfo Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of MethodInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return MethodInfo Modifier and Type Method Description MethodInfoRecordComponentInfo. accessor()Returns the accessor method corresponding to this record component.default MethodInfoDeclarationInfo. asMethod()Returns this declaration as a method.default MethodInfoMethodInfo. asMethod()MethodInfoParameterInfo. declaringMethod()Returns the method that declares this parameter.Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type MethodInfo Modifier and Type Method Description Collection<MethodInfo>ClassInfo. constructors()Returns a collection of constructors declared or implicitly declared in this class.Collection<MethodInfo>ClassInfo. methods()Returns a collection of methods declared or implicitly declared in this class and all its superclasses up to and excludingjava.lang.Object, as well as all direct and indirect superinterfaces.
-