|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.dxo.command.impl.AbstractDxoCommand org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommand org.seasar.extension.dxo.command.impl.MapToBeanDxoCommand
Map
からBeanに変換するコマンドです。
入れ子クラスの概要 |
フィールドの概要 |
クラス org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommand から継承したフィールド |
destClass |
クラス org.seasar.extension.dxo.command.impl.AbstractDxoCommand から継承したフィールド |
annotationReader, conversionHelper, converterFactory, dxoClass, method |
コンストラクタの概要 | |
MapToBeanDxoCommand(java.lang.Class dxoClass,
java.lang.reflect.Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader,
java.lang.Class destClass)
インスタンスを構築します。 |
メソッドの概要 | |
protected ConversionContext |
createContext(java.lang.Object source)
変換コンテキストを作成して返します。 |
クラス org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommand から継承したメソッド |
convertScalar, convertScalar, getDestElementType |
クラス org.seasar.extension.dxo.command.impl.AbstractDxoCommand から継承したメソッド |
assertDest, assertSource, createArray, execute, getConversionHelper |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public MapToBeanDxoCommand(java.lang.Class dxoClass, java.lang.reflect.Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, java.lang.Class destClass)
dxoClass
- Dxoのインターフェースまたはクラスmethod
- DxoのメソッドconverterFactory
- Converter
のファクトリannotationReader
- AnnotationReader
のファクトリdestClass
- 変換先のクラスメソッドの詳細 |
protected ConversionContext createContext(java.lang.Object source)
AbstractDxoCommand
の記述:
AbstractDxoCommand
内の createContext
source
- 変換元のオブジェクト
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |