Uses of Class
org.jboss.jandex.Type.Builder
-
Packages that use Type.Builder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of Type.Builder in org.jboss.jandex
Classes in org.jboss.jandex with type parameters of type Type.Builder Modifier and Type Class Description (package private) static class
Type.Builder<THIS extends Type.Builder<THIS>>
Base class for type builders.Subclasses of Type.Builder in org.jboss.jandex Modifier and Type Class Description static class
ArrayType.Builder
Convenient builder forArrayType
.static class
ClassType.Builder
Convenient builder forClassType
.static class
ParameterizedType.Builder
Convenient builder forParameterizedType
.static class
TypeVariable.Builder
Convenient builder forTypeVariable
.static class
WildcardType.Builder
Convenient builder forWildcardType
.
-