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 classType.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 classArrayType.BuilderConvenient builder forArrayType.static classClassType.BuilderConvenient builder forClassType.static classParameterizedType.BuilderConvenient builder forParameterizedType.static classTypeVariable.BuilderConvenient builder forTypeVariable.static classWildcardType.BuilderConvenient builder forWildcardType.
-