インターフェース ResultHandlerService
- すべての既知の実装クラス:
GenericResultHandlerService
public interface ResultHandlerService
結果を処理するためのサービスインターフェース。
方法の概要
メソッドの詳細
handle
結果を処理します。- パラメーター:
result- 結果
handle
void handle(@Nullable ObjectSE result, @Nullable org.springframework.core.convert.TypeDescriptor resultType) 結果を指定されたTypeDescriptorに処理します。- パラメーター:
result- 結果resultType- 結果の型