Package | Description |
---|---|
org.apache.commons.lang3.reflect |
Accumulates common high-level uses of the
java.lang.reflect APIs. |
Modifier and Type | Method | 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 © 2001–2018. All rights reserved.