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(java.lang.reflect.Type... bounds) |
Specify lower bounds of the wildcard type to build.
|
TypeUtils.WildcardTypeBuilder |
TypeUtils.WildcardTypeBuilder.withUpperBounds(java.lang.reflect.Type... bounds) |
Specify upper bounds of the wildcard type to build.
|
Copyright © 2001-2017 - Apache Software Foundation