Package org.apache.bval.util.reflection
Class TypeUtils.WildcardTypeBuilder
- java.lang.Object
-
- org.apache.bval.util.reflection.TypeUtils.WildcardTypeBuilder
-
- Enclosing class:
- TypeUtils
public static class TypeUtils.WildcardTypeBuilder extends Object
WildcardTypebuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WildcardTypebuild()TypeUtils.WildcardTypeBuilderwithLowerBounds(Type... bounds)Specify lower bounds of the wildcard type to build.TypeUtils.WildcardTypeBuilderwithUpperBounds(Type... bounds)Specify upper bounds of the wildcard type to build.
-
-
-
Method Detail
-
withUpperBounds
public TypeUtils.WildcardTypeBuilder withUpperBounds(Type... bounds)
Specify upper bounds of the wildcard type to build.- Parameters:
bounds- to set- Returns:
this
-
withLowerBounds
public TypeUtils.WildcardTypeBuilder withLowerBounds(Type... bounds)
Specify lower bounds of the wildcard type to build.- Parameters:
bounds- to set- Returns:
this
-
build
public WildcardType build()
-
-