Uses of Class
org.int4.dirk.org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder
-
Packages that use TypeUtils.WildcardTypeBuilder Package Description org.int4.dirk.org.apache.commons.lang3.reflect -
-
Uses of TypeUtils.WildcardTypeBuilder in org.int4.dirk.org.apache.commons.lang3.reflect
Methods in org.int4.dirk.org.apache.commons.lang3.reflect that return TypeUtils.WildcardTypeBuilder Modifier and Type Method Description static TypeUtils.WildcardTypeBuilderTypeUtils. wildcardType()Gets aTypeUtils.WildcardTypeBuilder.TypeUtils.WildcardTypeBuilderTypeUtils.WildcardTypeBuilder. withLowerBounds(java.lang.reflect.Type... bounds)Specify lower bounds of the wildcard type to build.TypeUtils.WildcardTypeBuilderTypeUtils.WildcardTypeBuilder. withUpperBounds(java.lang.reflect.Type... bounds)Specify upper bounds of the wildcard type to build.
-