Uses of Class
org.jboss.jandex.MethodParameterInfo
-
Packages that use MethodParameterInfo Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of MethodParameterInfo in org.jboss.jandex
Methods in org.jboss.jandex that return MethodParameterInfo Modifier and Type Method Description MethodParameterInfo
AnnotationTarget. asMethodParameter()
Casts and returns this target as aMethodParameterInfo
if it is of kindMETHOD_PARAMETER
MethodParameterInfo
ClassInfo. asMethodParameter()
MethodParameterInfo
FieldInfo. asMethodParameter()
MethodParameterInfo
MethodInfo. asMethodParameter()
MethodParameterInfo
MethodParameterInfo. asMethodParameter()
MethodParameterInfo
RecordComponentInfo. asMethodParameter()
MethodParameterInfo
TypeTarget. asMethodParameter()
static MethodParameterInfo
MethodParameterInfo. create(MethodInfo method, short parameter)
Constructs a new mock method parameter infoMethods in org.jboss.jandex that return types with arguments of type MethodParameterInfo Modifier and Type Method Description java.util.List<MethodParameterInfo>
MethodInfo. parameters()
Returns a list of parameters declared on this method, in declaration order.Methods in org.jboss.jandex with parameters of type MethodParameterInfo Modifier and Type Method Description static EquivalenceKey.MethodParameterEquivalenceKey
EquivalenceKey. of(MethodParameterInfo parameter)
Returns an equivalence key for given method parameter.Method parameters in org.jboss.jandex with type arguments of type MethodParameterInfo Modifier and Type Method Description AnnotationTransformation.MethodParameterBuilder
AnnotationTransformation.MethodParameterBuilder. whenMethodParameter(java.util.function.Predicate<MethodParameterInfo> predicate)
Adds a predicate that tests whether the current method parameter matches givenpredicate
.
-