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.
-