Class GenericSignatureParser.MethodSignature

  • Enclosing class:
    GenericSignatureParser

    static class GenericSignatureParser.MethodSignature
    extends java.lang.Object
    • Field Detail

      • typeParameters

        private final Type[] typeParameters
      • methodParameters

        private final Type[] methodParameters
      • returnType

        private final Type returnType
      • throwables

        private final Type[] throwables
    • Constructor Detail

      • MethodSignature

        private MethodSignature​(Type[] typeParameters,
                                Type[] methodParameters,
                                Type returnType,
                                Type[] throwables)
    • Method Detail

      • typeParameters

        public Type[] typeParameters()
      • returnType

        public Type returnType()
      • methodParameters

        public Type[] methodParameters()
      • throwables

        public Type[] throwables()
      • toString

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