org.seasar.extension.dxo.command.impl
クラス AbstractDxoCommand
java.lang.Object
org.seasar.extension.dxo.command.impl.AbstractDxoCommand
- すべての実装インタフェース:
- DxoCommand
- 直系の既知のサブクラス:
- BeanToBeanDxoCommand, BeanToMapDxoCommand
- public abstract class AbstractDxoCommand
- extends Object
- implements DxoCommand
- 作成者:
- koichik
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dxoClass
protected Class dxoClass
method
protected Method method
converterFactory
protected ConverterFactory converterFactory
annotationReader
protected AnnotationReader annotationReader
conversionHelper
protected AbstractDxoCommand.ConversionHelper conversionHelper
AbstractDxoCommand
public AbstractDxoCommand(Class dxoClass,
Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader)
execute
public Object execute(Object[] args)
- 定義:
- インタフェース
DxoCommand
内の execute
convertScalar
protected abstract Object convertScalar(Object source)
convertScalar
protected abstract void convertScalar(Object source,
Object dest)
getDestElementType
protected abstract Class getDestElementType()
createArray
protected Object[] createArray(int length)
createContext
protected ConversionContext createContext(Object source)
getConversionHelper
protected AbstractDxoCommand.ConversionHelper getConversionHelper(Method method)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.