java.lang.reflect.Typepublic interface CaptureType
extends java.lang.reflect.Type
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.reflect.Type[] |
getLowerBounds() |
Returns an array of Type objects representing the
lower bound(s) of this type variable.
|
java.lang.reflect.Type[] |
getUpperBounds() |
Returns an array of Type objects representing the upper
bound(s) of this capture.
|
java.lang.reflect.Type[] getUpperBounds()
java.lang.reflect.Type[] getLowerBounds()
WildcardType.getLowerBounds().Copyright © 2018. All rights reserved