インタフェース
org.seasar.extension.dxo.converter.ConverterFactory の使用

ConverterFactory を使用しているパッケージ
org.seasar.extension.dxo.builder.impl Dxo用のコマンドを作成する機能の実装を提供します。 
org.seasar.extension.dxo.command.impl Dxo用のコマンドの実装を提供します。 
org.seasar.extension.dxo.converter Dxo用のコンバータの定義を提供します。 
org.seasar.extension.dxo.converter.impl Dxo用のコンバータの実装を提供します。 
 

org.seasar.extension.dxo.builder.impl での ConverterFactory の使用
 

ConverterFactory として宣言されている org.seasar.extension.dxo.builder.impl のフィールド
protected  ConverterFactory AbstractDxoCommandBuilder.converterFactory
          Converterのファクトリです。
 

ConverterFactory 型のパラメータを持つ org.seasar.extension.dxo.builder.impl のメソッド
 void AbstractDxoCommandBuilder.setConverterFactory(ConverterFactory converterFactory)
          Converterのファクトリを設定します。
 

org.seasar.extension.dxo.command.impl での ConverterFactory の使用
 

ConverterFactory として宣言されている org.seasar.extension.dxo.command.impl のフィールド
protected  ConverterFactory AbstractDxoCommand.converterFactory
          Converterのファクトリです。
 

ConverterFactory 型のパラメータを持つ org.seasar.extension.dxo.command.impl のコンストラクタ
MapToBeanDxoCommand(java.lang.Class dxoClass, java.lang.reflect.Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, java.lang.Class destClass)
          インスタンスを構築します。
BeanToMapDxoCommand(java.lang.Class dxoClass, java.lang.reflect.Method method, ConverterFactory converterFactory, AnnotationReader annotationReader)
          インスタンスを構築します。
BeanToMapDxoCommand(java.lang.Class dxoClass, java.lang.reflect.Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, java.lang.String expression)
          インスタンスを構築します。
BeanToBeanDxoCommand(java.lang.Class dxoClass, java.lang.reflect.Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, java.lang.Class destClass)
          インスタンスを構築します。
AbstractDxoCommand(java.lang.Class dxoClass, java.lang.reflect.Method method, ConverterFactory converterFactory, AnnotationReader annotationReader)
          インスタンスを構築します。
 

org.seasar.extension.dxo.converter での ConverterFactory の使用
 

ConverterFactory を返す org.seasar.extension.dxo.converter のメソッド
 ConverterFactory ConversionContext.getConverterFactory()
          コンバータファクトリを返します。
 

org.seasar.extension.dxo.converter.impl での ConverterFactory の使用
 

ConverterFactory を実装している org.seasar.extension.dxo.converter.impl のクラス
 class ConverterFactoryImpl
          コンバータファクトリの実装クラスです。
 

ConverterFactory として宣言されている org.seasar.extension.dxo.converter.impl のフィールド
protected  ConverterFactory ConversionContextImpl.converterFactory
          コンバータファクトリです。
 

ConverterFactory を返す org.seasar.extension.dxo.converter.impl のメソッド
 ConverterFactory ConversionContextImpl.getConverterFactory()
           
 

ConverterFactory 型のパラメータを持つ org.seasar.extension.dxo.converter.impl のコンストラクタ
ConversionContextImpl(java.lang.Class dxoClass, java.lang.reflect.Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, java.lang.Object source)
          ConversionContextImplのインスタンスを構築します。
 



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