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
クラス 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.