Uses of Class
org.jboss.jandex.ParameterizedType
-
-
Uses of ParameterizedType in org.jboss.jandex
Methods in org.jboss.jandex that return ParameterizedType Modifier and Type Method Description ParameterizedType
ParameterizedType. asParameterizedType()
ParameterizedType
Type. asParameterizedType()
Casts this type to aParameterizedType
and returns it if the kind isType.Kind.PARAMETERIZED_TYPE
Throws an exception otherwise.static ParameterizedType
ParameterizedType. create(DotName name, Type[] arguments, Type owner)
Create a new mock instance.
-