Class MoreTypes.WildcardTypeImpl
java.lang.Object
org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
- All Implemented Interfaces:
Type
,WildcardType
- Enclosing class:
- MoreTypes
The WildcardType interface supports multiple upper bounds and multiple
lower bounds. We only support what the Java 6 language needs - at most one
bound. If a lower bound is set, the upper bound must be Object.class.
-
Constructor Details
-
WildcardTypeImpl
-
-
Method Details
-
getUpperBounds
- Specified by:
getUpperBounds
in interfaceWildcardType
-
getLowerBounds
- Specified by:
getLowerBounds
in interfaceWildcardType
-
isFullySpecified
public boolean isFullySpecified() -
equals
-
hashCode
public int hashCode() -
toString
-