Package | Description |
---|---|
org.mockito.internal.util.reflection |
Reflection utilities.
|
Modifier and Type | Class and Description |
---|---|
static class |
GenericMetadataSupport.TypeVarBoundedType
Type representing bounds of a type variable, allows to keep all bounds information.
|
static class |
GenericMetadataSupport.WildCardBoundedType
Type representing bounds of a wildcard, allows to keep all bounds information.
|
Modifier and Type | Method and Description |
---|---|
private GenericMetadataSupport.BoundedType |
GenericMetadataSupport.boundsOf(java.lang.reflect.TypeVariable<?> typeParameter) |
private GenericMetadataSupport.BoundedType |
GenericMetadataSupport.boundsOf(java.lang.reflect.WildcardType wildCard) |