Class Hierarchy
- java.lang.Object
- org.springframework.boot.actuate.endpoint.AbstractEndpoint<T> (implements org.springframework.boot.actuate.endpoint.Endpoint<T>, org.springframework.context.EnvironmentAware)
- org.springframework.boot.actuate.health.AbstractHealthAggregator (implements org.springframework.boot.actuate.health.HealthAggregator)
- org.springframework.boot.actuate.health.AbstractHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
- org.springframework.boot.actuate.metrics.export.AbstractMetricExporter (implements org.springframework.boot.actuate.metrics.export.Exporter)
- org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
- org.springframework.web.context.support.WebApplicationObjectSupport (implements org.springframework.web.context.ServletContextAware)
- org.springframework.web.servlet.handler.AbstractHandlerMapping (implements org.springframework.web.servlet.HandlerMapping, org.springframework.core.Ordered)
- org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<T> (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
- org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping (implements org.springframework.context.EmbeddedValueResolverAware)
- org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping (implements org.springframework.context.ApplicationContextAware)
- org.springframework.boot.actuate.system.ApplicationPidFileWriter (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
- org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
- org.springframework.boot.actuate.audit.AuditEvent (implements java.io.Serializable)
- org.springframework.boot.actuate.audit.listener.AuditListener (implements org.springframework.context.ApplicationListener<E>)
- org.springframework.boot.actuate.security.AuthenticationAuditListener (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<E>)
- org.springframework.boot.actuate.security.AuthorizationAuditListener (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<E>)
- org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
- org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
- com.fasterxml.jackson.databind.ser.BeanSerializerModifier
- org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter (implements org.springframework.boot.actuate.metrics.writer.MetricWriter)
- org.springframework.boot.actuate.health.CompositeHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
- org.springframework.boot.actuate.metrics.reader.CompositeMetricReader (implements org.springframework.boot.actuate.metrics.reader.MetricReader)
- org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter (implements org.springframework.boot.actuate.metrics.writer.MetricWriter)
- org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData
- org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData.MapHolder
- org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
- org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics (implements org.springframework.boot.actuate.endpoint.PublicMetrics)
- org.springframework.boot.actuate.metrics.writer.DefaultCounterService (implements org.springframework.boot.actuate.metrics.CounterService)
- org.springframework.boot.actuate.metrics.writer.DefaultGaugeService (implements org.springframework.boot.actuate.metrics.GaugeService)
- org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
- org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter (implements org.springframework.context.ApplicationListener<E>)
- org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
- org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
- org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
- org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
- org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
- org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter (implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint)
- org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton)
- org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
- org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
- org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
- org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization (implements org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer)
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- org.springframework.boot.actuate.trace.WebRequestTraceFilter (implements org.springframework.core.Ordered)
- org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- org.springframework.boot.actuate.health.Health
- org.springframework.boot.actuate.health.Health.Builder
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
- org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationProperties
- org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint (implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint)
- org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
- org.springframework.boot.actuate.audit.InMemoryAuditEventRepository (implements org.springframework.boot.actuate.audit.AuditEventRepository)
- org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository (implements org.springframework.boot.actuate.metrics.repository.MetricRepository, org.springframework.boot.actuate.metrics.repository.MultiMetricRepository, org.springframework.boot.actuate.metrics.reader.PrefixMetricReader)
- org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository (implements org.springframework.boot.actuate.metrics.rich.RichGaugeRepository)
- org.springframework.boot.actuate.trace.InMemoryTraceRepository (implements org.springframework.boot.actuate.trace.TraceRepository)
- org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
- org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint, org.springframework.web.context.ServletContextAware)
- org.springframework.boot.actuate.autoconfigure.JolokiaProperties
- org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint (implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint)
- org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration (implements org.springframework.boot.autoconfigure.security.SecurityPrequisite)
- org.springframework.boot.actuate.autoconfigure.ManagementServerProperties (implements org.springframework.boot.autoconfigure.security.SecurityPrequisite)
- org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
- org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
- org.springframework.jmx.support.MBeanRegistrationSupport
- org.springframework.jmx.export.MBeanExporter (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.jmx.export.MBeanExportOperations, org.springframework.beans.factory.SmartInitializingSingleton)
- org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.SmartLifecycle)
- org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter (implements org.springframework.boot.actuate.metrics.writer.MetricWriter)
- org.springframework.boot.actuate.metrics.Metric<T>
- org.springframework.boot.actuate.metrics.writer.Delta<T>
- org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
- org.springframework.boot.actuate.endpoint.MetricReaderPublicMetrics (implements org.springframework.boot.actuate.endpoint.PublicMetrics)
- org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader (implements org.springframework.boot.actuate.metrics.reader.MetricReader, com.codahale.metrics.MetricRegistryListener)
- org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
- org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler (implements org.springframework.messaging.MessageHandler)
- org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader (implements org.springframework.boot.actuate.metrics.rich.RichGaugeReader)
- org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- org.crsh.plugin.PluginLifeCycle
- org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
- org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository (implements org.springframework.boot.actuate.metrics.repository.MetricRepository)
- org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository (implements org.springframework.boot.actuate.metrics.repository.MultiMetricRepository)
- org.springframework.boot.actuate.metrics.rich.RichGauge
- org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics (implements org.springframework.boot.actuate.endpoint.PublicMetrics)
- org.springframework.boot.actuate.autoconfigure.ShellProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
- org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository<T>
- org.springframework.boot.actuate.health.Status
- org.springframework.boot.actuate.endpoint.SystemPublicMetrics (implements org.springframework.core.Ordered, org.springframework.boot.actuate.endpoint.PublicMetrics)
- java.lang.Throwable (implements java.io.Serializable)
- org.springframework.boot.actuate.endpoint.TomcatPublicMetrics (implements org.springframework.context.ApplicationContextAware, org.springframework.boot.actuate.endpoint.PublicMetrics)
- org.springframework.boot.actuate.trace.Trace
- org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
Interface Hierarchy
Enum Hierarchy
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.