private static final class Types.GenericArrayTypeImpl
extends java.lang.Object
implements java.lang.reflect.GenericArrayType, java.io.Serializable
| 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 obj) |
java.lang.reflect.Type |
getGenericComponentType() |
int |
hashCode() |
java.lang.String |
toString() |
private final java.lang.reflect.Type componentType
private static final long serialVersionUID
public java.lang.reflect.Type getGenericComponentType()
getGenericComponentType in interface java.lang.reflect.GenericArrayTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(@CheckForNull
java.lang.Object obj)
equals in class java.lang.Object