org.seasar.doma.bean
インタフェース BeanWrapper

既知の実装クラスの一覧:
FieldAccessBeanWrapper, MethodAccessBeanWrapper

public interface BeanWrapper

JavaBeans のラッパーです。

このインタフェースの実装はスレッドセーフであることを要求されません。

作成者:
taedium

メソッドの概要
 Class<?> getBeanClass()
          JavaBeans のクラスを返します。
 BeanPropertyWrapper getBeanPropertyWrapper(String name)
          プロパティのラッパーを返します。
 List<BeanPropertyWrapper> getBeanPropertyWrappers()
          プロパティのラッパーのリストを返します。
 

メソッドの詳細

getBeanPropertyWrapper

BeanPropertyWrapper getBeanPropertyWrapper(String name)
プロパティのラッパーを返します。

パラメータ:
name - プロパティ名
戻り値:
プロパティのラッパー

getBeanPropertyWrappers

List<BeanPropertyWrapper> getBeanPropertyWrappers()
プロパティのラッパーのリストを返します。

戻り値:
プロパティのラッパーのリスト

getBeanClass

Class<?> getBeanClass()
JavaBeans のクラスを返します。

戻り値:
JavaBeans のクラス


Copyright © 2009 The Seasar Foundation. All Rights Reserved.