Uses of Class
org.jboss.jandex.MethodInfo
-
Uses of MethodInfo in org.jboss.jandex
Methods in org.jboss.jandex that return MethodInfoModifier and TypeMethodDescriptionfinal MethodInfoRecordComponentInfo.accessor()Returns the accessor method corresponding to this record component.AnnotationTarget.asMethod()Casts and returns this target as aMethodInfoif it is of kindMETHODClassInfo.asMethod()final MethodInfoFieldInfo.asMethod()final MethodInfoMethodInfo.asMethod()final MethodInfoMethodParameterInfo.asMethod()final MethodInfoRecordComponentInfo.asMethod()final MethodInfoTypeTarget.asMethod()static MethodInfoMethodInfo.create(ClassInfo clazz, String name, String[] parameterNames, Type[] parameterTypes, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions) Construct a new mock Method instance.static MethodInfoMethodInfo.create(ClassInfo clazz, String name, Type[] parameterTypes, Type returnType, short flags) Construct a new mock Method instance.static MethodInfoMethodInfo.create(ClassInfo clazz, String name, Type[] parameterTypes, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions) Construct a new mock Method instance.MethodParameterTypeTarget.enclosingTarget()ThrowsTypeTarget.enclosingTarget()final MethodInfoClassInfo.firstMethod(String name) Retrieves the "first" occurrence of a method by the given name.final MethodInfoRetrieves a method based on its signature, which includes a method name and an parameter type list.final MethodInfoMethodParameterInfo.method()Returns the method this parameter belongs to.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 have the special name<init>).final List<MethodInfo>ClassInfo.methods()Returns a list of all methods declared in this class.final List<MethodInfo>ClassInfo.unsortedMethods()Returns a list of all methods declared in this class, in the declaration order.Methods in org.jboss.jandex with parameters of type MethodInfoModifier and TypeMethodDescriptionstatic MethodParameterInfoMethodParameterInfo.create(MethodInfo method, short parameter) Constructs a new mock method parameter infoEquivalenceKey.of(MethodInfo method) Returns an equivalence key for given method.