Uses of Interface
jakarta.enterprise.lang.model.declarations.MethodInfo
-
Packages that use MethodInfo Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of MethodInfo in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return MethodInfo Modifier and Type Method Description MethodInfo
DisposerInfo. disposerMethod()
Returns the declaration of this disposer method.MethodInfo
MethodConfig. info()
Returns theMethodInfo
corresponding to this transformed method.MethodInfo
ObserverInfo. observerMethod()
Returns the declaration of this observer method.MethodInfo
BeanInfo. producerMethod()
Returns the producer method that defines this bean. -
Uses of MethodInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return MethodInfo Modifier and Type Method Description MethodInfo
RecordComponentInfo. accessor()
Returns the accessor method corresponding to this record component.default MethodInfo
DeclarationInfo. asMethod()
Returns this declaration as a method.default MethodInfo
MethodInfo. asMethod()
MethodInfo
ParameterInfo. 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 java.util.Collection<MethodInfo>
ClassInfo. constructors()
Returns a collection of constructors declared or implicitly declared in this class.java.util.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.
-