Class MoreTypes.WildcardTypeImpl
java.lang.Object
com.google.inject.internal.MoreTypes.WildcardTypeImpl
- All Implemented Interfaces:
Serializable, Type, WildcardType
- Enclosing class:
MoreTypes
The WildcardType interface supports multiple upper bounds and multiple lower bounds. We only
support what the Java 8 language needs - at most one bound. If a lower bound is set, the upper
bound must be Object.class.
- Author:
- jessewilson@google.com (Jesse Wilson)
- See Also:
-
Constructor Details
-
WildcardTypeImpl
-
-
Method Details
-
getUpperBounds
- Specified by:
getUpperBoundsin interfaceWildcardType
-
getLowerBounds
- Specified by:
getLowerBoundsin interfaceWildcardType
-
isFullySpecified
public boolean isFullySpecified() -
equals
-
hashCode
-
toString
-