public static class GenericMetadataSupport.WildCardBoundedType extends java.lang.Object implements GenericMetadataSupport.BoundedType
The JLS says that lower bound and upper bound are mutually exclusive, and that multiple bounds are not allowed.
| Constructor and Description |
|---|
GenericMetadataSupport.WildCardBoundedType(java.lang.reflect.WildcardType wildcard) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Type |
firstBound() |
int |
hashCode() |
java.lang.reflect.Type[] |
interfaceBounds() |
java.lang.String |
toString() |
java.lang.reflect.WildcardType |
wildCard() |
public GenericMetadataSupport.WildCardBoundedType(java.lang.reflect.WildcardType wildcard)
public java.lang.reflect.Type firstBound()
firstBound in interface GenericMetadataSupport.BoundedTypepublic java.lang.reflect.Type[] interfaceBounds()
interfaceBounds in interface GenericMetadataSupport.BoundedTypepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.reflect.WildcardType wildCard()