public static class MoreTypes.GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayType, java.io.Serializable
| 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() |
public GenericArrayTypeImpl(java.lang.reflect.Type componentType)
public java.lang.reflect.Type getGenericComponentType()
getGenericComponentType in interface java.lang.reflect.GenericArrayTypepublic boolean isFullySpecified()
public 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.ObjectCopyright © 2019. All rights reserved.