Uses of Class
org.jboss.jandex.TypeVariable
-
-
Uses of TypeVariable in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type TypeVariable Modifier and Type Field Description private java.util.Map<java.lang.String,TypeVariable>GenericSignatureParser. classTypeParametersprivate java.util.Map<java.lang.String,TypeVariable>GenericSignatureParser. elementTypeParametersprivate java.util.Map<java.lang.String,TypeVariable>GenericSignatureParser. typeParametersMethods in org.jboss.jandex that return TypeVariable Modifier and Type Method Description TypeVariableType. asTypeVariable()Casts this type to aParameterizedTypeand returns it if the kind isType.Kind.TYPE_VARIABLEThrows an exception otherwise.TypeVariableTypeVariable. asTypeVariable()(package private) TypeVariableTypeVariable. copyType(int boundIndex, Type bound)private TypeVariableGenericSignatureParser. resolveBounds(Type type)private TypeVariableGenericSignatureParser. resolveType(java.lang.String identifier)Methods in org.jboss.jandex that return types with arguments of type TypeVariable Modifier and Type Method Description java.util.List<TypeVariable>ClassInfo. typeParameters()Returns the generic type parameters of this class, if any.java.util.List<TypeVariable>MethodInfo. typeParameters()Returns the generic type parameters defined by this method.(package private) java.util.List<TypeVariable>MethodInternal. typeParameters()Methods in org.jboss.jandex with parameters of type TypeVariable Modifier and Type Method Description static MethodInfoMethodInfo. create(ClassInfo clazz, java.lang.String name, java.lang.String[] parameterNames, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)Construct a new mock Method instance.static MethodInfoMethodInfo. create(ClassInfo clazz, java.lang.String name, Type[] args, Type returnType, short flags, TypeVariable[] typeParameters, Type[] exceptions)Construct a new mock Method instance.
-