Uses of Class
org.apache.bval.util.reflection.TypeUtils.WildcardTypeBuilder
-
Packages that use TypeUtils.WildcardTypeBuilder Package Description org.apache.bval.util.reflection -
-
Uses of TypeUtils.WildcardTypeBuilder in org.apache.bval.util.reflection
Methods in org.apache.bval.util.reflection that return TypeUtils.WildcardTypeBuilder Modifier and Type Method Description static TypeUtils.WildcardTypeBuilderTypeUtils. wildcardType()TypeUtils.WildcardTypeBuilderTypeUtils.WildcardTypeBuilder. withLowerBounds(Type... bounds)Specify lower bounds of the wildcard type to build.TypeUtils.WildcardTypeBuilderTypeUtils.WildcardTypeBuilder. withUpperBounds(Type... bounds)Specify upper bounds of the wildcard type to build.
-