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 MethodParameterInfoAnnotationTarget. asMethodParameter()Casts and returns this target as aMethodParameterInfoif it is of kindMETHOD_PARAMETERMethodParameterInfoClassInfo. asMethodParameter()MethodParameterInfoFieldInfo. asMethodParameter()MethodParameterInfoMethodInfo. asMethodParameter()MethodParameterInfoMethodParameterInfo. asMethodParameter()MethodParameterInfoRecordComponentInfo. asMethodParameter()MethodParameterInfoTypeTarget. asMethodParameter()static MethodParameterInfoMethodParameterInfo. 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.MethodParameterEquivalenceKeyEquivalenceKey. 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.MethodParameterBuilderAnnotationTransformation.MethodParameterBuilder. whenMethodParameter(java.util.function.Predicate<MethodParameterInfo> predicate)Adds a predicate that tests whether the current method parameter matches givenpredicate.
-