インタフェース
org.seasar.cubby.spi.beans.BeanDesc の使用

BeanDesc を使用しているパッケージ
org.seasar.cubby.spi 置き換え可能な拡張ポイントとなるサービスプロバイダインターフェイス (Service Provider Interface) を提供します。 
org.seasar.cubby.spi.beans Java Beans を操作するための機能を提供します。 
org.seasar.cubby.spi.beans.impl Java Beans を操作するための機能の実装を提供します。 
 

org.seasar.cubby.spi での BeanDesc の使用
 

BeanDesc を返す org.seasar.cubby.spi のメソッド
 BeanDesc BeanDescProvider.getBeanDesc(Class<?> clazz)
          指定されたクラスの BeanDesc を返します。
 

org.seasar.cubby.spi.beans での BeanDesc の使用
 

BeanDesc を返す org.seasar.cubby.spi.beans のメソッド
static BeanDesc BeanDescFactory.getBeanDesc(Class<?> clazz)
          指定されたクラスの BeanDesc を返します。
 

org.seasar.cubby.spi.beans.impl での BeanDesc の使用
 

BeanDesc を実装している org.seasar.cubby.spi.beans.impl のクラス
protected static class DefaultBeanDescProvider.BeanDescImpl
          BeanDesc の実装です。
 

BeanDesc 型の型パラメータを持つ org.seasar.cubby.spi.beans.impl のフィールド
protected  Map<Class<?>,BeanDesc> DefaultBeanDescProvider.beanDescCache
          BeanDesc のキャッシュ。
 

BeanDesc を返す org.seasar.cubby.spi.beans.impl のメソッド
protected  BeanDesc DefaultBeanDescProvider.createBeanDesc(Class<?> clazz)
          BeanDesc を生成します。
 BeanDesc DefaultBeanDescProvider.getBeanDesc(Class<?> clazz)
          指定されたクラスの BeanDesc を返します。
 



Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.