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

作成者:
koichik

入れ子クラスの概要
 
クラス org.seasar.extension.dxo.command.impl.AbstractDxoCommand から継承した入れ子クラス
AbstractDxoCommand.ArrayToArrayConversionHelper, AbstractDxoCommand.ArrayToListConversionHelper, AbstractDxoCommand.ConversionHelper, AbstractDxoCommand.ListToArrayConversionHelper, AbstractDxoCommand.ListToListConvertsionHelper, AbstractDxoCommand.ScalarConversionHelper
 
フィールドの概要
protected  Class destClass
           
 
クラス org.seasar.extension.dxo.command.impl.AbstractDxoCommand から継承したフィールド
annotationReader, conversionHelper, converterFactory, dxoClass, method
 
コンストラクタの概要
BeanToBeanDxoCommand(Class dxoClass, Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, Class destClass)
           
 
メソッドの概要
protected  Object convertScalar(Object source)
           
protected  void convertScalar(Object source, Object dest)
           
protected  Class getDestElementType()
           
 
クラス org.seasar.extension.dxo.command.impl.AbstractDxoCommand から継承したメソッド
createArray, createContext, execute, getConversionHelper
 
クラス 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)
メソッドの詳細

convertScalar

protected Object convertScalar(Object source)
定義:
クラス AbstractDxoCommand 内の convertScalar

convertScalar

protected void convertScalar(Object source,
                             Object dest)
定義:
クラス AbstractDxoCommand 内の convertScalar

getDestElementType

protected Class getDestElementType()
定義:
クラス AbstractDxoCommand 内の getDestElementType


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.