| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Type[] |
lowerBounds |
private java.lang.reflect.Type[] |
upperBounds |
| Modifier | Constructor and Description |
|---|---|
private |
WildcardTypeBuilder()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.WildcardType |
build()
Returns a reference to the object being constructed or result being
calculated by the builder.
|
TypeUtils.WildcardTypeBuilder |
withLowerBounds(java.lang.reflect.Type... bounds)
Specify lower bounds of the wildcard type to build.
|
TypeUtils.WildcardTypeBuilder |
withUpperBounds(java.lang.reflect.Type... bounds)
Specify upper bounds of the wildcard type to build.
|
private java.lang.reflect.Type[] upperBounds
private java.lang.reflect.Type[] lowerBounds
public TypeUtils.WildcardTypeBuilder withUpperBounds(java.lang.reflect.Type... bounds)
bounds - to setthispublic TypeUtils.WildcardTypeBuilder withLowerBounds(java.lang.reflect.Type... bounds)
bounds - to setthis