Uses of Class
org.jboss.jandex.ClassType.Builder
-
Packages that use ClassType.Builder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of ClassType.Builder in org.jboss.jandex
Methods in org.jboss.jandex that return ClassType.Builder Modifier and Type Method Description static ClassType.Builder
ClassType. builder(java.lang.Class<?> clazz)
Create a builder of a class type for the given class.static ClassType.Builder
ClassType. builder(DotName name)
Create a builder of a class type with the givenname
.
-