Modifier and Type | Method | 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 setthis
public TypeUtils.WildcardTypeBuilder withLowerBounds(java.lang.reflect.Type... bounds)
bounds
- to setthis
Copyright © 2001-2017 - Apache Software Foundation