Uses of Class
org.jboss.jandex.MethodInfo
-
Packages that use MethodInfo Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of MethodInfo in org.jboss.jandex
Fields in org.jboss.jandex declared as MethodInfo Modifier and Type Field Description private MethodInfoMethodParameterInfo. methodprivate MethodInfoMethodParamList. methodFields in org.jboss.jandex with type parameters of type MethodInfo Modifier and Type Field Description private java.util.IdentityHashMap<MethodInfo,MethodParamList>Indexer. methodParamsprivate java.util.List<MethodInfo>Indexer. methodsMethods in org.jboss.jandex that return MethodInfo Modifier and Type Method Description MethodInfoRecordComponentInfo. accessor()Returns the accessor method corresponding to this record component.MethodInfoAnnotationTarget. asMethod()Casts and returns this target as aMethodInfoif it is of kindMETHODMethodInfoClassInfo. asMethod()MethodInfoFieldInfo. asMethod()MethodInfoMethodInfo. asMethod()MethodInfoMethodParameterInfo. asMethod()MethodInfoRecordComponentInfo. asMethod()MethodInfoTypeTarget. asMethod()MethodInfoClassInfo. canonicalRecordConstructor()Returns the canonical constructor of this record.static MethodInfoMethodInfo. create(ClassInfo clazz, java.lang.String name, java.lang.String[] parameterNames, Type[] parameterTypes, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)Construct a new mock Method instance.static MethodInfoMethodInfo. create(ClassInfo clazz, java.lang.String name, Type[] parameterTypes, Type returnType, short flags)Construct a new mock Method instance.static MethodInfoMethodInfo. create(ClassInfo clazz, java.lang.String name, Type[] parameterTypes, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)Construct a new mock Method instance.MethodInfoMethodParameterTypeTarget. enclosingTarget()MethodInfoThrowsTypeTarget. enclosingTarget()MethodInfoClassInfo. firstMethod(java.lang.String name)Retrieves the "first" occurrence of a method by the given name.MethodInfoMethodInfoGenerator. get(int i)MethodInfoClassInfo. method(java.lang.String name, java.util.List<Type> parameters)Retrieves a method based on its signature, which includes a method name and a parameter type list.MethodInfoClassInfo. method(java.lang.String name, Type... parameters)Retrieves a method based on its signature, which includes a method name and a parameter type list.MethodInfoMethodParameterInfo. method()Returns the method this parameter belongs to.private MethodInfoIndexReaderV1. readMethod(ClassInfo clazz, PackedDataInputStream stream)Methods in org.jboss.jandex that return types with arguments of type MethodInfo Modifier and Type Method Description java.util.List<MethodInfo>ClassInfo. constructors()Returns a list of all constructors declared in this class (which have the special name<init>).java.util.List<MethodInfo>ClassInfo. methods()Returns a list of all methods declared in this class.java.util.List<MethodInfo>ClassInfo. methodsInDeclarationOrder()Returns a list of all methods declared in this class, in the declaration order.java.util.List<MethodInfo>ClassInfo. unsortedMethods()Deprecated.Methods in org.jboss.jandex with parameters of type MethodInfo Modifier and Type Method Description static MethodParameterInfoMethodParameterInfo. create(MethodInfo method, short parameter)Constructs a new mock method parameter infoprivate static booleanGenericSignatureReconstruction. hasThrowsSignature(MethodInfo method)private booleanIndexer. isBridge(MethodInfo methodInfo)private static booleanIndexer. isEnumConstructor(MethodInfo method)private booleanIndexer. isInnerConstructor(MethodInfo method)(package private) static java.lang.StringDescriptorReconstruction. methodDescriptor(MethodInfo method, java.util.function.Function<java.lang.String,Type> typeVariableSubstitution)static EquivalenceKey.MethodEquivalenceKeyEquivalenceKey. of(MethodInfo method)Returns an equivalence key for given method.private voidIndexer. parseMethodSignature(java.lang.String signature, MethodInfo method)private voidIndexer. processAnnotationDefault(java.io.DataInputStream data, MethodInfo target)private voidIndexer. processCode(java.io.DataInputStream data, MethodInfo target)private voidIndexer. processExceptions(java.io.DataInputStream data, MethodInfo target)private voidIndexer. processLocalVariableTable(java.io.DataInputStream data, MethodInfo target)private voidIndexer. processMethodParameters(java.io.DataInputStream data, MethodInfo target)(package private) static java.lang.StringGenericSignatureReconstruction. reconstructGenericSignature(MethodInfo method, java.util.function.Function<java.lang.String,Type> typeVariableSubstitution)(package private) static booleanGenericSignatureReconstruction. requiresGenericSignature(MethodInfo method)private booleanIndexer. skipBridge(Indexer.TypeAnnotationState typeAnnotationState, MethodInfo method)Method parameters in org.jboss.jandex with type arguments of type MethodInfo Modifier and Type Method Description (package private) voidClassInfo. setMethods(java.util.List<MethodInfo> methods, NameTable names)AnnotationTransformation.MethodBuilderAnnotationTransformation.MethodBuilder. whenMethod(java.util.function.Predicate<MethodInfo> predicate)Adds a predicate that tests whether the current method matches givenpredicate.Constructors in org.jboss.jandex with parameters of type MethodInfo Constructor Description MethodParameterInfo(MethodInfo method, short position)MethodParameterTypeTarget(MethodInfo enclosingTarget, int position)MethodParamList(MethodInfo method)ThrowsTypeTarget(MethodInfo enclosingTarget, int position)
-