Class MethodInfo


  • public class MethodInfo
    extends Object
    • Constructor Detail

      • MethodInfo

        public MethodInfo()
      • MethodInfo

        public MethodInfo​(String name,
                          List<String> params,
                          Class<?> returnType,
                          String parametricReturnType,
                          String genericType)
        Parameters:
        name - method name
        params - method params list
        returnType - method's return type
      • MethodInfo

        public MethodInfo​(String name,
                          List<String> params,
                          String returnType,
                          String parametricReturnType,
                          String genericType)
        Parameters:
        name - method name
        params - method params list
        returnType - method's return type
    • Method Detail

      • getNameWithParameters

        public String getNameWithParameters()
      • getName

        public String getName()
      • getReturnClassType

        public String getReturnClassType()
      • getParametricReturnType

        public String getParametricReturnType()
      • getGenericType

        public String getGenericType()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object