Interface OperationResponseBody

All Known Implementing Classes:
AuditEventsEndpoint.AuditEventsDescriptor, BeansEndpoint.BeansDescriptor, CachesEndpoint.CacheDescriptor, CachesEndpoint.CacheEntryDescriptor, CachesEndpoint.CachesDescriptor, CompositeHealthDescriptor, ConditionsReportEndpoint.ConditionsDescriptor, ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor, EnvironmentEndpoint.EnvironmentDescriptor, FlywayEndpoint.FlywayBeansDescriptor, HealthDescriptor, HttpExchangesEndpoint.HttpExchangesDescriptor, IndicatedHealthDescriptor, IntegrationGraphEndpoint.GraphDescriptor, LiquibaseEndpoint.LiquibaseBeansDescriptor, LoggersEndpoint.GroupLoggerLevelsDescriptor, LoggersEndpoint.LoggerLevelsDescriptor, LoggersEndpoint.LoggersDescriptor, LoggersEndpoint.SingleLoggerLevelsDescriptor, MappingsEndpoint.ApplicationMappingsDescriptor, MetricsEndpoint.MetricDescriptor, MetricsEndpoint.MetricNamesDescriptor, QuartzEndpoint.QuartzDescriptor, QuartzEndpoint.QuartzGroupsDescriptor, QuartzEndpoint.QuartzJobDetailsDescriptor, QuartzEndpoint.QuartzJobGroupSummaryDescriptor, QuartzEndpoint.QuartzJobTriggerDescriptor, QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor, ScheduledTasksEndpoint.ScheduledTasksDescriptor, SessionsDescriptor, ShutdownEndpoint.ShutdownDescriptor, StartupEndpoint.StartupDescriptor, SystemHealthDescriptor, ThreadDumpEndpoint.ThreadDumpDescriptor

public interface OperationResponseBody
Tagging interface used to indicate that an operation result is intended to be returned in the body of the response. Primarily intended to support JSON serialization using an endpoint specific JsonMapper.
Since:
3.0.0
Author:
Phillip Webb