Uses of Class
org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder
Packages that use TypeUtils.WildcardTypeBuilder
Package
Description
Accumulates common high-level uses of the 
java.lang.reflect APIs.- 
Uses of TypeUtils.WildcardTypeBuilder in org.apache.commons.lang3.reflectMethods in org.apache.commons.lang3.reflect that return TypeUtils.WildcardTypeBuilderModifier and TypeMethodDescriptionTypeUtils.wildcardType()Gets aTypeUtils.WildcardTypeBuilder.TypeUtils.WildcardTypeBuilder.withLowerBounds(Type... bounds) Specify lower bounds of the wildcard type to build.TypeUtils.WildcardTypeBuilder.withUpperBounds(Type... bounds) Specify upper bounds of the wildcard type to build.