クラス ClassInfo

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

public abstract class ClassInfo extends ObjectSE
  • コンストラクターの詳細

    • ClassInfo

      protected ClassInfo()
  • メソッドの詳細

    • getType

      public abstract Type getType()
    • getSuperType

      public abstract Type getSuperType()
    • getInterfaces

      public abstract Type[] getInterfaces()
    • getModifiers

      public abstract int getModifiers()
    • equals

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

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

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