Uses of Class
org.jboss.jandex.MethodInfo
-
Uses of MethodInfo in org.jboss.jandex
Fields in org.jboss.jandex declared as MethodInfoFields in org.jboss.jandex with type parameters of type MethodInfoMethods in org.jboss.jandex that return MethodInfoModifier and TypeMethodDescriptionfinal MethodInfo
RecordComponentInfo.accessor()
Returns the accessor method corresponding to this record component.AnnotationTarget.asMethod()
Casts and returns this target as aMethodInfo
if it is of kindMETHOD
ClassInfo.asMethod()
final MethodInfo
FieldInfo.asMethod()
final MethodInfo
MethodInfo.asMethod()
final MethodInfo
MethodParameterInfo.asMethod()
final MethodInfo
RecordComponentInfo.asMethod()
final MethodInfo
TypeTarget.asMethod()
static MethodInfo
MethodInfo.create
(ClassInfo clazz, String name, String[] parameterNames, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions) Construct a new mock Method instance.static MethodInfo
Construct a new mock Method instance.static MethodInfo
MethodInfo.create
(ClassInfo clazz, String name, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions) Construct a new mock Method instance.MethodParameterTypeTarget.enclosingTarget()
ThrowsTypeTarget.enclosingTarget()
final MethodInfo
ClassInfo.firstMethod
(String name) Retrieves the "first" occurrence of a method by the given name.MethodInfoGenerator.get
(int i) final MethodInfo
Retrieves a method based on its signature, which includes a method name and an argument list.final MethodInfo
MethodParameterInfo.method()
Returns the method this parameter belongs to.private MethodInfo
IndexReaderV1.readMethod
(ClassInfo clazz, PackedDataInputStream stream) Methods in org.jboss.jandex that return types with arguments of type MethodInfoModifier and TypeMethodDescriptionfinal List
<MethodInfo> ClassInfo.constructors()
Returns a list of all constructors declared in this class (which the JVM names "<init>").final List
<MethodInfo> ClassInfo.methods()
Returns a list of all methods declared in this class.final List
<MethodInfo> ClassInfo.unsortedMethods()
Methods in org.jboss.jandex with parameters of type MethodInfoModifier and TypeMethodDescriptionstatic MethodParameterInfo
MethodParameterInfo.create
(MethodInfo method, short parameter) Constructs a new mock method parameter infoprivate boolean
Indexer.isBridge
(MethodInfo methodInfo) private static boolean
Indexer.isInnerConstructor
(MethodInfo method) private void
Indexer.parseMethodSignature
(String signature, MethodInfo method) private void
Indexer.processAnnotationDefault
(DataInputStream data, MethodInfo target) private void
Indexer.processCode
(DataInputStream data, MethodInfo target) private void
Indexer.processExceptions
(DataInputStream data, MethodInfo target) private void
Indexer.processLocalVariableTable
(DataInputStream data, MethodInfo target) private void
Indexer.processMethodParameters
(DataInputStream data, MethodInfo target) private boolean
Indexer.skipBridge
(Indexer.TypeAnnotationState typeAnnotationState, MethodInfo method) Method parameters in org.jboss.jandex with type arguments of type MethodInfoModifier and TypeMethodDescription(package private) void
ClassInfo.setMethods
(List<MethodInfo> methods, NameTable names) Constructors in org.jboss.jandex with parameters of type MethodInfoModifierConstructorDescription(package private)
MethodParameterInfo
(MethodInfo method, short parameter) (package private)
MethodParameterTypeTarget
(MethodInfo enclosingTarget, int position) (package private)
ThrowsTypeTarget
(MethodInfo enclosingTarget, int position)