| Package | Description |
|---|---|
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static TypeUtils.WildcardTypeBuilder |
TypeUtils.wildcardType()
|
TypeUtils.WildcardTypeBuilder |
TypeUtils.WildcardTypeBuilder.withLowerBounds(Type... bounds)
Specify lower bounds of the wildcard type to build.
|
TypeUtils.WildcardTypeBuilder |
TypeUtils.WildcardTypeBuilder.withUpperBounds(Type... bounds)
Specify upper bounds of the wildcard type to build.
|
Copyright © 2019. All rights reserved.