Uses of Interface
org.mockito.internal.util.reflection.GenericMetadataSupport.BoundedType
-
Packages that use GenericMetadataSupport.BoundedType Package Description org.mockito.internal.util.reflection Reflection utilities. -
-
Uses of GenericMetadataSupport.BoundedType in org.mockito.internal.util.reflection
Classes in org.mockito.internal.util.reflection that implement GenericMetadataSupport.BoundedType Modifier and Type Class 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.Methods in org.mockito.internal.util.reflection that return GenericMetadataSupport.BoundedType Modifier and Type Method Description private GenericMetadataSupport.BoundedType
GenericMetadataSupport. boundsOf(java.lang.reflect.TypeVariable<?> typeParameter)
private GenericMetadataSupport.BoundedType
GenericMetadataSupport. boundsOf(java.lang.reflect.WildcardType wildCard)
-