org.seasar.extension.dxo.command.impl
クラス BeanToBeanDxoCommand
java.lang.Object
org.seasar.extension.dxo.command.impl.AbstractDxoCommand
org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommand
- すべての実装インタフェース:
- DxoCommand
- 直系の既知のサブクラス:
- MapToBeanDxoCommand
- public class BeanToBeanDxoCommand
- extends AbstractDxoCommand
BeanからBeanに変換するコマンドです。
- 作成者:
- koichik, azusa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destClass
protected Class destClass
- 変換先のクラスです。
BeanToBeanDxoCommand
public BeanToBeanDxoCommand(Class dxoClass,
Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader,
Class destClass)
- インスタンスを構築します。
- パラメータ:
dxoClass
- Dxoのインターフェースまたはクラスmethod
- DxoのメソッドconverterFactory
- Converter
のファクトリannotationReader
- AnnotationReader
のファクトリdestClass
- 変換先のクラス
convertScalar
protected Object convertScalar(Object source)
- クラス
AbstractDxoCommand
の記述:
- 単一のオブジェクトを変換して返します。
- 定義:
- クラス
AbstractDxoCommand
内の convertScalar
- パラメータ:
source
- 変換元のオブジェクト
- 戻り値:
- 変換した結果のオブジェクト
convertScalar
protected void convertScalar(Object source,
Object dest)
- クラス
AbstractDxoCommand
の記述:
- 単一のオブジェクト
src
をdest
に変換します。
- 定義:
- クラス
AbstractDxoCommand
内の convertScalar
- パラメータ:
source
- 変換元のオブジェクトdest
- 変換先のオブジェクト
getDestElementType
protected Class getDestElementType()
- クラス
AbstractDxoCommand
の記述:
- 変換先の要素の型を返します。
- 定義:
- クラス
AbstractDxoCommand
内の getDestElementType
- 戻り値:
- 変換先の要素の型
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.