public static class MoreTypes.GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayType, java.io.Serializable, MoreTypes.CompositeType
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.Type |
componentType |
private static long |
serialVersionUID |
Constructor and Description |
---|
GenericArrayTypeImpl(java.lang.reflect.Type componentType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Type |
getGenericComponentType() |
int |
hashCode() |
boolean |
isFullySpecified()
Returns true if there are no type variables in this type.
|
java.lang.String |
toString() |
private final java.lang.reflect.Type componentType
private static final long serialVersionUID
public GenericArrayTypeImpl(java.lang.reflect.Type componentType)
public java.lang.reflect.Type getGenericComponentType()
getGenericComponentType
in interface java.lang.reflect.GenericArrayType
public boolean isFullySpecified()
MoreTypes.CompositeType
isFullySpecified
in interface MoreTypes.CompositeType
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object