クラス
shohaku.core.beans.dynamic.ClassDesc の使用

ClassDesc を使用しているパッケージ
shohaku.core.beans.dynamic JavaBean を動的に制御するユーティリティを提供します。 
 

shohaku.core.beans.dynamic での ClassDesc の使用
 

ClassDesc を返す shohaku.core.beans.dynamic のメソッド
 ClassDesc SingletonBeanFactory.getClassDesc()
           
 ClassDesc PrototypeBeanFactory.getClassDesc()
           
 ClassDesc BeanFactory.getClassDesc()
          クラス情報を返却します。
 

ClassDesc 型のパラメータを持つ shohaku.core.beans.dynamic のメソッド
 void SingletonBeanFactory.setClassDesc(ClassDesc classDesc)
          クラス情報を格納します。
 void PrototypeBeanFactory.setClassDesc(ClassDesc classDesc)
          クラス情報を格納します。