Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
Abstract ApplicationListener to handle AuditApplicationEvents.
AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authentication events as AuditEvents.
AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authorization denied and authorization granted events as AuditEvents.
AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints discovered by a EndpointDiscoverer.
AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
Create a new AbstractDiscoveredEndpoint instance.
AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints operations discovered by a EndpointDiscoverer.
AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
Create a new AbstractDiscoveredOperation instance.
AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
Abstract base class for ExposableEndpoint implementations.
AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
Create a new AbstractExposableEndpoint instance.
AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
Base HealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a default healthCheckFailedMessage.
AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractJettyMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.jetty
Base class for binding Jetty metrics in response to an ApplicationStartedEvent.
AbstractJettyMetricsBinder() - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
 
AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
Base ReactiveHealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a default healthCheckFailedMessage.
AbstractReactiveHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a specific message to log when the health check fails.
AbstractReactiveHealthIndicator(Function<Throwable, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a specific message to log when the health check fails.
AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Creates a new AbstractWebFluxEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
An OperationInvoker that performs the invocation of a blocking operation on a separate thread using Reactor's bounded elastic scheduler.
AbstractWebFluxEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.reactive
Reactive handler providing actuator links at the root endpoint.
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
A reactive web operation that can be handled by WebFlux.
AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new WebEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new AbstractWebMvcEndpointHandlerMapping that provides mappings for the operations of the given endpoints.
AbstractWebMvcEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.servlet
Handler providing actuator links at the root endpoint.
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.servlet
A servlet web operation that can be handled by Spring MVC.
adapt(HealthContributor) - Static method in interface org.springframework.boot.actuate.health.ReactiveHealthContributor
 
add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Log an event.
add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
add(HttpExchange) - Method in interface org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
Adds an HttpExchange instance to the repository.
add(HttpExchange) - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
 
add(S, Status) - Method in interface org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
Add a new status mapping .
addDefaultStatus(Status) - Method in interface org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
Add the status that should be used if no explicit mapping is defined.
AdditionalHealthEndpointPath - Class in org.springframework.boot.actuate.health
Value object that represents an additional path for a HealthEndpointGroup.
AdditionalHealthEndpointPathsWebFluxHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that allows health groups to be mapped to an additional path.
AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set<HealthEndpointGroup>) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
 
AdditionalHealthEndpointPathsWebMvcHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that allows health groups to be mapped to an additional path.
AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set<HealthEndpointGroup>) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
 
afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in class org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
aggregateContributions(ApiVersion, Map<String, Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
ALL_REMAINING - Enum constant in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
Capture all remaining times.
ALWAYS - Enum constant in enum class org.springframework.boot.actuate.endpoint.Show
Always show the item in the response.
ApiVersion - Enum Class in org.springframework.boot.actuate.endpoint
API versions supported for the actuator API.
appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
 
appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
 
appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
 
appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
 
appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
 
appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
Append trigger-implementation specific details to the specified content.
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
 
appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
 
appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
 
appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
 
appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
 
appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
Append trigger-implementation specific summary items to the specified content.
APPLICATION_READY_TIME_METRIC_NAME - Static variable in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
The default name to use for the application ready time metric.
APPLICATION_STARTED_TIME_METRIC_NAME - Static variable in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
The default name to use for the application started time metric.
apply(Timer.Builder) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Called to apply any auto-timer settings to the given Timer.Builder.
apply(String) - Method in class org.springframework.boot.actuate.health.HealthContributorNameFactory
 
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
Apply additional functionality to the given invoker.
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
apply(SanitizableData) - Method in interface org.springframework.boot.actuate.endpoint.SanitizingFunction
Apply the sanitizing function to the given data.
apply(AutoTimer, String, Set<Timed>, Consumer<Timer.Builder>) - Static method in interface org.springframework.boot.actuate.metrics.AutoTimer
 
asTag() - Method in enum class org.springframework.boot.actuate.metrics.http.Outcome
Returns the Outcome as a Tag named outcome.
AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
Spring ApplicationEvent to encapsulate AuditEvents.
AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps the specified AuditEvent.
AuditEvent - Class in org.springframework.boot.actuate.audit
A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time from data provided as name-value pairs.
AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time.
AuditEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
@Endpoint to expose audit events.
AuditEventsEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
AuditEventsEndpoint.AuditEventsDescriptor - Class in org.springframework.boot.actuate.audit
Description of an application's audit events.
AuditListener - Class in org.springframework.boot.actuate.audit.listener
The default AbstractAuditListener implementation.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication failure event type.
AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication success event type.
AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication switch event type.
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthenticationAuditListener.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
Authorization failure event type.
AUTHORIZATION_HEADER - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include authorization header (if any).
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
AutoTimer - Interface in org.springframework.boot.actuate.metrics
Strategy that can be used to apply Timers automatically instead of using @Timed.
AvailabilityStateHealthIndicator - Class in org.springframework.boot.actuate.availability
A HealthIndicator that checks a specific AvailabilityState of the application.
AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - Constructor for class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
Create a new AvailabilityStateHealthIndicator instance.
AvailabilityStateHealthIndicator.StatusMappings<S extends org.springframework.boot.availability.AvailabilityState> - Interface in org.springframework.boot.actuate.availability
Callback used to add status mappings.

B

beans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint
 
BeansEndpoint - Class in org.springframework.boot.actuate.beans
@Endpoint to expose details of an application's beans, grouped by application context.
BeansEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.beans.BeansEndpoint
Creates a new BeansEndpoint that will describe the beans in the given context and all of its ancestors.
BeansEndpoint.BeanDescriptor - Class in org.springframework.boot.actuate.beans
Description of a bean.
BeansEndpoint.BeansDescriptor - Class in org.springframework.boot.actuate.beans
Description of an application's beans.
BeansEndpoint.ContextBeansDescriptor - Class in org.springframework.boot.actuate.beans
Description of an application context beans.
bindCacheToRegistry(Cache, Tag...) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Attempt to bind the specified Cache to the registry.
bindImplementationSpecificMetrics(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
 
bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
 
bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettySslHandshakeMetricsBinder
 
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
 
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
 
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder
 
build() - Method in class org.springframework.boot.actuate.health.Health.Builder
Create a new Health instance with the previously specified code and details.
build() - Method in class org.springframework.boot.actuate.info.Info.Builder
Create a new Info instance based on the state of this builder.
buildDetails(Trigger.TriggerState, Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
Build the full details of the trigger.
builder(String) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Factory method to create a new Timer.Builder with auto-timer settings applied.
builder(Supplier<Timer.Builder>) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Factory method to create a new Timer.Builder with auto-timer settings applied.
Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance.
Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
 
Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status.
Builder(Status, Map<String, ?>) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status and details to given details.
BuildInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes BuildProperties.
BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
 
buildSummary(boolean) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
Build the summary of the trigger.

C

cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CacheDescriptor for the specified cache.
cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
Cache2kCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for cache2k.
Cache2kCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.Cache2kCacheMeterBinderProvider
 
CacheDescriptor(String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
 
CacheEntryDescriptor(Cache, String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntryDescriptor
 
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
CacheMeterBinderProvider<C extends org.springframework.cache.Cache> - Interface in org.springframework.boot.actuate.metrics.cache
Provide a MeterBinder based on a Cache.
CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
Register supported Cache to a MeterRegistry.
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - Constructor for class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Creates a new registrar.
caches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CachesDescriptor of all available caches.
CachesDescriptor(Map<String, CachesEndpoint.CacheManagerDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CachesDescriptor
 
CachesEndpoint - Class in org.springframework.boot.actuate.cache
@Endpoint to expose available caches.
CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint
Create a new endpoint with the CacheManager instances to use.
CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.actuate.cache
Description of a Cache.
CachesEndpoint.CacheEntryDescriptor - Class in org.springframework.boot.actuate.cache
Description of a Cache entry.
CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.actuate.cache
Description of a CacheManager.
CachesEndpoint.CachesDescriptor - Class in org.springframework.boot.actuate.cache
Description of the caches.
CachesEndpointWebExtension - Class in org.springframework.boot.actuate.cache
CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
An OperationInvoker that caches the response of an operation with a configurable time to live.
CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
OperationInvokerAdvisor to optionally provide result caching support.
CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Caffeine.
CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
CalendarIntervalTriggerDescriptor(CalendarIntervalTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
 
canResolve(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Returns whether the context is capable of resolving an argument of the given type.
canResolve(Class<?>) - Method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
Return whether an argument of the given type can be resolved.
canResolve(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
 
CassandraDriverHealthIndicator - Class in org.springframework.boot.actuate.cassandra
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraDriverHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraDriverHealthIndicator
Create a new CassandraDriverHealthIndicator instance.
CassandraDriverReactiveHealthIndicator - Class in org.springframework.boot.actuate.cassandra
Simple implementation of a ReactiveHealthIndicator returning status information for Cassandra data stores.
CassandraDriverReactiveHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraDriverReactiveHealthIndicator
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
ChangeSetDescriptor(RanChangeSet) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear the specific Cache.
clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
clearCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear all the available caches.
CLIENT_ERROR - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was client error.
clientName(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Deprecated.
Create a client.name Tag derived from the host of the URI of the given request.
clientName(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Deprecated.
Create a client.name Tag derived from the host of the URL of the given request.
CompositeHealth - Class in org.springframework.boot.actuate.health
A HealthComponent that is composed of other HealthComponent instances.
CompositeHealthContributor - Interface in org.springframework.boot.actuate.health
A HealthContributor that is composed of other HealthContributor instances.
CompositeReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
A ReactiveHealthContributor that is composed of other ReactiveHealthContributor instances.
configurationProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
configurationProperties(SecurityContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
@Endpoint to expose application properties from @ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint(Iterable<SanitizingFunction>, Show) - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
Description of a @ConfigurationProperties bean.
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor - Class in org.springframework.boot.actuate.context.properties
Description of an application's @ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor - Class in org.springframework.boot.actuate.context.properties
Description of an application context's @ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
BeanSerializerModifier to return only relevant configuration properties.
ConfigurationPropertiesReportEndpointWebExtension - Class in org.springframework.boot.actuate.context.properties
ConfigurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, Show, Set<String>) - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
 
configurationPropertiesWithPrefix(String) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
configurationPropertiesWithPrefix(SecurityContext, String) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
 
configureJsonMapper(JsonMapper.Builder) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
Configure Jackson's JsonMapper to be used to serialize the @ConfigurationProperties objects into a Map structure.
configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
ConnectionFactoryHealthIndicator - Class in org.springframework.boot.actuate.r2dbc
A HealthIndicator to validate a R2DBC ConnectionFactory.
ConnectionFactoryHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
Create a new ConnectionFactoryHealthIndicator using the specified ConnectionFactory and no validation query.
ConnectionFactoryHealthIndicator(ConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
Create a new ConnectionFactoryHealthIndicator using the specified ConnectionFactory and validation query.
ConnectionPoolMetrics - Class in org.springframework.boot.actuate.metrics.r2dbc
A MeterBinder for a ConnectionPool.
ConnectionPoolMetrics(ConnectionPool, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
 
CONTENT_TYPE_004 - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
Prometheus text version 0.0.4.
CONTENT_TYPE_OPENMETRICS_100 - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
OpenMetrics text version 1.0.0.
ContextExpressionDescriptor(Set<String>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpressionDescriptor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
Contributes additional details using the specified Builder.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.JavaInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.OsInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
 
ContributorRegistry<C> - Interface in org.springframework.boot.actuate.health
A mutable registry of health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
ControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.
ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
Create a new ControllerEndpointDiscoverer instance.
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring WebFlux.
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring MVC.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
ParameterValueMapper backed by a ConversionService.
ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
Create a new ConversionServiceParameterValueMapper instance backed by a specific conversion service.
convert(String) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
COOKIE_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include "Cookie" header (if any) in request headers and "Set-Cookie" (if any) in response headers.
copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Copy the specified key to the target Properties if it is set.
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
Create an indicator with the specified Cluster.
CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.actuate.couchbase
A ReactiveHealthIndicator for Couchbase.
CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
Create a new CouchbaseReactiveHealthIndicator instance.
createEndpoint(Object, EndpointId, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method called to create the endpoint.
createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver, boolean) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
Creates Resources for the operations of the given webEndpoints.
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
Factory method used to create the HeapDumpWebEndpoint.HeapDumper.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method to create an endpoint operation.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create an EndpointDiscoverer.OperationKey for the given operation.
createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createResource(EndpointMapping, WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
createResource(EndpointMapping, WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyHealthEndpointAdditionalPathResourceFactory
 
createSubPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
 
CronTriggerDescriptor(CronTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
 
customize(RestTemplate) - Method in class org.springframework.boot.actuate.metrics.web.client.ObservationRestTemplateCustomizer
 
customize(WebClient.Builder) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.ObservationWebClientCustomizer
 
CustomTriggerDescriptor(Trigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
 

D

DailyTimeIntervalTriggerDescriptor(DailyTimeIntervalTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
 
DataSourceHealthIndicator - Class in org.springframework.boot.actuate.jdbc
HealthIndicator that tests the status of a DataSource and optionally runs a test query.
DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator instance.
DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource.
DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource and validation query.
DataSourcePoolMetrics - Class in org.springframework.boot.actuate.metrics.jdbc
A MeterBinder for a DataSource.
DataSourcePoolMetrics(DataSource, Collection<DataSourcePoolMetadataProvider>, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DataSourcePoolMetrics(DataSource, DataSourcePoolMetadataProvider, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DEFAULT - Static variable in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Default EndpointMediaTypes for this version of Spring Boot.
DEFAULT - Static variable in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
An HttpCodeStatusMapper instance using default mappings.
DefaultHealthContributorRegistry - Class in org.springframework.boot.actuate.health
Default HealthContributorRegistry implementation.
DefaultHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
 
DefaultHealthContributorRegistry(Map<String, HealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
 
DefaultHealthContributorRegistry(Map<String, HealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
 
defaultIncludes() - Static method in enum class org.springframework.boot.actuate.web.exchanges.Include
Return the default Include.
DefaultReactiveHealthContributorRegistry - Class in org.springframework.boot.actuate.health
Default ReactiveHealthContributorRegistry implementation.
DefaultReactiveHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
DefaultRepositoryTagsProvider - Class in org.springframework.boot.actuate.metrics.data
Default RepositoryTagsProvider implementation.
DefaultRepositoryTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.data.DefaultRepositoryTagsProvider
 
DefaultRestTemplateExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.client
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of DefaultClientRequestObservationConvention
DefaultRestTemplateExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
Deprecated.
 
DefaultWebClientExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.client
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ClientRequestObservationConvention
DefaultWebClientExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
Deprecated.
 
DefaultWebFluxTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
DefaultWebFluxTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
Deprecated.
 
DefaultWebFluxTagsProvider(boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
Deprecated.
 
DefaultWebFluxTagsProvider(boolean, List<WebFluxTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
Deprecated.
Creates a new DefaultWebFluxTagsProvider that will provide tags from the given contributors in addition to its own.
DefaultWebFluxTagsProvider(List<WebFluxTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
Deprecated.
Creates a new DefaultWebFluxTagsProvider that will provide tags from the given contributors in addition to its own.
DefaultWebMvcTagsProvider - Class in org.springframework.boot.actuate.metrics.web.servlet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
DefaultWebMvcTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
Deprecated.
 
DefaultWebMvcTagsProvider(boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
Deprecated.
 
DefaultWebMvcTagsProvider(boolean, List<WebMvcTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
Deprecated.
Creates a new DefaultWebMvcTagsProvider that will provide tags from the given contributors in addition to its own.
DefaultWebMvcTagsProvider(List<WebMvcTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
Deprecated.
Creates a new DefaultWebMvcTagsProvider that will provide tags from the given contributors in addition to its own.
DELETE - Enum constant in enum class org.springframework.boot.actuate.endpoint.OperationType
A delete operation.
DELETE - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP DELETE request.
DELETE - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Perform a DELETE before shutdown.
DeleteOperation - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an @Endpoint as being a delete operation.
deleteSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
describeMappings(ApplicationContext) - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Produce the descriptions of the mappings identified by this provider in the given context.
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
destroy() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
destroy() - Method in class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
DISABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
An AutoTimer implementation that is disabled and will not record metrics.
DiscoveredEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint.annotation
An endpoint discovered by an EndpointDiscoverer.
DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
An OperationMethod discovered by an EndpointDiscoverer.
DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
DiscovererEndpointFilter - Class in org.springframework.boot.actuate.endpoint.annotation
EndpointFilter the matches based on the EndpointDiscoverer the created the endpoint.
DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
Create a new DiscovererEndpointFilter instance.
DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.system
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
DiskSpaceHealthIndicator(File, DataSize) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator instance.
DiskSpaceMetricsBinder - Class in org.springframework.boot.actuate.metrics.system
A MeterBinder that binds one or more DiskSpaceMetrics.
DiskSpaceMetricsBinder(List<File>, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder
 
DispatcherHandlerMappingDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a mapping known to a DispatcherServlet.
DispatcherHandlerMappingDetails - Class in org.springframework.boot.actuate.web.mappings.reactive
Details of a DispatcherHandler mapping.
DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.reactive
A MappingDescriptionProvider that introspects the HandlerMappings that are known to a DispatcherHandler.
DispatcherHandlersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
DispatcherServletMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a mapping known to a DispatcherServlet.
DispatcherServletMappingDetails - Class in org.springframework.boot.actuate.web.mappings.servlet
Details of a DispatcherServlet mapping.
DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
DispatcherServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that introspects the HandlerMappings that are known to one or more DispatcherServlets.
DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraDriverHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraDriverReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.elasticsearch.ElasticsearchReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.mongo.MongoHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.mongo.MongoReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.redis.RedisHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.redis.RedisReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.PingHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jms.JmsHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mail.MailHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
 
down() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN.
down() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a Status.DOWN status.
down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.DOWN status and the specified exception details.
down(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Throwable.
DOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has suffered an unexpected failure.
dumpHeap(Boolean) - Method in interface org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
Dump the current heap to a file.
dumpHeap(Boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 

E

ElasticSchedulerInvoker(OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
ElasticsearchReactiveHealthIndicator - Class in org.springframework.boot.actuate.data.elasticsearch
HealthIndicator for an Elasticsearch cluster using a ReactiveElasticsearchClient.
ElasticsearchReactiveHealthIndicator(ReactiveElasticsearchClient) - Constructor for class org.springframework.boot.actuate.data.elasticsearch.ElasticsearchReactiveHealthIndicator
 
ElasticsearchRestClientHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicator for an Elasticsearch cluster using a RestClient.
ElasticsearchRestClientHealthIndicator(RestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator
 
enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Endpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
If the endpoint should be enabled or disabled by default.
ENABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
An AutoTimer implementation that is enabled but applies no additional customizations.
endpoint() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
The class of the endpoint to extend.
endpoint() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension
The endpoint class to which this JMX extension relates.
endpoint() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension
The endpoint class to which this Web extension relates.
Endpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Identifies a type as being an actuator endpoint that provides information about the running application.
EndpointConverter - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Qualifier for beans that are needed to convert @Endpoint input parameters.
EndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
A Base for EndpointsSupplier implementations that discover @Endpoint beans and @EndpointExtension beans in an application context.
EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create a new EndpointDiscoverer instance.
EndpointDiscoverer.OperationKey - Class in org.springframework.boot.actuate.endpoint.annotation
A key generated for an Operation based on specific criteria from the actual operation implementation.
EndpointExtension - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.
EndpointFilter<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
Strategy class that can be used to filter endpoints.
EndpointId - Class in org.springframework.boot.actuate.endpoint
An identifier for an actuator endpoint.
EndpointJmxExtension - Annotation Interface in org.springframework.boot.actuate.endpoint.jmx.annotation
Identifies a type as being a JMX-specific extension of an @Endpoint.
EndpointLinksResolver - Class in org.springframework.boot.actuate.endpoint.web
A resolver for links to web endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Creates a new EndpointLinksResolver that will resolve links to the given endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Creates a new EndpointLinksResolver that will resolve links to the given endpoints that are exposed beneath the given basePath.
EndpointMapping - Class in org.springframework.boot.actuate.endpoint.web
A value object for the base mapping for endpoints.
EndpointMapping(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMapping
Creates a new EndpointMapping using the given path.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Adapter to expose a JMX endpoint as a DynamicMBean.
EndpointMediaTypes - Class in org.springframework.boot.actuate.endpoint.web
Media types that are, by default, produced and consumed by an endpoint.
EndpointMediaTypes(String...) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
EndpointMediaTypes(List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
EndpointMediaTypes(List<String>, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
EndpointObjectMapper - Interface in org.springframework.boot.actuate.endpoint.jackson
Interface used to supply the ObjectMapper that should be used when serializing OperationResponseBody endpoint results.
EndpointObjectNameFactory - Interface in org.springframework.boot.actuate.endpoint.jmx
A factory to create an ObjectName for an EndpointMBean.
EndpointServlet - Class in org.springframework.boot.actuate.endpoint.web
Contains details of a servlet that is exposed as an actuator endpoint.
EndpointServlet(Servlet) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointServlet(Class<? extends Servlet>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointsSupplier<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
Provides access to a collection of endpoints.
EndpointWebExtension - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being a Web-specific extension of an @Endpoint.
environment(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
environment(SecurityContext, String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
EnvironmentEndpoint - Class in org.springframework.boot.actuate.env
@Endpoint to expose environment information.
EnvironmentEndpoint(Environment, Iterable<SanitizingFunction>, Show) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
EnvironmentEndpoint.EnvironmentDescriptor - Class in org.springframework.boot.actuate.env
Description of an Environment.
EnvironmentEndpoint.EnvironmentEntryDescriptor - Class in org.springframework.boot.actuate.env
Description of an entry of the Environment.
EnvironmentEndpoint.PropertySourceDescriptor - Class in org.springframework.boot.actuate.env
Description of a PropertySource.
EnvironmentEndpoint.PropertySourceEntryDescriptor - Class in org.springframework.boot.actuate.env
Description of a particular entry of PropertySource.
EnvironmentEndpoint.PropertySummaryDescriptor - Class in org.springframework.boot.actuate.env
Description of a particular entry of the Environment.
EnvironmentEndpoint.PropertyValueDescriptor - Class in org.springframework.boot.actuate.env
Description of a property's value, including its origin if available.
EnvironmentEndpointWebExtension - Class in org.springframework.boot.actuate.env
EnvironmentEndpointWebExtension(EnvironmentEndpoint, Show, Set<String>) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
environmentEntry(SecurityContext, String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that provides all environment entries prefixed with info.
EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 
equals(Object) - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Health
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Status
 
equals(Object) - Method in class org.springframework.boot.actuate.info.Info
 
events(String, OffsetDateTime, String) - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
evictionCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Deprecated.
Creates an exception tag based on the simple name of the class of the given exception.
exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Deprecated.
Creates an exception tag based on the simple name of the class of the given exception.
ExposableControllerEndpoint - Interface in org.springframework.boot.actuate.endpoint.web.annotation
Information describing an endpoint that can be exposed over Spring MVC or Spring WebFlux.
ExposableEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint
Information describing an endpoint that can be exposed in some technology specific way.
ExposableJmxEndpoint - Interface in org.springframework.boot.actuate.endpoint.jmx
Information describing an endpoint that can be exposed over JMX.
ExposableServletEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Information describing an endpoint that can be exposed by registering a servlet.
ExposableWebEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Information describing an endpoint that can be exposed over the web.
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the raw content based on the specified PropertySource.

F

filter() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
The filter class used to determine when the extension applies.
filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter
 
FilteredEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Annotation that can be used on an @Endpoint to implement implicit filtering.
FilterRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A RegistrationMappingDescription derived from a FilterRegistration.
FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Creates a new FilterRegistrationMappingDescription derived from the given filterRegistration.
FiltersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that describes that mappings of any Filters registered with a ServletContext.
FiltersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
find(String, Instant, String) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events of specified type relating to the specified principal that occurred after the time provided.
find(String, Instant, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
findAll() - Method in interface org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
Find all HttpExchange instances contained in the repository.
findAll() - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
 
finish(Clock, RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Set<Include>) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
finish(Clock, RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Include...) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
finish(RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Set<Include>) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
finish(RecordableHttpResponse, Supplier<Principal>, Supplier<String>, Include...) - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Started
Finish the request and return a new HttpExchange instance.
flywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayDescriptor(List<FlywayEndpoint.FlywayMigrationDescriptor>) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
FlywayEndpoint - Class in org.springframework.boot.actuate.flyway
@Endpoint to expose flyway info.
FlywayEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayEndpoint.ContextFlywayBeansDescriptor - Class in org.springframework.boot.actuate.flyway
Description of an application context's Flyway beans.
FlywayEndpoint.FlywayBeansDescriptor - Class in org.springframework.boot.actuate.flyway
Description of an application's Flyway beans.
FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.actuate.flyway
Description of a Flyway bean.
FlywayEndpoint.FlywayMigrationDescriptor - Class in org.springframework.boot.actuate.flyway
Description of a migration performed by Flyway.
forStatus(int) - Static method in enum class org.springframework.boot.actuate.metrics.http.Outcome
Return the Outcome for the given HTTP status code.
from(String) - Static method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 
from(String) - Static method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Creates an AdditionalHealthEndpointPath from the given input.
fromMap(Map<String, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
Factory method that will create a CompositeHealthContributor from the specified map.
fromMap(Map<String, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
Factory method that will create a CompositeReactiveHealthContributor from the specified map.
fromMap(Map<String, V>, Function<V, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
Factory method that will create a CompositeHealthContributor from the specified map.
fromMap(Map<String, V>, Function<V, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
Factory method that will create a CompositeReactiveHealthContributor from the specified map.
fromPropertyValue(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId from a property value.
FULL - Enum constant in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose all available data, including custom properties.

G

generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the content to contribute to the info endpoint.
GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
get() - Method in interface org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper
Return the ObjectMapper that should be used to serialize OperationResponseBody endpoint results.
get(int) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the parameter at the specified index.
get(Method, Class<?>) - Static method in class org.springframework.boot.actuate.metrics.annotation.TimedAnnotations
Return Timed annotations that should be used for the given method and type.
get(String) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the group with the specified name or null if the name is not known.
get(String) - Method in class org.springframework.boot.actuate.info.Info
 
get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
 
get(AdditionalHealthEndpointPath) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the group with the specified additional path or null if no group with that path is found.
GET - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP GET request.
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getAdditionalPath() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Return an additional path that can be used to map the health group to an alternative location.
getAdditionalTags(Cache) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Return additional tags to be associated with the given Cache.
getAggregateStatus(Set<Status>) - Method in class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
getAggregateStatus(Set<Status>) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
Return the aggregate status for the given set of statuses.
getAggregateStatus(Status...) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
Return the aggregate status for the given set of statuses.
getAliases() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getAllPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full paths for each mapped endpoint.
getAllRootPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root paths for each mapped endpoint.
getAllWithAdditionalPath(WebServerNamespace) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return all the groups with an additional path on the specified WebServerNamespace.
getAnnotation(Class<T>) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns this element's annotation for the specified type if such an annotation is present, else null.
getArguments() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Return the invocation arguments.
getAttribute(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAttributeNames() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getAttributes(String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Get the audit event.
getAuthor() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getAvailableTags() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
 
getBasePath() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the base path for the endpoints.
getBaseUnit() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
 
getBeans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeansDescriptor
 
getBeans() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor
 
getBody() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the body for the response.
getCacheManager() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntryDescriptor
 
getCacheManagerNames() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCacheManagers() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CachesDescriptor
 
getCacheName() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
getCalendarInterval() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
 
getChangeLog() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getChangeSets() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBeanDescriptor
 
getChecksum() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getChecksum() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getClassName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
getClassName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobSummaryDescriptor
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the class name of the registered Filter or Servlet.
getCode() - Method in class org.springframework.boot.actuate.health.Status
Return the code for this status.
getComments() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getComponents() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getCompositeHealth(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
getConfiguredLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
 
getConsumed() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types consumed by an endpoint.
getConsumes() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation consumes.
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getContentDescriptor() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
 
getContentType() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the content type of the response.
getContexts() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeansDescriptor
 
getContexts() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor
 
getContexts() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayBeansDescriptor
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpressionDescriptor
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBeansDescriptor
 
getContexts() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappingsDescriptor
 
getContributor() - Method in interface org.springframework.boot.actuate.health.NamedContributor
Returns the contributor instance.
getContributor(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
getContributor(String) - Method in interface org.springframework.boot.actuate.health.NamedContributors
Return the contributor with the given name.
getController() - Method in interface org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
Return the source controller that contains @RequestMapping methods.
getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getCron() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
 
getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
 
getCustom() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
 
getCustom() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
 
getDailyTimeInterval() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getData() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
getDateExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getDefault() - Static method in interface org.springframework.boot.actuate.health.StatusAggregator
Return StatusAggregator instance using default ordering rules.
getDependencies() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getDeploymentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the description of the operation.
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the description of the parameter or null if none is available.
getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getDescription() - Method in class org.springframework.boot.actuate.health.Status
Return the description of this status.
getDescription() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
 
getDescription() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
getDescriptor() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getDetails() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getDetails() - Method in class org.springframework.boot.actuate.health.Health
Return the details of the health.
getDetails() - Method in class org.springframework.boot.actuate.info.Info
Return the content.
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getEffectiveLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevelsDescriptor
 
getEndpoint(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the PathMappedEndpoint with the given ID or null if the endpoint cannot be found.
getEndpointBean() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
getEndpointBean() - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return the source bean that was used to construct the DiscoveredEndpoint.
getEndpointId() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getEndpointId() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Return the endpoint ID.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEndpoints() - Method in interface org.springframework.boot.actuate.endpoint.EndpointsSupplier
Return the provided endpoints.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpointServlet() - Method in interface org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Return details of the servlet that should be registered.
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEvents() - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
 
getExchanges() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint.HttpExchangesDescriptor
 
getExecType() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getExecutionTime() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getExpression() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescriptor
 
getFixedDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
 
getFixedRate() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksDescriptor
 
getFlywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeansDescriptor
 
getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummaryDescriptor
 
getGroup() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
 
getGroups() - Method in class org.springframework.boot.actuate.health.SystemHealth
 
getGroups() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
 
getGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNamesDescriptor
 
getGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroupsDescriptor
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getHandlerFunction() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getHeaders() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
Return the request headers.
getHeaders() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
Return the response headers.
getHeaders() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
Returns a modifiable copy of the headers of the request.
getHeaders() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpResponse
Returns a modifiable copy of the headers of the response.
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
Provide the indicator of health.
getHealth(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
getHealth(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
getHealth(ReactiveHealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
getHref() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns the href of the link.
getHttpCodeStatusMapper() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns the HttpCodeStatusMapper that should be used for this group.
getHttpMethod() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the HTTP method for the operation.
getId() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the ID of the operation that uniquely identifies it within its endpoint.
getId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getId() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getId() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
Return the ID of the session.
getInitialDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
 
getInputs() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getInstalledBy() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getInstalledOn() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getInstalledRank() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getInterval() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
 
getJobs() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzDescriptor
 
getJobs() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummaryDescriptor
 
getKey() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
Return the key of the data.
getLabels() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getLastAccessedTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getLevels() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
 
getLinks() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
 
getLiquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeansDescriptor
 
getLoggers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
 
getLongRequestTags(HttpServletRequest, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
Deprecated.
 
getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsContributor
Deprecated.
Provides tags to be used by long task timers.
getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Deprecated.
Provides tags to be used by long task timers.
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
getMappingName() - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Returns the name of the mappings described by this provider.
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappingsDescriptor
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Returns the mappings for the registered servlet.
getMatchAllRemainingPathSegmentsVariable() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the name of the variable used to catch all remaining path segments null.
getMaxInactiveInterval() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getMBeanInfo() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getMeasurements() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMembers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevelsDescriptor
 
getMessage() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint.ShutdownDescriptor
 
getMeterBinder(HazelcastCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
getMeterBinder(SpringCache2kCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.Cache2kCacheMeterBinderProvider
 
getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
getMeterBinder(JCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
getMeterBinder(RedisCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMeterBinderProvider
 
getMethod() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the source Java method.
getMethod() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
Return the HTTP method requested.
getMethod() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
Returns the method (GET, POST, etc.) of the request.
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getMigrations() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
getMissingParameters() - Method in exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
Returns the parameters that were missing.
getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the mode that should be used to expose the content.
getName() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntryDescriptor
 
getName() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter name.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the name of the operation.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the name of the operation parameter.
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getName() - Method in interface org.springframework.boot.actuate.health.NamedContributor
Returns the name of the contributor.
getName() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricDescriptor
 
getName() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
getName() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
Return the name of the principal.
getName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the name of the registered Filter or Servlet.
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName(LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
 
getNames() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the names of any additional groups.
getNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricNamesDescriptor
 
getNamespace() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Returns the WebServerNamespace associated with this path.
getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the nested map with the specified key or empty map if the specified map contains no mapping for the key.
getNodes() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
 
getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
Generate an ObjectName for the specified endpoint.
getOperationMethod() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getOperations() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getOperations() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns the operations of the endpoint.
getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation type.
getOrder() - Method in class org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter
 
getOrder() - Method in class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
 
getOrderExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getOrigin() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getOriginParents() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getOutputType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the type of the output of the operation.
getParameter() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the parameter being mapped.
getParameterCount() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the total number of parameters.
getParameters() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation parameters.
getParameters() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the parameters the operation expects in the order that they should be provided.
getParams() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getParams() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getParentId() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeansDescriptor
 
getParentId() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor
 
getParentId() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeansDescriptor
 
getParentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeansDescriptor
 
getParentId() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappingsDescriptor
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
Returns the path to which endpoints should be mapped.
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the path for the operation.
getPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full path for the endpoint with the given ID or null if the endpoint cannot be found.
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getPrefix() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getPrimary() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the primary group used by the endpoint.
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event or an empty String if the principal is not available.
getPrincipal() - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
Return the currently authenticated Principal or null.
getPrincipal() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Returns the principal.
getProduced() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types produced by an endpoint.
getProducedMimeType() - Method in enum class org.springframework.boot.actuate.endpoint.ApiVersion
 
getProducedMimeType() - Method in interface org.springframework.boot.actuate.endpoint.Producible
Mime type that can be produced.
getProducedMimeType() - Method in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
 
getProduces() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation produces.
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getProducesMediaTypes() - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
getProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the properties that this instance manages.
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getPropertySource() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
Return the property source that provided the data or null If the data was not from a PropertySource.
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
getQuery() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Return the validation query or null.
getReason() - Method in exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
Return the reason explaining why the request is invalid, potentially null.
getRegistration() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the registration that is being described.
getRemoteAddress() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
Return the remote address that made the request.
getRemoteAddress() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
Returns the remote address from which the request was sent, if available.
getRequest() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Returns the request that started the exchange.
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getRequestPredicate() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the predicate for requests that can be handled by this operation.
getResource() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getResource(EndpointMapping, WebOperation, WebOperationRequestPredicate, String, WebServerNamespace, JerseyRemainingPathSegmentProvider) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
getResponse() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Returns the response that completed the exchange.
getRootPath() - Method in interface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
Return the root path of the endpoint, relative to the context that exposes it.
getRootPath(List<PathMapper>, EndpointId) - Static method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId from the given path mappers.
getRootPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root path for the endpoint with the given ID or null if the endpoint cannot be found.
getRootPath(EndpointId) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId.
getRunnable() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
 
getScope() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getScript() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getServletNameMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the servlet name mappings for the registered filter.
getSession() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Returns the session details.
getSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
getSessions() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsDescriptor
 
getSimple() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers
 
getSource() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getSpringBootVersion() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint.StartupDescriptor
 
getState() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
Return the current availability state.
getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
 
getState(ApplicationAvailability) - Method in class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
 
getStatistic() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getStatus() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the status for the response.
getStatus() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getStatus() - Method in class org.springframework.boot.actuate.health.Health
Return the status of the health.
getStatus() - Method in class org.springframework.boot.actuate.health.HealthComponent
Return the status of the component.
getStatus() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
Return the status code of the response.
getStatus() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpResponse
The status of the response.
getStatusAggregator() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns the status aggregator that should be used for this group.
getStatusCode(Status) - Method in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
Return the HTTP status code that corresponds to the given health status.
getStatusCode(Status) - Method in class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
 
getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
getTag() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
Deprecated.
 
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsContributor
Deprecated.
Provides tags to be associated with metrics for the given request and response exchange.
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Deprecated.
Provides tags to be associated with metrics for the given request and response exchange.
getTags(String, HttpRequest, ClientHttpResponse) - Method in class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
Deprecated.
 
getTags(String, HttpRequest, ClientHttpResponse) - Method in interface org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
Deprecated.
Provides the tags to be associated with metrics that are recorded for the given request and response exchange.
getTarget() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
Return the fully qualified name of the native cache.
getTarget() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescriptor
 
getThreads() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
 
getTimeline() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint.StartupDescriptor
 
getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the event was logged.
getTimestamp() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Returns the instant that the exchange started.
getTimeTaken() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Returns the total time taken for the exchange.
getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Return the maximum time in milliseconds that a response can be cached.
getTrigger() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
 
getTrigger() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CustomTriggerTaskDescriptor
 
getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzDescriptor
 
getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
getTriggers() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
 
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getType() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getType() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getType() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter type.
getType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the type of the operation parameter.
getType() - Method in interface org.springframework.boot.actuate.endpoint.Operation
Returns the type of the operation.
getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
getType() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
 
getUri() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
Return the URI requested.
getUri() - Method in interface org.springframework.boot.actuate.web.exchanges.RecordableHttpRequest
Returns the URI of the request.
getUrlPatternMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the URL pattern mappings for the registered filter.
getValue() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the value being mapped.
getValue() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
Return the value of the data.
getValue() - Method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Returns the value corresponding to this path.
getValue() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValues() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getVersion() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
 
GitInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes GitProperties.
GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
graph() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
GroupLoggerLevelsDescriptor(LogLevel, List<String>) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevelsDescriptor
 
GroupNamesDescriptor(List<String>) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNamesDescriptor
 

H

handle(HttpServletRequest, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
 
handle(ServerWebExchange, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
 
HandlerFunctionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
Description of a HandlerFunction.
HandlerMethodDescription - Class in org.springframework.boot.actuate.web.mappings
A description of a HandlerMethod.
HandlerMethodDescription(HandlerMethod) - Constructor for class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 
hashCode() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
 
hashCode() - Method in class org.springframework.boot.actuate.health.Health
 
hashCode() - Method in class org.springframework.boot.actuate.health.Status
 
hashCode() - Method in class org.springframework.boot.actuate.info.Info
 
hasMandatoryParameter() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return if any of the contained parameters are mandatory.
hasNamespace(WebServerNamespace) - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Returns true if this path has the given WebServerNamespace.
hasParameters() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return true if there is at least one parameter.
HazelcastCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Hazelcast.
HazelcastCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
HazelcastHealthIndicator - Class in org.springframework.boot.actuate.hazelcast
HealthIndicator for Hazelcast.
HazelcastHealthIndicator(HazelcastInstance) - Constructor for class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
health() - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
Provide the indicator of health.
health(ApiVersion, WebServerNamespace, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health(ApiVersion, WebServerNamespace, SecurityContext) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
health(ApiVersion, WebServerNamespace, SecurityContext, boolean, String...) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health(ApiVersion, WebServerNamespace, SecurityContext, boolean, String...) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
health(ApiVersion, WebServerNamespace, SecurityContext, String...) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health(ApiVersion, WebServerNamespace, SecurityContext, String...) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
Health - Class in org.springframework.boot.actuate.health
Carries information about the health of a component or subsystem.
Health.Builder - Class in org.springframework.boot.actuate.health
Builder for creating immutable Health instances.
HealthComponent - Class in org.springframework.boot.actuate.health
A component that contributes data to results returned from the HealthEndpoint.
HealthContributor - Interface in org.springframework.boot.actuate.health
Tagging interface for classes that contribute to health components to the results returned from the HealthEndpoint.
HealthContributorNameFactory - Class in org.springframework.boot.actuate.health
Generate a sensible health indicator name based on its bean name.
HealthContributorNameFactory() - Constructor for class org.springframework.boot.actuate.health.HealthContributorNameFactory
 
HealthContributorRegistry - Interface in org.springframework.boot.actuate.health
HealthEndpoint - Class in org.springframework.boot.actuate.health
@Endpoint to expose application health information.
HealthEndpoint(HealthContributorRegistry, HealthEndpointGroups, Duration) - Constructor for class org.springframework.boot.actuate.health.HealthEndpoint
Create a new HealthEndpoint instance.
HealthEndpointGroup - Interface in org.springframework.boot.actuate.health
A logical grouping of health contributors that can be exposed by the HealthEndpoint.
HealthEndpointGroups - Interface in org.springframework.boot.actuate.health
A collection of groups for use with a health endpoint.
HealthEndpointGroupsPostProcessor - Interface in org.springframework.boot.actuate.health
Hook that allows for custom modification of HealthEndpointGroups — for example, automatically adding additional auto-configured groups.
HealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
HealthEndpointWebExtension(HealthContributorRegistry, HealthEndpointGroups, Duration) - Constructor for class org.springframework.boot.actuate.health.HealthEndpointWebExtension
Create a new HealthEndpointWebExtension instance.
healthForPath(String...) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
HealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to contribute Health to the results returned from the HealthEndpoint.
heapDump(Boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumperUnavailableException(String, Throwable) - Constructor for exception org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumperUnavailableException
 
HeapDumpWebEndpoint - Class in org.springframework.boot.actuate.management
Web @Endpoint to expose heap dumps.
HeapDumpWebEndpoint() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint(long) - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint.HeapDumper - Interface in org.springframework.boot.actuate.management
Strategy interface used to dump the heap to a file.
HeapDumpWebEndpoint.HeapDumperUnavailableException - Exception in org.springframework.boot.actuate.management
Exception to be thrown if the HeapDumpWebEndpoint.HeapDumper cannot be created.
HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper - Class in org.springframework.boot.actuate.management
HeapDumpWebEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean, available on Oracle and OpenJDK, to dump the heap to a file.
hitCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
HotSpotDiagnosticMXBeanHeapDumper() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
HttpCodeStatusMapper - Interface in org.springframework.boot.actuate.health
Strategy used to map a health status to an HTTP status code.
HttpExchange - Class in org.springframework.boot.actuate.web.exchanges
An HTTP request and response exchange.
HttpExchange(Instant, HttpExchange.Request, HttpExchange.Response, HttpExchange.Principal, HttpExchange.Session, Duration) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange
Primarily for use by HttpExchangeRepository implementations when recreating an exchange from a persistent store.
HttpExchange.Principal - Class in org.springframework.boot.actuate.web.exchanges
Principal associated with an HTTP request-response exchange.
HttpExchange.Request - Class in org.springframework.boot.actuate.web.exchanges
The request that started the exchange.
HttpExchange.Response - Class in org.springframework.boot.actuate.web.exchanges
The response that finished the exchange.
HttpExchange.Session - Class in org.springframework.boot.actuate.web.exchanges
The session associated with the exchange.
HttpExchange.Started - Class in org.springframework.boot.actuate.web.exchanges
A started request that when finished will return a new HttpExchange instance.
HttpExchangeRepository - Interface in org.springframework.boot.actuate.web.exchanges
A repository for HttpExchange instances.
httpExchanges() - Method in class org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint
 
HttpExchangesEndpoint - Class in org.springframework.boot.actuate.web.exchanges
@Endpoint to expose HttpExchange information.
HttpExchangesEndpoint(HttpExchangeRepository) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint
Create a new HttpExchangesEndpoint instance.
HttpExchangesEndpoint.HttpExchangesDescriptor - Class in org.springframework.boot.actuate.web.exchanges
Description of an application's HttpExchange entries.
HttpExchangesFilter - Class in org.springframework.boot.actuate.web.exchanges.servlet
Servlet Filter for recording HTTP exchanges.
HttpExchangesFilter(HttpExchangeRepository, Set<Include>) - Constructor for class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
Create a new HttpExchangesWebFilter instance.
HttpExchangesWebFilter - Class in org.springframework.boot.actuate.web.exchanges.reactive
A WebFilter for recording HTTP exchanges.
HttpExchangesWebFilter(HttpExchangeRepository, Set<Include>) - Constructor for class org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter
Create a new HttpExchangesWebFilter instance.
httpRequestTags(ServerWebExchange, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
Deprecated.
 
httpRequestTags(ServerWebExchange, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsContributor
Deprecated.
Provides tags to be associated with metrics for the given exchange.
httpRequestTags(ServerWebExchange, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
Deprecated.
Provides tags to be associated with metrics for the given exchange.

I

id() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Endpoint
The id of the endpoint (must follow EndpointId rules).
id() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
The id of the endpoint.
id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
The id of the endpoint.
id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
The id of the endpoint.
id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
The id of the endpoint.
id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
The id of the endpoint.
ID - Static variable in class org.springframework.boot.actuate.health.HealthEndpoint
Health endpoint id.
Include - Enum Class in org.springframework.boot.actuate.web.exchanges
Include options for HTTP exchanges.
InfluxDbHealthIndicator - Class in org.springframework.boot.actuate.influx
HealthIndicator for InfluxDB.
InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
info() - Method in class org.springframework.boot.actuate.info.InfoEndpoint
 
Info - Class in org.springframework.boot.actuate.info
Carries information of the application.
Info.Builder - Class in org.springframework.boot.actuate.info
Builder for creating immutable Info instances.
InfoContributor - Interface in org.springframework.boot.actuate.info
Contributes additional info details.
InfoEndpoint - Class in org.springframework.boot.actuate.info
@Endpoint to expose arbitrary application information.
InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
Create a new InfoEndpoint instance.
InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> - Class in org.springframework.boot.actuate.info
A base InfoContributor to expose an InfoProperties.
InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 
InfoPropertiesInfoContributor.Mode - Enum Class in org.springframework.boot.actuate.info
Defines how properties should be exposed.
INFORMATIONAL - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was informational.
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryHttpExchangeRepository - Class in org.springframework.boot.actuate.web.exchanges
In-memory implementation of HttpExchangeRepository.
InMemoryHttpExchangeRepository() - Constructor for class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
 
INSTANCE - Static variable in class org.springframework.boot.actuate.health.HealthContributorNameFactory
A shared singleton HealthContributorNameFactory instance.
IntegrationGraphEndpoint - Class in org.springframework.boot.actuate.integration
@Endpoint to expose the Spring Integration graph.
IntegrationGraphEndpoint(IntegrationGraphServer) - Constructor for class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
Create a new IntegrationGraphEndpoint instance that exposes a graph containing all the Spring Integration components in the given IntegrationGraphServer.
IntegrationGraphEndpoint.GraphDescriptor - Class in org.springframework.boot.actuate.integration
Description of a Graph.
IntervalTaskDescriptor(ScheduledTasksEndpoint.TaskType, IntervalTask) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
 
IntervalTaskDescriptor(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
 
InvalidEndpointRequestException - Exception in org.springframework.boot.actuate.endpoint
Indicate that an endpoint request is invalid.
InvalidEndpointRequestException(String, String) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvocationContext - Class in org.springframework.boot.actuate.endpoint
The context for the invocation of an operation.
InvocationContext(SecurityContext, Map<String, Object>, OperationArgumentResolver...) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
Creates a new context for an operation being invoked by the given securityContext with the given available arguments.
invoke(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
Invoke the underlying operation using the given context.
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
 
invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.Operation
Invoke the underlying operation using the given context.
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
isBlocking() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns if the underlying operation is blocking.
isDefault() - Method in interface org.springframework.boot.actuate.endpoint.Producible
Return if this enum value should be used as the default value when an accept header of */* is provided, or if the Accept header is missing.
isDurable() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
isEnableByDefault() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
isEnableByDefault() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns if the endpoint is enabled by default.
isEnabled() - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Return if the auto-timer is enabled and metrics should be recorded.
isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an endpoint bean should be exposed.
isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
isExpired() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
isExtensionTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an extension bean should be exposed.
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
isMandatory() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Return if the parameter is mandatory (does not accept null values).
isMember(String) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns true if the given contributor is a member of this group.
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
IsoOffsetDateTimeConverter - Class in org.springframework.boot.actuate.endpoint.invoke.convert
A String to OffsetDateTime Converter that uses ISO offset parsing.
IsoOffsetDateTimeConverter() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
isPaused() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
 
isRequestRecovery() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
 
isShown(boolean) - Method in enum class org.springframework.boot.actuate.endpoint.Show
Return if data should be shown when no SecurityContext is available.
isShown(SecurityContext, Collection<String>) - Method in enum class org.springframework.boot.actuate.endpoint.Show
Return if data should be shown.
isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns whether the href is templated.
isUserInRole(String) - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
Returns true if the currently authenticated user is in the given role, or false otherwise.
iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
 
iterator() - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 

J

JacksonJmxOperationResponseMapper - Class in org.springframework.boot.actuate.endpoint.jmx
JmxOperationResponseMapper that delegates to a Jackson ObjectMapper to return a JSON response.
JacksonJmxOperationResponseMapper(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
JavaInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes JavaInfo.
JavaInfoContributor() - Constructor for class org.springframework.boot.actuate.info.JavaInfoContributor
 
JCacheCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for JCache.
JCacheCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
JerseyEndpointResourceFactory - Class in org.springframework.boot.actuate.endpoint.web.jersey
A factory for creating Jersey Resources for web endpoint operations.
JerseyEndpointResourceFactory() - Constructor for class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
JerseyHealthEndpointAdditionalPathResourceFactory - Class in org.springframework.boot.actuate.endpoint.web.jersey
A factory for creating Jersey Resources for health groups with additional path.
JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.endpoint.web.jersey.JerseyHealthEndpointAdditionalPathResourceFactory
 
JettyConnectionMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.jetty
AbstractJettyMetricsBinder for JettyConnectionMetrics.
JettyConnectionMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
 
JettyConnectionMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
 
JettyServerThreadPoolMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.jetty
AbstractJettyMetricsBinder for JettyServerThreadPoolMetrics.
JettyServerThreadPoolMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JettyServerThreadPoolMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JettySslHandshakeMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.jetty
AbstractJettyMetricsBinder for JettySslHandshakeMetrics.
JettySslHandshakeMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettySslHandshakeMetricsBinder
 
JettySslHandshakeMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettySslHandshakeMetricsBinder
 
JmsHealthIndicator - Class in org.springframework.boot.actuate.jms
HealthIndicator for a JMS ConnectionFactory.
JmsHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.jms.JmsHealthIndicator
 
JmxEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.jmx.annotation
Identifies a type as being an endpoint that is only exposed over JMX.
JmxEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.jmx.annotation
JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
Create a new JmxEndpointDiscoverer instance.
JmxEndpointExporter - Class in org.springframework.boot.actuate.endpoint.jmx
JmxEndpointExporter(MBeanServer, EndpointObjectNameFactory, JmxOperationResponseMapper, Collection<? extends ExposableJmxEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
JmxEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.jmx
JmxOperation - Interface in org.springframework.boot.actuate.endpoint.jmx
An operation on a JMX endpoint.
JmxOperationParameter - Interface in org.springframework.boot.actuate.endpoint.jmx
Describes the parameters of an operation on a JMX endpoint.
JmxOperationResponseMapper - Interface in org.springframework.boot.actuate.endpoint.jmx
Maps an operation's response to a JMX-friendly form.

L

LATEST - Static variable in enum class org.springframework.boot.actuate.endpoint.ApiVersion
The latest API version.
LdapHealthIndicator - Class in org.springframework.boot.actuate.ldap
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - Constructor for class org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
Link - Class in org.springframework.boot.actuate.endpoint.web
Details for a link in a HAL-formatted response.
Link(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.Link
Creates a new Link with the given href.
links(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 
links(ServerWebExchange) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
LiquibaseBeanDescriptor(List<LiquibaseEndpoint.ChangeSetDescriptor>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBeanDescriptor
 
liquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint - Class in org.springframework.boot.actuate.liquibase
@Endpoint to expose liquibase info.
LiquibaseEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint.ChangeSetDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of a Liquibase change set.
LiquibaseEndpoint.ContextExpressionDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of a context expression in a LiquibaseEndpoint.ChangeSetDescriptor.
LiquibaseEndpoint.ContextLiquibaseBeansDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of an application context's SpringLiquibase beans.
LiquibaseEndpoint.LiquibaseBeanDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of a SpringLiquibase bean.
LiquibaseEndpoint.LiquibaseBeansDescriptor - Class in org.springframework.boot.actuate.liquibase
Description of an application's SpringLiquibase beans.
listNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
LivenessStateHealthIndicator - Class in org.springframework.boot.actuate.availability
A HealthIndicator that checks the LivenessState of the application.
LivenessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
 
logFile() - Method in class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpoint - Class in org.springframework.boot.actuate.logging
Web @Endpoint that provides access to an application's log file.
LogFileWebEndpoint(LogFile, File) - Constructor for class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
loggerLevels(String) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggerLevelsDescriptor(LogLevel) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
 
loggers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggersDescriptor(NavigableSet<LogLevel>, Map<String, LoggersEndpoint.LoggerLevelsDescriptor>, Map<String, LoggersEndpoint.GroupLoggerLevelsDescriptor>) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
 
LoggersEndpoint - Class in org.springframework.boot.actuate.logging
@Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem, LoggerGroups) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.GroupLoggerLevelsDescriptor - Class in org.springframework.boot.actuate.logging
Description of levels configured for a given group logger.
LoggersEndpoint.LoggerLevelsDescriptor - Class in org.springframework.boot.actuate.logging
Description of levels configured for a given logger.
LoggersEndpoint.LoggersDescriptor - Class in org.springframework.boot.actuate.logging
Description of loggers.
LoggersEndpoint.SingleLoggerLevelsDescriptor - Class in org.springframework.boot.actuate.logging
Description of levels configured for a given single logger.

M

MailHealthIndicator - Class in org.springframework.boot.actuate.mail
HealthIndicator for configured smtp server(s).
MailHealthIndicator(JavaMailSenderImpl) - Constructor for class org.springframework.boot.actuate.mail.MailHealthIndicator
 
MANAGEMENT - Static variable in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
WebServerNamespace that represents the management server.
MapInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a map.
MapInfoContributor(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.info.MapInfoContributor
 
mapParameterValue(OperationParameter, Object) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
 
mapParameterValue(OperationParameter, Object) - Method in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
Map the specified input parameter to the given parameterType.
MappingDescriptionProvider - Interface in org.springframework.boot.actuate.web.mappings
A MappingDescriptionProvider provides a List of mapping descriptions through implementation-specific introspection of an application context.
mappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
MappingsEndpoint - Class in org.springframework.boot.actuate.web.mappings
@Endpoint to expose HTTP request mappings.
MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - Constructor for class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
MappingsEndpoint.ApplicationMappingsDescriptor - Class in org.springframework.boot.actuate.web.mappings
Description of an application's request mappings.
MappingsEndpoint.ContextMappingsDescriptor - Class in org.springframework.boot.actuate.web.mappings
Description of an application context's request mappings.
mapResponse(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponse(Object) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the operation's response so that it can be consumed by a JMX compliant client.
mapResponseType(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponseType(Class<?>) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the response type to its JMX compliant counterpart.
match() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Selector
The match type that should be used for the selection.
match(E) - Method in interface org.springframework.boot.actuate.endpoint.EndpointFilter
Return true if the filter matches.
match(DiscoveredEndpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
 
method(HttpServletRequest) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Deprecated.
Creates a method tag based on the method of the given request.
method(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Deprecated.
Creates a method Tag for the method of the given request.
method(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Deprecated.
Creates a method Tag for the method of the given request.
method(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Deprecated.
Creates a method tag based on the method of the ServerWebExchange.getRequest() request of the given exchange.
metric(String, List<String>) - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsEndpoint - Class in org.springframework.boot.actuate.metrics
An @Endpoint for exposing the metrics held by a MeterRegistry.
MetricsEndpoint(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsEndpoint.AvailableTag - Class in org.springframework.boot.actuate.metrics
A set of tags for further dimensional drill-down and their potential values.
MetricsEndpoint.MetricDescriptor - Class in org.springframework.boot.actuate.metrics
Description of a metric.
MetricsEndpoint.MetricNamesDescriptor - Class in org.springframework.boot.actuate.metrics
Description of metric names.
MetricsEndpoint.Sample - Class in org.springframework.boot.actuate.metrics
A measurement sample combining a statistic and a value.
MetricsRepositoryMethodInvocationListener - Class in org.springframework.boot.actuate.metrics.data
Intercepts Spring Data Repository invocations and records metrics about execution time and results.
MetricsRepositoryMethodInvocationListener(Supplier<MeterRegistry>, RepositoryTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
Create a new MetricsRepositoryMethodInvocationListener.
missCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
MissingParametersException - Exception in org.springframework.boot.actuate.endpoint.invoke
RuntimeException thrown when an endpoint invocation does not contain required parameters.
MissingParametersException(Set<OperationParameter>) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
 
MongoHealthIndicator - Class in org.springframework.boot.actuate.data.mongo
Simple implementation of a HealthIndicator returning status information for Mongo data stores.
MongoHealthIndicator(MongoTemplate) - Constructor for class org.springframework.boot.actuate.data.mongo.MongoHealthIndicator
 
MongoReactiveHealthIndicator - Class in org.springframework.boot.actuate.data.mongo
MongoReactiveHealthIndicator(ReactiveMongoTemplate) - Constructor for class org.springframework.boot.actuate.data.mongo.MongoReactiveHealthIndicator
 

N

NamedContributor<C> - Interface in org.springframework.boot.actuate.health
A single named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
NamedContributors<C> - Interface in org.springframework.boot.actuate.health
A collection of named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
Neo4jHealthIndicator - Class in org.springframework.boot.actuate.neo4j
HealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
Neo4jHealthIndicator(Driver) - Constructor for class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
 
Neo4jReactiveHealthIndicator - Class in org.springframework.boot.actuate.neo4j
ReactiveHealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
Neo4jReactiveHealthIndicator(Driver) - Constructor for class org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
 
NEVER - Enum constant in enum class org.springframework.boot.actuate.endpoint.Show
Never show the item in the response.
NONE - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Don't perform any shutdown operation.
NONE - Static variable in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
A ParameterValueMapper that does nothing.
NONE - Static variable in interface org.springframework.boot.actuate.endpoint.SecurityContext
Empty security context.
NONE - Static variable in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
Empty description.
NonUniqueCacheException - Exception in org.springframework.boot.actuate.cache
Exception thrown when multiple caches exist with the same name.
NonUniqueCacheException(String, Collection<String>) - Constructor for exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 

O

ObservationRestTemplateCustomizer - Class in org.springframework.boot.actuate.metrics.web.client
RestTemplateCustomizer that configures the RestTemplate to record request observations.
ObservationRestTemplateCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.actuate.metrics.web.client.ObservationRestTemplateCustomizer
Create a new ObservationRestTemplateCustomizer.
ObservationWebClientCustomizer - Class in org.springframework.boot.actuate.metrics.web.reactive.client
WebClientCustomizer that configures the WebClient to record request observations.
ObservationWebClientCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.ObservationWebClientCustomizer
Create a new ObservationWebClientCustomizer that will configure the Observation setup on the client.
of(Class<T>, Supplier<? extends T>) - Static method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
Factory method that creates an OperationArgumentResolver for a specific type using a Supplier.
of(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId of the specified value.
of(String, C) - Static method in interface org.springframework.boot.actuate.health.NamedContributor
 
of(Map<K, V>) - Static method in interface org.springframework.boot.actuate.endpoint.OperationResponseBody
Return a OperationResponseBody Map instance containing entries from the given map.
of(WebServerNamespace, String) - Static method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
Creates an AdditionalHealthEndpointPath from the given WebServerNamespace and value.
of(HealthEndpointGroup, Map<String, HealthEndpointGroup>) - Static method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Factory method to create a HealthEndpointGroups instance.
of(Environment, String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId of the specified value.
onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onApplicationEvent(AuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onStartup(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
Operation - Interface in org.springframework.boot.actuate.endpoint
An operation on an endpoint.
OperationArgumentResolver - Interface in org.springframework.boot.actuate.endpoint
Resolver for an argument of an Operation.
OperationInvoker - Interface in org.springframework.boot.actuate.endpoint.invoke
Interface to perform an operation invocation.
OperationInvokerAdvisor - Interface in org.springframework.boot.actuate.endpoint.invoke
Allows additional functionality to be applied to an OperationInvoker.
OperationKey(Object, Supplier<String>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
Create a new EndpointDiscoverer.OperationKey instance.
OperationMethod - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
Information describing an operation method on an endpoint method.
OperationMethod(Method, OperationType) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Create a new OperationMethod instance.
OperationParameter - Interface in org.springframework.boot.actuate.endpoint.invoke
A single operation parameter.
OperationParameters - Interface in org.springframework.boot.actuate.endpoint.invoke
A collection of operation parameters.
OperationResponseBody - Interface in org.springframework.boot.actuate.endpoint
Tagging interface used to indicate that an operation result is intended to be returned in the body of the response.
OperationType - Enum Class in org.springframework.boot.actuate.endpoint
An enumeration of the different types of operation supported by an endpoint.
org.springframework.boot.actuate.amqp - package org.springframework.boot.actuate.amqp
Actuator support for AMQP and RabbitMQ.
org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
Core actuator auditing classes.
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
Actuator auditing listeners.
org.springframework.boot.actuate.availability - package org.springframework.boot.actuate.availability
Actuator support for application availability concerns.
org.springframework.boot.actuate.beans - package org.springframework.boot.actuate.beans
Actuator support relating to Spring Beans.
org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
Actuator support for caches.
org.springframework.boot.actuate.cassandra - package org.springframework.boot.actuate.cassandra
Actuator support for Cassandra.
org.springframework.boot.actuate.context - package org.springframework.boot.actuate.context
Actuator support relating to Spring Context.
org.springframework.boot.actuate.context.properties - package org.springframework.boot.actuate.context.properties
Actuator support relating to external configuration properties.
org.springframework.boot.actuate.couchbase - package org.springframework.boot.actuate.couchbase
Actuator support for Couchbase.
org.springframework.boot.actuate.data.elasticsearch - package org.springframework.boot.actuate.data.elasticsearch
Actuator support for Elasticsearch dependent on Spring Data.
org.springframework.boot.actuate.data.mongo - package org.springframework.boot.actuate.data.mongo
Actuator support for Mongo dependent on Spring Data.
org.springframework.boot.actuate.data.redis - package org.springframework.boot.actuate.data.redis
Actuator support for Redis dependent on Spring Data.
org.springframework.boot.actuate.elasticsearch - package org.springframework.boot.actuate.elasticsearch
Actuator support for Elasticsearch.
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
Endpoint support.
org.springframework.boot.actuate.endpoint.annotation - package org.springframework.boot.actuate.endpoint.annotation
Annotation support for actuator endpoints.
org.springframework.boot.actuate.endpoint.invoke - package org.springframework.boot.actuate.endpoint.invoke
Interfaces and classes relating to invoking operation methods.
org.springframework.boot.actuate.endpoint.invoke.convert - package org.springframework.boot.actuate.endpoint.invoke.convert
Converter support for actuator endpoints.
org.springframework.boot.actuate.endpoint.invoke.reflect - package org.springframework.boot.actuate.endpoint.invoke.reflect
Endpoint reflection support.
org.springframework.boot.actuate.endpoint.invoker.cache - package org.springframework.boot.actuate.endpoint.invoker.cache
Caching support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jackson - package org.springframework.boot.actuate.endpoint.jackson
Jackson support classes for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
JMX support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx.annotation - package org.springframework.boot.actuate.endpoint.jmx.annotation
Annotation support for actuator JMX endpoints.
org.springframework.boot.actuate.endpoint.web - package org.springframework.boot.actuate.endpoint.web
Web support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.annotation - package org.springframework.boot.actuate.endpoint.web.annotation
Annotation support for actuator web endpoints.
org.springframework.boot.actuate.endpoint.web.jersey - package org.springframework.boot.actuate.endpoint.web.jersey
Jersey support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.reactive - package org.springframework.boot.actuate.endpoint.web.reactive
Spring WebFlux support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.servlet - package org.springframework.boot.actuate.endpoint.web.servlet
Spring MVC support for actuator endpoints.
org.springframework.boot.actuate.env - package org.springframework.boot.actuate.env
Actuator support for Spring Framework's Environment.
org.springframework.boot.actuate.flyway - package org.springframework.boot.actuate.flyway
Actuator support for Flyway.
org.springframework.boot.actuate.hazelcast - package org.springframework.boot.actuate.hazelcast
Actuator support for Hazelcast.
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
Actuator health indicator and endpoints.
org.springframework.boot.actuate.influx - package org.springframework.boot.actuate.influx
Actuator support for InfluxDB.
org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
Classes for application info.
org.springframework.boot.actuate.integration - package org.springframework.boot.actuate.integration
Actuator support for Spring Integration.
org.springframework.boot.actuate.jdbc - package org.springframework.boot.actuate.jdbc
Actuator support for JDBC.
org.springframework.boot.actuate.jms - package org.springframework.boot.actuate.jms
Actuator support for JMS.
org.springframework.boot.actuate.ldap - package org.springframework.boot.actuate.ldap
Actuator support for LDAP.
org.springframework.boot.actuate.liquibase - package org.springframework.boot.actuate.liquibase
Actuator support for Liquibase.
org.springframework.boot.actuate.logging - package org.springframework.boot.actuate.logging
Actuator support for logging.
org.springframework.boot.actuate.mail - package org.springframework.boot.actuate.mail
Actuator support for JavaMail.
org.springframework.boot.actuate.management - package org.springframework.boot.actuate.management
Actuator support for JVM management.
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
Core actuator support for metrics.
org.springframework.boot.actuate.metrics.amqp - package org.springframework.boot.actuate.metrics.amqp
Actuator support for RabbitMQ Java Client metrics.
org.springframework.boot.actuate.metrics.annotation - package org.springframework.boot.actuate.metrics.annotation
Support classes for handler method metrics.
org.springframework.boot.actuate.metrics.cache - package org.springframework.boot.actuate.metrics.cache
Actuator support for cache metrics.
org.springframework.boot.actuate.metrics.data - package org.springframework.boot.actuate.metrics.data
Actuator support for Spring Data Repository metrics.
org.springframework.boot.actuate.metrics.export.prometheus - package org.springframework.boot.actuate.metrics.export.prometheus
Actuator support for exporting metrics to Prometheus.
org.springframework.boot.actuate.metrics.http - package org.springframework.boot.actuate.metrics.http
Support classes for HTTP-related metrics.
org.springframework.boot.actuate.metrics.jdbc - package org.springframework.boot.actuate.metrics.jdbc
Actuator support for JDBC metrics.
org.springframework.boot.actuate.metrics.r2dbc - package org.springframework.boot.actuate.metrics.r2dbc
Actuator support for R2DBC metrics.
org.springframework.boot.actuate.metrics.startup - package org.springframework.boot.actuate.metrics.startup
Actuator support for startup metrics.
org.springframework.boot.actuate.metrics.system - package org.springframework.boot.actuate.metrics.system
Actuator support for system metrics.
org.springframework.boot.actuate.metrics.web.client - package org.springframework.boot.actuate.metrics.web.client
Actuator support for web client metrics.
org.springframework.boot.actuate.metrics.web.jetty - package org.springframework.boot.actuate.metrics.web.jetty
Actuator support for Jetty metrics.
org.springframework.boot.actuate.metrics.web.reactive.client - package org.springframework.boot.actuate.metrics.web.reactive.client
Actuator support for WebClient metrics.
org.springframework.boot.actuate.metrics.web.reactive.server - package org.springframework.boot.actuate.metrics.web.reactive.server
Actuator support for WebFlux metrics.
org.springframework.boot.actuate.metrics.web.servlet - package org.springframework.boot.actuate.metrics.web.servlet
Actuator support for Spring MVC metrics.
org.springframework.boot.actuate.metrics.web.tomcat - package org.springframework.boot.actuate.metrics.web.tomcat
Actuator support for Tomcat metrics.
org.springframework.boot.actuate.neo4j - package org.springframework.boot.actuate.neo4j
Actuator support for Neo4j.
org.springframework.boot.actuate.quartz - package org.springframework.boot.actuate.quartz
Actuator support for Quartz Scheduler.
org.springframework.boot.actuate.r2dbc - package org.springframework.boot.actuate.r2dbc
Actuator support for R2DBC.
org.springframework.boot.actuate.scheduling - package org.springframework.boot.actuate.scheduling
Actuator scheduling support.
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
Actuator support for security.
org.springframework.boot.actuate.session - package org.springframework.boot.actuate.session
Actuator support for Spring Session.
org.springframework.boot.actuate.startup - package org.springframework.boot.actuate.startup
Actuator support for ApplicationStartup.
org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
Actuator support for system-related concerns.
org.springframework.boot.actuate.web.exchanges - package org.springframework.boot.actuate.web.exchanges
Actuator HTTP exchanges support.
org.springframework.boot.actuate.web.exchanges.reactive - package org.springframework.boot.actuate.web.exchanges.reactive
Actuator HTTP exchanges support for reactive servers.
org.springframework.boot.actuate.web.exchanges.servlet - package org.springframework.boot.actuate.web.exchanges.servlet
Actuator HTTP exchanges support for servlet servers.
org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
Actuator web request mappings support.
org.springframework.boot.actuate.web.mappings.reactive - package org.springframework.boot.actuate.web.mappings.reactive
Actuator reactive request mappings support.
org.springframework.boot.actuate.web.mappings.servlet - package org.springframework.boot.actuate.web.mappings.servlet
Actuator servlet request mappings support.
OsInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes OsInfo.
OsInfoContributor() - Constructor for class org.springframework.boot.actuate.info.OsInfoContributor
 
OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has been taken out of service and should not be used.
outcome(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Deprecated.
Creates an outcome tag based on the status of the given response.
outcome(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Deprecated.
Creates an outcome Tag derived from the status of the given response.
outcome(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Deprecated.
Creates an outcome Tag derived from the status of the given response.
outcome(ServerWebExchange, Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Deprecated.
Creates an outcome tag based on the response status of the given exchange and the exception thrown during request processing.
Outcome - Enum Class in org.springframework.boot.actuate.metrics.http
The outcome of an HTTP request.
outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.OUT_OF_SERVICE.
outOfService() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.OUT_OF_SERVICE status.

P

ParameterMappingException - Exception in org.springframework.boot.actuate.endpoint.invoke
A ParameterMappingException is thrown when a failure occurs during operation parameter mapping.
ParameterMappingException(OperationParameter, Object, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Creates a new ParameterMappingException for a failure that occurred when trying to map the given input to the given type.
ParameterValueMapper - Interface in org.springframework.boot.actuate.endpoint.invoke
Maps parameter values to the required type when invoking an endpoint.
PathMappedEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Interface that can be implemented by an ExposableEndpoint that is mapped to a root web path.
PathMappedEndpoints - Class in org.springframework.boot.actuate.endpoint.web
A collection of path mapped endpoints.
PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given suppliers.
PathMappedEndpoints(String, EndpointsSupplier<?>) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given supplier.
PathMapper - Interface in org.springframework.boot.actuate.endpoint.web
Strategy interface used to provide a mapping between an endpoint ID and the root path where it will be exposed.
PingHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that returns Status.UP.
PingHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.PingHealthIndicator
 
POST - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP POST request.
POST - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Perform a POST before shutdown.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
Post-process the content to expose.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Post-process the content to expose.
postProcessHealthEndpointGroups(HealthEndpointGroups) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroupsPostProcessor
Post-process the given HealthEndpointGroups instance.
Principal(String) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
Creates a Principal.
PRINCIPAL - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include the principal.
produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
The media type of the result of the operation.
produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.ReadOperation
The media type of the result of the operation.
produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.WriteOperation
The media type of the result of the operation.
producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
The media types of the result of the operation.
producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.ReadOperation
The media types of the result of the operation.
producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.WriteOperation
The media types of the result of the operation.
Producible<E extends Enum<E> & Producible<E>> - Interface in org.springframework.boot.actuate.endpoint
Interface that can be implemented by any Enum that represents a finite set of producible mime-types.
ProducibleOperationArgumentResolver - Class in org.springframework.boot.actuate.endpoint
ProducibleOperationArgumentResolver(Supplier<List<String>>) - Constructor for class org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
PrometheusPushGatewayManager - Class in org.springframework.boot.actuate.metrics.export.prometheus
Class that can be used to manage the pushing of metrics to a Prometheus PushGateway.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance using a single threaded TaskScheduler.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, TaskScheduler, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance.
PrometheusPushGatewayManager.ShutdownOperation - Enum Class in org.springframework.boot.actuate.metrics.export.prometheus
The operation that should be performed on shutdown.
PrometheusScrapeEndpoint - Class in org.springframework.boot.actuate.metrics.export.prometheus
@Endpoint that outputs metrics in a format that can be scraped by the Prometheus server.
PrometheusScrapeEndpoint(CollectorRegistry) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
PropertySummaryDescriptor(String, Object) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
PUSH - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of PrometheusPushGatewayManager.ShutdownOperation.POST.
PUT - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Perform a PUT before shutdown.
putCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
putIfNoNull(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
 

Q

QuartzEndpoint - Class in org.springframework.boot.actuate.quartz
Endpoint to expose Quartz Scheduler jobs and triggers.
QuartzEndpoint(Scheduler, Iterable<SanitizingFunction>) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint
 
QuartzEndpoint.CalendarIntervalTriggerDescriptor - Class in org.springframework.boot.actuate.quartz
Description of a CalendarIntervalTrigger.
QuartzEndpoint.CronTriggerDescriptor - Class in org.springframework.boot.actuate.quartz
Description of a CronTrigger.
QuartzEndpoint.CustomTriggerDescriptor - Class in org.springframework.boot.actuate.quartz
Description of a custom Trigger.
QuartzEndpoint.DailyTimeIntervalTriggerDescriptor - Class in org.springframework.boot.actuate.quartz
Description of a DailyTimeIntervalTrigger.
QuartzEndpoint.GroupNamesDescriptor - Class in org.springframework.boot.actuate.quartz
Description of group names.
QuartzEndpoint.QuartzDescriptor - Class in org.springframework.boot.actuate.quartz
Description of available job and trigger group names.
QuartzEndpoint.QuartzGroupsDescriptor - Class in org.springframework.boot.actuate.quartz
Description of each group identified by name.
QuartzEndpoint.QuartzJobDetailsDescriptor - Class in org.springframework.boot.actuate.quartz
Description of a Quartz Job.
QuartzEndpoint.QuartzJobGroupSummaryDescriptor - Class in org.springframework.boot.actuate.quartz
Description of the jobs in a given group.
QuartzEndpoint.QuartzJobSummaryDescriptor - Class in org.springframework.boot.actuate.quartz
Description of a Quartz Job.
QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor - Class in org.springframework.boot.actuate.quartz
Description of the triggers in a given group.
QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers - Class in org.springframework.boot.actuate.quartz
 
QuartzEndpoint.SimpleTriggerDescriptor - Class in org.springframework.boot.actuate.quartz
Description of a SimpleTrigger.
QuartzEndpoint.TriggerDescriptor - Class in org.springframework.boot.actuate.quartz
Base class for descriptions of a Trigger.
QuartzEndpointWebExtension - Class in org.springframework.boot.actuate.quartz
QuartzEndpointWebExtension(QuartzEndpoint, Show, Set<String>) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
 
QuartzGroupsDescriptor(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroupsDescriptor
 
quartzJob(String, String, boolean) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
Return the details of the job identified with the given group name and job name.
quartzJobGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
Return the available job names, identified by group name.
quartzJobGroupSummary(String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
Return a summary of the jobs group with the specified name or null if no such group exists.
quartzJobOrTrigger(SecurityContext, String, String, String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
 
quartzJobOrTriggerGroup(String, String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
 
quartzJobOrTriggerGroups(String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
 
quartzReport() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
Return the available job and trigger group names.
quartzTriggerGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
Return the available trigger names, identified by group name.
quartzTriggerGroupSummary(String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
Return a summary of the triggers group with the specified name or null if no such group exists.

R

RabbitHealthIndicator - Class in org.springframework.boot.actuate.amqp
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
RabbitMetrics - Class in org.springframework.boot.actuate.metrics.amqp
A MeterBinder for RabbitMQ Java Client metrics.
RabbitMetrics(ConnectionFactory, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
Create a new meter binder recording the specified ConnectionFactory.
ReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
Tagging interface for classes that contribute to health components to the results returned from the HealthEndpoint.
ReactiveHealthContributorRegistry - Interface in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups, Duration) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
Create a new ReactiveHealthEndpointWebExtension instance.
ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to contribute Health to the results returned from the reactive variant of the HealthEndpoint.
READ - Enum constant in enum class org.springframework.boot.actuate.endpoint.OperationType
A read operation.
ReadinessStateHealthIndicator - Class in org.springframework.boot.actuate.availability
A HealthIndicator that checks the ReadinessState of the application.
ReadinessStateHealthIndicator(ApplicationAvailability) - Constructor for class org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
 
ReadOperation - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an @Endpoint as being a read operation.
rebuild() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
RecordableHttpRequest - Interface in org.springframework.boot.actuate.web.exchanges
The recordable parts of an HTTP request used when creating an HttpExchange.
RecordableHttpResponse - Interface in org.springframework.boot.actuate.web.exchanges
The recordable parts of an HTTP response used when creating an HttpExchange.
REDIRECTION - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was redirection.
RedisCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Redis.
RedisCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.RedisCacheMeterBinderProvider
 
RedisCacheMetrics - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinder for RedisCache.
RedisCacheMetrics(RedisCache, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
RedisHealthIndicator - Class in org.springframework.boot.actuate.data.redis
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.data.redis.RedisHealthIndicator
 
RedisReactiveHealthIndicator - Class in org.springframework.boot.actuate.data.redis
RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.data.redis.RedisReactiveHealthIndicator
 
ReflectiveOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
An OperationInvoker that invokes an operation using reflection.
ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
Creates a new ReflectiveOperationInvoker that will invoke the given method on the given target.
registerContributor(String, C) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
Register a contributor with the given name.
registerContributor(String, ReactiveHealthContributor) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
registerConverter(ConverterRegistry) - Static method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
registerMapping(ExposableWebEndpoint, WebOperationRequestPredicate, WebOperation, String) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
registerReadMapping(RequestMappingInfo, ExposableWebEndpoint, WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
RegistrationMappingDescription<T extends jakarta.servlet.Registration> - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a Registration.
RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Creates a new RegistrationMappingDescription derived from the given registration and with the given predicate.
REMOTE_ADDRESS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include the remote address from the request.
replaceValue(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Replace the value for the specified key if the value is not null.
repositoryTags(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in class org.springframework.boot.actuate.metrics.data.DefaultRepositoryTagsProvider
 
repositoryTags(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in interface org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider
Provides tags to be associated with metrics for the given invocation.
RepositoryTagsProvider - Interface in org.springframework.boot.actuate.metrics.data
Provides Tags for Spring Data Repository invocations.
Request(URI, String, String, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
Creates a fully-configured Request instance.
REQUEST_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include request headers.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a NameValueExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a NameValueExpression in a request mapping condition.
resolve(Class<T>) - Method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
Resolves an argument of the given type.
resolve(Class<T>) - Method in class org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
 
resolveArgument(Class<T>) - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Resolves an argument with the given argumentType.
resolveLinks(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Resolves links to the known endpoints based on a request with the given requestUrl.
Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
Creates a fully-configured Response instance.
RESPONSE_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include response headers.
RestControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.
RestTemplateExchangeTags - Class in org.springframework.boot.actuate.metrics.web.client
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of DefaultClientRequestObservationConvention
RestTemplateExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.client
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ClientRequestObservationConvention

S

SanitizableData - Class in org.springframework.boot.actuate.endpoint
Value object that represents the data that can be used by a SanitizingFunction.
SanitizableData(PropertySource<?>, String, Object) - Constructor for class org.springframework.boot.actuate.endpoint.SanitizableData
Create a new SanitizableData instance.
sanitize(SanitizableData, boolean) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
Sanitize the value from the given SanitizableData using the available SanitizingFunctions.
SANITIZED_VALUE - Static variable in class org.springframework.boot.actuate.endpoint.SanitizableData
Represents a sanitized value.
Sanitizer - Class in org.springframework.boot.actuate.endpoint
Strategy that should be used by endpoint implementations to sanitize potentially sensitive keys.
Sanitizer() - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
Create a new Sanitizer instance.
Sanitizer(Iterable<SanitizingFunction>) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
Create a new Sanitizer instance with sanitizing functions.
SanitizingFunction - Interface in org.springframework.boot.actuate.endpoint
Function that takes a SanitizableData and applies sanitization to the value, if necessary.
scheduledTasks() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
ScheduledTasksEndpoint - Class in org.springframework.boot.actuate.scheduling
@Endpoint to expose information about an application's scheduled tasks.
ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
ScheduledTasksEndpoint.CronTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a CronTask or a TriggerTask with a CronTrigger.
ScheduledTasksEndpoint.CustomTriggerTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a TriggerTask with a custom Trigger.
ScheduledTasksEndpoint.FixedDelayTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a FixedDelayTask or a TriggerTask with a fixed-delay PeriodicTrigger.
ScheduledTasksEndpoint.FixedRateTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a FixedRateTask or a TriggerTask with a fixed-rate PeriodicTrigger.
ScheduledTasksEndpoint.IntervalTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of an IntervalTask.
ScheduledTasksEndpoint.RunnableDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a Task's Runnable.
ScheduledTasksEndpoint.ScheduledTasksDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of an application's scheduled Tasks.
ScheduledTasksEndpoint.TaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Base class for descriptions of a Task.
scrape(TextOutputFormat, Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
SecurityContext - Interface in org.springframework.boot.actuate.endpoint
Security context in which an endpoint is being invoked.
Selector - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
A @Selector can be used on a parameter of an @Endpoint method to indicate that the parameter is used to select a subset of the endpoint's data.
Selector.Match - Enum Class in org.springframework.boot.actuate.endpoint.annotation
Match types that can be used with the @Selector.
SERVER - Static variable in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
WebServerNamespace that represents the main server.
SERVER_ERROR - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was server error.
ServletEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that supplies a servlet to expose.
ServletEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ServletEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableServletEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
Create a new ServletEndpointDiscoverer instance.
ServletEndpointRegistrar - Class in org.springframework.boot.actuate.endpoint.web
ServletContextInitializer to register servlet endpoints.
ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
ServletEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
ServletRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a ServletRegistration.
ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Creates a new ServletRegistrationMappingDescription derived from the given servletRegistration.
ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that describes that mappings of any Servlets registered with a ServletContext.
ServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
Session(String) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
Creates a Session.
SESSION_ID - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include the session ID.
SessionDescriptor(Session) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
SessionsDescriptor(Map<String, ? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsDescriptor
 
SessionsEndpoint - Class in org.springframework.boot.actuate.session
@Endpoint to expose a user's Sessions.
SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
Create a new SessionsEndpoint instance.
SessionsEndpoint.SessionDescriptor - Class in org.springframework.boot.actuate.session
Description of user's session.
SessionsEndpoint.SessionsDescriptor - Class in org.springframework.boot.actuate.session
Description of user's sessions.
sessionsForUsername(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
setAttribute(Attribute) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setAttributes(AttributeList) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
Set the capacity of this event repository.
setCapacity(int) - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
Set the capacity of the in-memory repository.
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set the DataSource to use.
setOrder(int) - Method in class org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter
 
setOrder(int) - Method in class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
 
setQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set a specific validation query to use to validate a connection.
setReverse(boolean) - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
Flag to say that the repository lists exchanges in reverse order.
Show - Enum Class in org.springframework.boot.actuate.endpoint
Options for showing data in endpoint responses.
showComponents(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns if health components should be shown in the response.
showDetails(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns if health details should be shown in the response.
shutdown() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
 
shutdown() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Shutdown the manager, running any PrometheusPushGatewayManager.ShutdownOperation.
ShutdownEndpoint - Class in org.springframework.boot.actuate.context
@Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.context.ShutdownEndpoint
 
ShutdownEndpoint.ShutdownDescriptor - Class in org.springframework.boot.actuate.context
Description of the shutdown.
SIMPLE - Enum constant in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose a pre-defined set of core settings only.
SimpleHttpCodeStatusMapper - Class in org.springframework.boot.actuate.health
Simple HttpCodeStatusMapper backed by map of status code to HTTP status code.
SimpleHttpCodeStatusMapper() - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
Create a new SimpleHttpCodeStatusMapper instance using default mappings.
SimpleHttpCodeStatusMapper(Map<String, Integer>) - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
Create a new SimpleHttpCodeStatusMapper with the specified mappings.
SimpleInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a single detail.
SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
 
SimpleStatusAggregator - Class in org.springframework.boot.actuate.health
StatusAggregator backed by an ordered status list.
SimpleStatusAggregator() - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleStatusAggregator(String...) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleStatusAggregator(List<String>) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleStatusAggregator(Status...) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleTriggerDescriptor(SimpleTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
 
SINGLE - Enum constant in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
Capture a single item.
SingleLoggerLevelsDescriptor(LoggerConfiguration) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevelsDescriptor
 
size() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
start(Clock, RecordableHttpRequest) - Static method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Start a new HttpExchange.Started from the given source request.
start(RecordableHttpRequest) - Static method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Start a new HttpExchange.Started from the given source request.
startup() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint
 
StartupEndpoint - Class in org.springframework.boot.actuate.startup
@Endpoint to expose the timeline of the application startup.
StartupEndpoint(BufferingApplicationStartup) - Constructor for class org.springframework.boot.actuate.startup.StartupEndpoint
Creates a new StartupEndpoint that will describe the timeline of buffered application startup events.
StartupEndpoint.StartupDescriptor - Class in org.springframework.boot.actuate.startup
Description of an application startup.
startupSnapshot() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint
 
StartupTimeMetricsListener - Class in org.springframework.boot.actuate.metrics.startup
Binds application startup metrics in response to ApplicationStartedEvent and ApplicationReadyEvent.
StartupTimeMetricsListener(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
Create a new instance using default metric names.
StartupTimeMetricsListener(MeterRegistry, String, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
Create a new instance using the specified options.
status(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Deprecated.
Creates a status tag based on the status of the given response.
status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given statusCode.
status(String) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific status code.
status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given Status instance.
status(Status) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific Status.
status(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Deprecated.
Creates a status Tag derived from the status of the given response.
status(ClientResponse, Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Deprecated.
Creates a status Tag derived from the ClientResponse.statusCode() of the given response if available, the thrown exception otherwise, or considers the request as Cancelled as a last resort.
status(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Deprecated.
Creates a status tag based on the response status of the given exchange.
Status - Class in org.springframework.boot.actuate.health
Value object to express state of a component or subsystem.
Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and an empty description.
Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and description.
STATUS_BAD_REQUEST - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
400 Bad Request.
STATUS_INTERNAL_SERVER_ERROR - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
500 Internal Server Error.
STATUS_NO_CONTENT - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
204 No Content.
STATUS_NOT_FOUND - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
404 Not Found.
STATUS_OK - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
200 OK.
STATUS_SERVICE_UNAVAILABLE - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
503 Service Unavailable.
STATUS_TOO_MANY_REQUESTS - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
429 Too Many Requests.
StatusAggregator - Interface in org.springframework.boot.actuate.health
Strategy used to aggregate Status instances.
stream() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return a stream of the contained parameters.
stream() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
stream() - Method in interface org.springframework.boot.actuate.health.NamedContributors
Return a stream of the named contributors.
stringifyIfNecessary(Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
SUCCESS - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was success.
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
 
SystemHealth - Class in org.springframework.boot.actuate.health
A HealthComponent that represents the overall system health and the available groups.

T

tags(ClientRequest, ClientResponse, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
Deprecated.
 
tags(ClientRequest, ClientResponse, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
Deprecated.
Provide tags to be associated with metrics for the client exchange.
TaskDescriptor(ScheduledTasksEndpoint.TaskType, Runnable) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
 
TextOutputFormat - Enum Class in org.springframework.boot.actuate.metrics.export.prometheus
A Producible enum for supported Prometheus TextFormat.
textThreadDump() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
threadDump() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint - Class in org.springframework.boot.actuate.management
@Endpoint to expose thread info.
ThreadDumpEndpoint() - Constructor for class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint.ThreadDumpDescriptor - Class in org.springframework.boot.actuate.management
Description of a thread dump.
TIME_TAKEN - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include the time taken to service the request.
TimedAnnotations - Class in org.springframework.boot.actuate.metrics.annotation
Utility used to obtain @Timed annotations from bean methods.
toLowerCaseString() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
Return a lower-case version of the endpoint ID.
TomcatMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.tomcat
Binds TomcatMetrics in response to the ApplicationStartedEvent.
TomcatMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
TomcatMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
toPropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the PropertySource to use based on the chosen InfoPropertiesInfoContributor.Mode.
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return a PropertySource for the SIMPLE mode.
toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
toString() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
toString() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
 
toString() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
toString() - Method in class org.springframework.boot.actuate.endpoint.web.Link
 
toString() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
toString() - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
 
toString() - Method in class org.springframework.boot.actuate.health.Health
 
toString() - Method in class org.springframework.boot.actuate.health.Status
 
toString() - Method in class org.springframework.boot.actuate.info.Info
 
toString() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
TriggerDescriptor(Trigger, QuartzEndpoint.TriggerType) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
 

U

unknown() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UNKNOWN status.
unknown() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was unknown.
UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is in an unknown state.
unregisterContributor(String) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
Unregister a previously registered contributor.
unregisterContributor(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
up() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UP status.
up() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UP status.
UP - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is functioning as expected.
uri(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Deprecated.
Creates a uri tag based on the URI of the given request.
uri(HttpServletRequest, HttpServletResponse, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Deprecated.
Creates a uri tag based on the URI of the given request.
uri(String) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Deprecated.
Creates a uri Tag from the given uriTemplate.
uri(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Deprecated.
Creates a uri Tag for the URI of the given request.
uri(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Deprecated.
Creates a uri Tag for the URI path of the given request.
uri(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Deprecated.
Creates a uri tag based on the URI of the given exchange.
uri(ServerWebExchange, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Deprecated.
Creates a uri tag based on the URI of the given exchange.

V

V2 - Enum constant in enum class org.springframework.boot.actuate.endpoint.ApiVersion
Version 2 (supported by Spring Boot 2.0+).
V3 - Enum constant in enum class org.springframework.boot.actuate.endpoint.ApiVersion
Version 3 (supported by Spring Boot 2.2+).
value() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint
The filter class to use.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.ApiVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.OperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.Show
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.metrics.http.Outcome
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.actuate.web.exchanges.Include
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.endpoint.ApiVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.endpoint.OperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.endpoint.Show
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.metrics.http.Outcome
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.actuate.web.exchanges.Include
Returns an array containing the constants of this enum class, in the order they are declared.

W

wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return true if the endpoint was discovered by the specified discoverer.
WebClientExchangeTags - Class in org.springframework.boot.actuate.metrics.web.reactive.client
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of DefaultClientRequestObservationConvention
WebClientExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.client
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ClientRequestObservationConvention
WebEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that is only exposed over HTTP.
WebEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.
WebEndpointHttpMethod - Enum Class in org.springframework.boot.actuate.endpoint.web
An enumeration of HTTP methods supported by web endpoint operations.
WebEndpointResponse<T> - Class in org.springframework.boot.actuate.endpoint.web
A WebEndpointResponse can be returned by an operation on a @EndpointWebExtension to provide additional, web-specific information such as the HTTP status code.
WebEndpointResponse() - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and a 200 (OK) status.
WebEndpointResponse(int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and the given status.
WebEndpointResponse(T) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with the given body and a 200 (OK) status.
WebEndpointResponse(T, int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with the given body and status.
WebEndpointResponse(T, int, MimeType) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with the given body and status.
WebEndpointResponse(T, Producible<?>) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with the given body and content type and a 200 (OK) status.
WebEndpointResponse(T, MimeType) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with the given body and content type and a 200 (OK) status.
WebEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web
WebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
WebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
Creates a new WebFluxEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebFluxTags - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
WebFluxTagsContributor - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
WebFluxTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
WebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
Creates a new WebMvcEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebMvcTags - Class in org.springframework.boot.actuate.metrics.web.servlet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
WebMvcTagsContributor - Interface in org.springframework.boot.actuate.metrics.web.servlet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
WebMvcTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.servlet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of ServerRequestObservationConvention
WebOperation - Interface in org.springframework.boot.actuate.endpoint.web
An operation on a web endpoint.
WebOperationRequestPredicate - Class in org.springframework.boot.actuate.endpoint.web
A predicate for a request to an operation on a web endpoint.
WebOperationRequestPredicate(String, WebEndpointHttpMethod, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Creates a new OperationRequestPredicate.
WebServerNamespace - Class in org.springframework.boot.actuate.endpoint.web
Enumeration of server namespaces.
WHEN_AUTHORIZED - Enum constant in enum class org.springframework.boot.actuate.endpoint.Show
Show the item in the response when accessed by an authorized user.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail using given key and value.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record detail using given key and value.
withDetails(Map<String, ?>) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record details from the given details map.
withDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record several details.
withException(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail for given Exception.
withInitParameter(String, String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
withInitParameters(Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
withLoadOnStartup(int) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
Sets the loadOnStartup priority that will be set on Servlet registration.
withValue(Object) - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
Return a new SanitizableData instance with a different value.
wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation before it's called.
wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebMvcEndpointHandlerMapping.ServletWebOperation before it's called.
WRITE - Enum constant in enum class org.springframework.boot.actuate.endpoint.OperationType
A write operation.
WriteOperation - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an @Endpoint as being a write operation.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form