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 class
Type.Builder<THIS extends Type.Builder<THIS>>
Base class for type builders.Subclasses of Type.Builder in org.jboss.jandexModifier and TypeClassDescriptionstatic final class
Convenient builder forArrayType
.static final class
Convenient builder forClassType
.static final class
Convenient builder forParameterizedType
.static final class
Convenient builder forTypeVariable
.static final class
Convenient builder forWildcardType
.