Home
last modified time | relevance | path

Searched refs:wildCardBoundedType (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericMetadataSupport.java165 WildCardBoundedType wildCardBoundedType = new WildCardBoundedType(wildCard); in boundsOf() local
166 if (wildCardBoundedType.firstBound() instanceof TypeVariable) { in boundsOf()
167 return boundsOf((TypeVariable<?>) wildCardBoundedType.firstBound()); in boundsOf()
170 return wildCardBoundedType; in boundsOf()