Uses of Class
org.jboss.jandex.WildcardType.Builder
-
Packages that use WildcardType.Builder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of WildcardType.Builder in org.jboss.jandex
Methods in org.jboss.jandex that return WildcardType.Builder Modifier and Type Method Description static WildcardType.BuilderWildcardType. builder()Create a builder of a wildcard type.WildcardType.BuilderWildcardType.Builder. setLowerBound(java.lang.Class<?> lowerBound)Sets the lower bound.WildcardType.BuilderWildcardType.Builder. setLowerBound(Type lowerBound)Sets the lower bound.WildcardType.BuilderWildcardType.Builder. setUpperBound(java.lang.Class<?> upperBound)Sets the upper bound.WildcardType.BuilderWildcardType.Builder. setUpperBound(Type upperBound)Sets the upper bound.
-