クラスシグネチャー

java.lang.ObjectSE
org.springframework.cglib.core.Signature

public class Signature extends ObjectSE
メソッド名、戻り値の型、パラメーターの型を含む、メソッドシグネチャーの表現。
  • コンストラクターの詳細

  • メソッドの詳細

    • getName

      public StringSE getName()
    • getDescriptor

      public StringSE getDescriptor()
    • getReturnType

      public Type getReturnType()
    • getArgumentTypes

      public Type[] getArgumentTypes()
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString 
    • equals

      public boolean equals(ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode