Class Hierarchy
- java.lang.Object
- org.springframework.boot.actuate.endpoint.AbstractEndpoint<T> (implements org.springframework.boot.actuate.endpoint.Endpoint<T>)
- 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.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
- org.springframework.boot.actuate.web.BasicErrorController (implements org.springframework.boot.actuate.web.ErrorController)
- org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter (implements org.springframework.boot.actuate.metrics.writer.MetricWriter)
- 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.autoconfigure.CrshAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
- 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.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.context.ApplicationListener<E>)
- 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)
- org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration (implements org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer)
- org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- 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.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.autoconfigure.MetricRepositoryAutoConfiguration
- org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler (implements org.springframework.messaging.MessageHandler)
- 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.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.autoconfigure.ShellProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
- org.springframework.boot.actuate.health.SimpleHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator<T>)
- org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository<T>
- java.lang.Throwable (implements java.io.Serializable)
- org.springframework.boot.actuate.trace.Trace
- org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
- org.springframework.boot.actuate.health.VanillaHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator<T>)
- org.springframework.boot.actuate.endpoint.VanillaPublicMetrics (implements org.springframework.boot.actuate.endpoint.PublicMetrics)
- org.springframework.boot.actuate.trace.WebRequestTraceFilter (implements javax.servlet.Filter, org.springframework.core.Ordered)
- 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.