Class GenericMetadataSupport.WildCardBoundedType

java.lang.Object
org.mockito.internal.util.reflection.GenericMetadataSupport.WildCardBoundedType
All Implemented Interfaces:
Type, GenericMetadataSupport.BoundedType
Enclosing class:
GenericMetadataSupport

public static class GenericMetadataSupport.WildCardBoundedType extends Object implements GenericMetadataSupport.BoundedType
Type representing bounds of a wildcard, allows to keep all bounds information.

The JLS says that lower bound and upper bound are mutually exclusive, and that multiple bounds are not allowed.

See Also: