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 ParameterizedTypeParameterizedType. asParameterizedType()ParameterizedTypeType. asParameterizedType()Casts this type to aParameterizedTypeand returns it if the kind isType.Kind.PARAMETERIZED_TYPEThrows an exception otherwise.static ParameterizedTypeParameterizedType. create(DotName name, Type[] arguments, Type owner)Create a new mock instance.
-