パッケージ org.springframework.shell

インターフェース ResultHandlerService

すべての既知の実装クラス:
GenericResultHandlerService

public interface ResultHandlerService
結果を処理するためのサービスインターフェース。
  • 方法の概要

    修飾子と型
    メソッド
    説明
    void
    結果を処理します。
    void
    handle(ObjectSE result, org.springframework.core.convert.TypeDescriptor resultType)
    結果を指定された TypeDescriptor に処理します。
  • メソッドの詳細

    • handle

      void handle(@Nullable ObjectSE result)
      結果を処理します。
      パラメーター:
      result - 結果
    • handle

      void handle(@Nullable ObjectSE result, @Nullable org.springframework.core.convert.TypeDescriptor resultType)
      結果を指定された TypeDescriptor に処理します。
      パラメーター:
      result - 結果
      resultType - 結果の型