Class TypeArgument


  • public class TypeArgument
    extends java.lang.Object
    Type Argument
    Since:
    1.0.0
    Author:
    Mercy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TypeArgument​(java.lang.reflect.Type type, int index)  
    • Constructor Detail

      • TypeArgument

        protected TypeArgument​(java.lang.reflect.Type type,
                               int index)
    • Method Detail

      • toString

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

        public java.lang.reflect.Type getType()
      • getIndex

        public int getIndex()
      • 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
      • create

        public static TypeArgument create​(java.lang.reflect.Type type,
                                          int index)