org.seasar.cubby.spi.beans
クラス BeanDescFactory

java.lang.Object
  上位を拡張 org.seasar.cubby.spi.beans.BeanDescFactory

public class BeanDescFactory
extends Object

BeanDesc のファクトリです。

作成者:
baba

コンストラクタの概要
BeanDescFactory()
           
 
メソッドの概要
static BeanDesc getBeanDesc(Class<?> clazz)
          指定されたクラスの BeanDesc を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BeanDescFactory

public BeanDescFactory()
メソッドの詳細

getBeanDesc

public static BeanDesc getBeanDesc(Class<?> clazz)
指定されたクラスの BeanDesc を返します。

パラメータ:
clazz - 対象となるクラス
戻り値:
指定されたクラスの BeanDesc


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