インターフェース OperationResponseBody

すべての既知の実装クラス:
AuditEventsEndpoint.AuditEventsDescriptorBeansEndpoint.BeansDescriptorCachesEndpoint.CacheDescriptorCachesEndpoint.CacheEntryDescriptorCachesEndpoint.CachesDescriptorCompositeHealthConditionsReportEndpoint.ConditionsDescriptorConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptorEnvironmentEndpoint.EnvironmentDescriptorFlywayEndpoint.FlywayBeansDescriptorHealthHealthComponentHttpExchangesEndpoint.HttpExchangesDescriptorIntegrationGraphEndpoint.GraphDescriptorLiquibaseEndpoint.LiquibaseBeansDescriptorLoggersEndpoint.GroupLoggerLevelsDescriptorLoggersEndpoint.LoggerLevelsDescriptorLoggersEndpoint.LoggersDescriptorLoggersEndpoint.SingleLoggerLevelsDescriptorMappingsEndpoint.ApplicationMappingsDescriptorMetricsEndpoint.MetricDescriptorMetricsEndpoint.MetricNamesDescriptorQuartzEndpoint.QuartzDescriptorQuartzEndpoint.QuartzGroupsDescriptorQuartzEndpoint.QuartzJobDetailsDescriptorQuartzEndpoint.QuartzJobGroupSummaryDescriptorQuartzEndpoint.QuartzTriggerGroupSummaryDescriptorScheduledTasksEndpoint.ScheduledTasksDescriptorSessionsEndpoint.SessionDescriptorSessionsEndpoint.SessionsDescriptorShutdownEndpoint.ShutdownDescriptorStartupEndpoint.StartupDescriptorSystemHealthThreadDumpEndpoint.ThreadDumpDescriptor

public interface OperationResponseBody
操作結果がレスポンスの本文で返されることを示すために使用されるタグ付けインターフェース。主に、エンドポイント固有の ObjectMapper を使用して JSON 直列化をサポートすることを目的としています。
導入:
3.0.0
作成者:
Phillip Webb
  • メソッドのサマリー

    静的メソッド
    修飾子と型
    メソッド
    説明
    static <K, V> MapSE<K,V>
    of(MapSE<K,V> map)
    指定された map からのエントリを含む OperationResponseBody MapSE インスタンスを返します。
  • メソッドの詳細

    • of

      static <K, V> MapSE<K,V> of(MapSE<K,V> map)
      指定された map からのエントリを含む OperationResponseBody MapSE インスタンスを返します。
      型パラメーター:
      K - キー型
      V - 値の型
      パラメーター:
      map - ソースマップまたは null
      戻り値:
      マップの OperationResponseBody バージョンまたは null