Uses of Interface
jakarta.enterprise.lang.model.declarations.MethodInfo
-
Uses of MethodInfo in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionDisposerInfo.disposerMethod()
Returns the declaration of this disposer method.MethodConfig.info()
Returns theMethodInfo
corresponding to this transformed method.ObserverInfo.observerMethod()
Returns the declaration of this observer method.BeanInfo.producerMethod()
Returns the producer method that defines this bean.Modifier and TypeMethodDescriptionInvokerFactory.createInvoker
(BeanInfo bean, MethodInfo method) Returns a newInvokerBuilder
for given method of given bean. -
Uses of MethodInfo in jakarta.enterprise.lang.model.declarations
Modifier and TypeMethodDescriptionRecordComponentInfo.accessor()
Returns the accessor method corresponding to this record component.default MethodInfo
DeclarationInfo.asMethod()
Returns this declaration as a method.default MethodInfo
MethodInfo.asMethod()
ParameterInfo.declaringMethod()
Returns the method that declares this parameter.Modifier and TypeMethodDescriptionClassInfo.constructors()
Returns a collection of constructors declared or implicitly declared in this class.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.