クラス RuntimeBindingConversionExecutor
java.lang.ObjectSE
org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
- 実装済みのインターフェース一覧:
ConversionExecutor
変換を実行するまでコンバーターを解決しない変換エグゼキュータ。
- 作成者:
- Keith Donald
コンストラクター概要
コンストラクターコンストラクター説明RuntimeBindingConversionExecutor(ClassSE<?> targetClass, ConversionService conversionService) 新しいランタイムバインディング変換エグゼキュータを作成します。方法の概要
コンストラクターの詳細
RuntimeBindingConversionExecutor
public RuntimeBindingConversionExecutor(ClassSE<?> targetClass, ConversionService conversionService) 新しいランタイムバインディング変換エグゼキュータを作成します。- パラメーター:
targetClass- 変換するターゲット型conversionService- コンバーターを取得するための変換サービス
メソッドの詳細
getSourceClass
インターフェースからコピーされた説明:ConversionExecutorこのエグゼキュータによって実行される変換のソースクラスを返します。- 次で指定:
- インターフェース
ConversionExecutorのgetSourceClass - 戻り値:
- ソースクラス
getTargetClass
インターフェースからコピーされた説明:ConversionExecutorこのエグゼキュータによって実行される変換のターゲットクラスを返します。- 次で指定:
- インターフェース
ConversionExecutorのgetTargetClass - 戻り値:
- ターゲットクラス
equals
hashCode
public int hashCode()execute
インターフェースからコピーされた説明:ConversionExecutor指定されたソースオブジェクトの変換を実行します。- 次で指定:
- インターフェース
ConversionExecutorのexecute - パラメーター:
source- 変換するソースオブジェクト- 例外:
ConversionExecutionException
execute