| 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.
|
public TypeUtils.WildcardTypeBuilder withUpperBounds(java.lang.reflect.Type... bounds)
bounds - to setthispublic TypeUtils.WildcardTypeBuilder withLowerBounds(java.lang.reflect.Type... bounds)
bounds - to setthis