Uses of Class
org.jboss.jandex.Type.Builder
Packages that use Type.Builder
Package
Description
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.BuilderModifier and TypeClassDescription(package private) static classType.Builder<THIS extends Type.Builder<THIS>>Base class for type builders.Subclasses of Type.Builder in org.jboss.jandexModifier and TypeClassDescriptionstatic final classConvenient builder forArrayType.static final classConvenient builder forClassType.static final classConvenient builder forParameterizedType.static final classConvenient builder forTypeVariable.static final classConvenient builder forWildcardType.