Class MoreTypes.GenericArrayTypeImpl

  • All Implemented Interfaces:
    java.lang.reflect.GenericArrayType, java.lang.reflect.Type
    Enclosing class:
    MoreTypes

    public static class MoreTypes.GenericArrayTypeImpl
    extends java.lang.Object
    implements java.lang.reflect.GenericArrayType
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericArrayTypeImpl​(java.lang.reflect.Type componentType)  
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.reflect.Type getGenericComponentType()  
      int hashCode()  
      boolean isFullySpecified()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.reflect.Type

        getTypeName
    • Constructor Detail

      • GenericArrayTypeImpl

        public GenericArrayTypeImpl​(java.lang.reflect.Type componentType)
    • Method Detail

      • getGenericComponentType

        public java.lang.reflect.Type getGenericComponentType()
        Specified by:
        getGenericComponentType in interface java.lang.reflect.GenericArrayType
      • isFullySpecified

        public boolean isFullySpecified()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object