Class GenericSignatureParser.MethodSignature

java.lang.Object
org.jboss.jandex.GenericSignatureParser.MethodSignature
Enclosing class:
GenericSignatureParser

static class GenericSignatureParser.MethodSignature extends Object
  • Field Details

    • typeParameters

      private final Type[] typeParameters
    • methodParameters

      private final Type[] methodParameters
    • returnType

      private final Type returnType
    • throwables

      private final Type[] throwables
  • Constructor Details

    • MethodSignature

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

    • typeParameters

      public Type[] typeParameters()
    • returnType

      public Type returnType()
    • methodParameters

      public Type[] methodParameters()
    • throwables

      public Type[] throwables()
    • toString

      public String toString()
      Overrides:
      toString in class Object