org.seasar.extension.dxo.command.impl
クラス BeanToMapDxoCommand
java.lang.Object
org.seasar.extension.dxo.command.impl.AbstractDxoCommand
org.seasar.extension.dxo.command.impl.BeanToMapDxoCommand
- すべての実装インタフェース:
- DxoCommand
- public class BeanToMapDxoCommand
- extends AbstractDxoCommand
- 作成者:
- koichik
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parsedExpression
protected Object parsedExpression
excludeNull
protected boolean excludeNull
valueType
protected Class valueType
BeanToMapDxoCommand
public BeanToMapDxoCommand(Class dxoClass,
Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader)
BeanToMapDxoCommand
public BeanToMapDxoCommand(Class dxoClass,
Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader,
String expression)
convertScalar
protected Object convertScalar(Object source)
- 定義:
- クラス
AbstractDxoCommand
内の convertScalar
convertScalar
protected void convertScalar(Object source,
Object dest)
- 定義:
- クラス
AbstractDxoCommand
内の convertScalar
removeNullEntry
protected void removeNullEntry(Map map)
convertValueType
protected Map convertValueType(Map from,
ConversionContext context)
getDestElementType
protected Class getDestElementType()
- 定義:
- クラス
AbstractDxoCommand
内の getDestElementType
createConversionRule
protected String createConversionRule(Class sourceType)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.