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