Builder<WildcardType>public static class TypeUtils.WildcardTypeBuilder extends Object implements Builder<WildcardType>
WildcardType builder.| Modifier and Type | Method | Description |
|---|---|---|
WildcardType |
build() |
Returns a reference to the object being constructed or result being
calculated by the builder.
|
TypeUtils.WildcardTypeBuilder |
withLowerBounds(Type... bounds) |
Specify lower bounds of the wildcard type to build.
|
TypeUtils.WildcardTypeBuilder |
withUpperBounds(Type... bounds) |
Specify upper bounds of the wildcard type to build.
|
public TypeUtils.WildcardTypeBuilder withUpperBounds(Type... bounds)
bounds - to setthispublic TypeUtils.WildcardTypeBuilder withLowerBounds(Type... bounds)
bounds - to setthispublic WildcardType build()
build in interface Builder<WildcardType>Copyright © 2001–2019. All rights reserved.