public static class TypeUtils.WildcardTypeBuilder extends Object
WildcardType builder.| Modifier and Type | Method and Description |
|---|---|
WildcardType |
build() |
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()
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.