Uses of Class
org.jboss.jandex.TypeVariable.Builder
-
Packages that use TypeVariable.Builder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of TypeVariable.Builder in org.jboss.jandex
Methods in org.jboss.jandex that return TypeVariable.Builder Modifier and Type Method Description TypeVariable.Builder
TypeVariable.Builder. addBound(java.lang.Class<?> clazz)
Adds a bound.TypeVariable.Builder
TypeVariable.Builder. addBound(Type bound)
Adds a bound.static TypeVariable.Builder
TypeVariable. builder(java.lang.String identifier)
Create a builder of a type variable.
-