|
||||||||||
前 次 | フレームあり フレームなし |
BeanDesc を使用しているパッケージ | |
---|---|
org.seasar.cubby.plugins.s2.spi | S2Container 向けの Service Provider Interface の実装を提供します。 |
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.plugins.s2.spi での BeanDesc の使用 |
---|
BeanDesc を返す org.seasar.cubby.plugins.s2.spi のメソッド | |
---|---|
protected BeanDesc |
S2BeanDescProvider.createBeanDesc(Class<?> clazz)
BeanDesc を生成します。 |
BeanDesc |
S2BeanDescProvider.getBeanDesc(Class<?> clazz)
指定されたクラスの BeanDesc を返します。 |
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 を返します。 |
|
||||||||||
前 次 | フレームあり フレームなし |