Modifier and Type | Class and Description |
---|---|
class |
RabbitHealthIndicatorAutoConfiguration
|
Modifier and Type | Method and Description |
---|---|
AuditEventsEndpoint |
AuditEventsEndpointAutoConfiguration.auditEventsEndpoint(AuditEventRepository auditEventRepository) |
AuditEventsJmxEndpointExtension |
AuditEventsEndpointAutoConfiguration.auditEventsJmxEndpointExtension(AuditEventsEndpoint auditEventsEndpoint) |
AuditEventsEndpointWebExtension |
AuditEventsEndpointAutoConfiguration.auditEventsWebEndpointExtension(AuditEventsEndpoint auditEventsEndpoint) |
Modifier and Type | Class and Description |
---|---|
class |
CassandraHealthIndicatorAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
CloudFoundryActuatorAutoConfiguration
Auto-configuration to expose actuator endpoints for
cloud foundry to use. |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseHealthIndicatorAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
WebFluxEndpointManagementContextConfiguration
ManagementContextConfiguration for Reactive Endpoint concerns. |
Modifier and Type | Class and Description |
---|---|
class |
WebMvcEndpointManagementContextConfiguration
ManagementContextConfiguration for Spring MVC Endpoint concerns. |
Modifier and Type | Method and Description |
---|---|
EnvironmentEndpointWebExtension |
EnvironmentEndpointAutoConfiguration.environmentWebEndpointExtension(EnvironmentEndpoint environmentEndpoint) |
Modifier and Type | Method and Description |
---|---|
FlywayEndpoint |
FlywayEndpointAutoConfiguration.flywayEndpoint(Map<String,org.flywaydb.core.Flyway> flywayBeans) |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceHealthIndicatorAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
JmsHealthIndicatorAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
LdapHealthIndicatorAutoConfiguration
|
Modifier and Type | Method and Description |
---|---|
LiquibaseEndpoint |
LiquibaseEndpointAutoConfiguration.liquibaseEndpoint(Map<String,liquibase.integration.spring.SpringLiquibase> liquibaseBeans) |
Modifier and Type | Method and Description |
---|---|
LoggersEndpoint |
LoggersEndpointAutoConfiguration.loggersEndpoint(LoggingSystem loggingSystem) |
Modifier and Type | Class and Description |
---|---|
class |
MailHealthIndicatorAutoConfiguration
|
Modifier and Type | Method and Description |
---|---|
MetricsEndpoint |
MetricsAutoConfiguration.metricsEndpoint(io.micrometer.core.instrument.MeterRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
DataSourcePoolMetricsConfiguration
Configure metrics for all available
datasources . |
Modifier and Type | Class and Description |
---|---|
class |
MongoHealthIndicatorAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
Neo4jHealthIndicatorAutoConfiguration
|
Modifier and Type | Method and Description |
---|---|
SessionsEndpoint |
SessionsEndpointAutoConfiguration.sessionEndpoint(org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> sessionRepository) |
Modifier and Type | Class and Description |
---|---|
class |
SolrHealthIndicatorAutoConfiguration
|
Modifier and Type | Class and Description |
---|---|
class |
BatchAutoConfiguration
Auto-configuration for Spring Batch. |
Modifier and Type | Method and Description |
---|---|
BatchDataSourceInitializer |
BatchAutoConfiguration.batchDataSourceInitializer(DataSource dataSource,
org.springframework.core.io.ResourceLoader resourceLoader) |
Modifier and Type | Class and Description |
---|---|
class |
CacheAutoConfiguration
Auto-configuration for the cache abstraction. |
protected static class |
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
CassandraReactiveDataAutoConfiguration
Auto-configuration for Spring Data's reactive Cassandra
support. |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseReactiveRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Couchbase Reactive
Repositories. |
class |
CouchbaseRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Couchbase
Repositories. |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.elasticsearch.core.ElasticsearchTemplate |
ElasticsearchDataAutoConfiguration.elasticsearchTemplate(org.elasticsearch.client.Client client,
org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter converter) |
Modifier and Type | Class and Description |
---|---|
class |
JpaRepositoriesAutoConfiguration
Auto-configuration for Spring Data's JPA Repositories. |
Modifier and Type | Class and Description |
---|---|
class |
RedisRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Redis
Repositories. |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.redis.core.ReactiveRedisTemplate<Object,Object> |
RedisReactiveAutoConfiguration.reactiveRedisTemplate(org.springframework.data.redis.connection.ReactiveRedisConnectionFactory reactiveRedisConnectionFactory,
org.springframework.core.io.ResourceLoader resourceLoader) |
Modifier and Type | Class and Description |
---|---|
class |
FlywayAutoConfiguration
Auto-configuration for Flyway database migrations. |
protected static class |
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans
depend-on the flywayInitializer bean. |
protected static class |
FlywayAutoConfiguration.FlywayJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans
depend-on the flyway bean. |
Modifier and Type | Class and Description |
---|---|
class |
XADataSourceAutoConfiguration
Auto-configuration for DataSource with XA. |
Modifier and Type | Class and Description |
---|---|
class |
JerseyAutoConfiguration
Auto-configuration for Jersey. |
Modifier and Type | Class and Description |
---|---|
class |
JmsAutoConfiguration
Auto-configuration for Spring JMS. |
Modifier and Type | Class and Description |
---|---|
class |
JooqAutoConfiguration
Auto-configuration for JOOQ. |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider |
JooqAutoConfiguration.transactionProvider(org.springframework.transaction.PlatformTransactionManager txManager) |
Modifier and Type | Class and Description |
---|---|
class |
LiquibaseAutoConfiguration
Auto-configuration for Liquibase. |
protected static class |
LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans
depend-on the liquibase bean. |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationManagerConfiguration
Configuration for a Spring Security in-memory
AuthenticationManager . |
class |
WebSecurityEnablerConfiguration
If there is a bean of type WebSecurityConfigurerAdapter, this adds the
EnableWebSecurity annotation. |
Modifier and Type | Method and Description |
---|---|
DelegatingFilterProxyRegistrationBean |
SecurityFilterAutoConfiguration.securityFilterChainRegistration(SecurityProperties securityProperties) |
Modifier and Type | Class and Description |
---|---|
static class |
TransactionAutoConfiguration.EnableTransactionManagementConfiguration |
Modifier and Type | Class and Description |
---|---|
protected static class |
WebClientAutoConfiguration.WebClientCodecsConfiguration |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.view.BeanNameViewResolver |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.beanNameViewResolver() |
ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> |
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration.dispatcherServletRegistration(org.springframework.web.servlet.DispatcherServlet dispatcherServlet) |
org.springframework.web.multipart.MultipartResolver |
DispatcherServletAutoConfiguration.DispatcherServletConfiguration.multipartResolver(org.springframework.web.multipart.MultipartResolver resolver) |
org.springframework.web.servlet.view.ContentNegotiatingViewResolver |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.viewResolver(org.springframework.beans.factory.BeanFactory beanFactory) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.htmlunit.HtmlUnitDriver |
MockMvcWebDriverAutoConfiguration.htmlUnitDriver(org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder builder) |
com.gargoylesoftware.htmlunit.WebClient |
MockMvcWebClientAutoConfiguration.htmlUnitWebClient(org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder builder) |
org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder |
MockMvcWebDriverAutoConfiguration.mockMvcHtmlUnitDriverBuilder(org.springframework.test.web.servlet.MockMvc mockMvc) |
org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder |
MockMvcWebClientAutoConfiguration.mockMvcWebClientBuilder(org.springframework.test.web.servlet.MockMvc mockMvc) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.