Uses of Class
org.jboss.jandex.ParameterizedType
Packages that use ParameterizedType
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of ParameterizedType in org.jboss.jandex
Methods in org.jboss.jandex that return ParameterizedTypeModifier and TypeMethodDescriptionParameterizedType.asParameterizedType()
Type.asParameterizedType()
Casts this type to aParameterizedType
and returns it if the kind isType.Kind.PARAMETERIZED_TYPE
.ParameterizedType.Builder.build()
Returns the built parameterized type.private ParameterizedType
Indexer.convertParameterized
(Type oType) (package private) ParameterizedType
(package private) ParameterizedType
ParameterizedType.copyType
(AnnotationInstance[] newAnnotations) (package private) ParameterizedType
(package private) ParameterizedType
static ParameterizedType
Create an instance of a parameterized type with given genericclazz
and given typearguments
.static ParameterizedType
Create an instance of a parameterized type with given genericclazz
and given typearguments
.static ParameterizedType
Create an instance of a parameterized type with givenname
, which denotes a generic class, and given typearguments
.static ParameterizedType
Create an instance of a parameterized type with givenname
, which denotes a generic class, and given typearguments
.static ParameterizedType
Create an instance of a parameterized type with givenname
, which denotes a generic class, and given typearguments
.static ParameterizedType
Create an instance of a parameterized type with givenname
, which denotes a generic class, and given typearguments
.(package private) ParameterizedType
ClassType.toParameterizedType()