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.BuilderTypeVariable.Builder. addBound(java.lang.Class<?> clazz)Adds a bound.TypeVariable.BuilderTypeVariable.Builder. addBound(Type bound)Adds a bound.static TypeVariable.BuilderTypeVariable. builder(java.lang.String identifier)Create a builder of a type variable.TypeVariable.BuilderTypeVariable.Builder. implicitObjectBound()Marks the built type variable as having an implicit (not declared) bound ofObject.
-