| Modifier and Type | Class and Description |
|---|---|
class |
MessageSourceAutoConfiguration
Auto-configuration for MessageSource. |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RabbitAutoConfiguration.RabbitConnectionFactoryCreator |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.amqp.core.AmqpAdmin |
RabbitAutoConfiguration.amqpAdmin(org.springframework.amqp.rabbit.connection.CachingConnectionFactory connectionFactory) |
org.springframework.amqp.rabbit.core.RabbitTemplate |
RabbitAutoConfiguration.rabbitTemplate() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BatchAutoConfiguration.JpaBatchConfiguration |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.batch.core.configuration.annotation.BatchConfigurer |
BatchAutoConfiguration.JpaBatchConfiguration.basicBatchConfigurer(DataSource dataSource) |
BatchDatabaseInitializer |
BatchAutoConfiguration.batchDatabaseInitializer() |
org.springframework.boot.ExitCodeGenerator |
BatchAutoConfiguration.jobExecutionExitCodeGenerator() |
org.springframework.batch.core.explore.JobExplorer |
BatchAutoConfiguration.jobExplorer(DataSource dataSource) |
JobLauncherCommandLineRunner |
BatchAutoConfiguration.jobLauncherCommandLineRunner() |
org.springframework.batch.core.launch.JobOperator |
BatchAutoConfiguration.jobOperator(org.springframework.batch.core.explore.JobExplorer jobExplorer,
org.springframework.batch.core.launch.JobLauncher jobLauncher,
org.springframework.batch.core.configuration.ListableJobLocator jobRegistry,
org.springframework.batch.core.repository.JobRepository jobRepository) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaRepositoriesAutoConfiguration
Auto-configuration for Spring Data's JPA Repositories. |
protected static class |
JpaRepositoriesAutoConfiguration.JpaWebConfiguration |
class |
MongoRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Mongo
Repositories. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.MongoTemplate |
MongoTemplateAutoConfiguration.mongoTemplate(com.mongodb.Mongo mongo) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DataSourceAutoConfiguration.DbcpConfiguration |
protected static class |
DataSourceAutoConfiguration.EmbeddedConfiguration |
protected static class |
DataSourceAutoConfiguration.TomcatConfiguration |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jdbc.core.JdbcTemplate |
DataSourceAutoConfiguration.JdbcTemplateConfiguration.jdbcTemplate() |
org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations |
DataSourceAutoConfiguration.JdbcTemplateConfiguration.namedParameterJdbcTemplate() |
org.springframework.transaction.PlatformTransactionManager |
DataSourceTransactionManagerAutoConfiguration.transactionManager() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryCreator |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jms.core.JmsTemplate |
JmsTemplateAutoConfiguration.jmsTemplate() |
| Modifier and Type | Class and Description |
|---|---|
class |
JmxAutoConfiguration
Auto-configuration to enable/disable Spring's
EnableMBeanExport mechanism based on configuration properties. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.mobile.device.DeviceResolverHandlerInterceptor |
DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter.deviceResolverHandlerInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.Mongo |
MongoAutoConfiguration.mongo() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JpaBaseConfiguration.JpaWebConfiguration |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean |
JpaBaseConfiguration.entityManagerFactory(org.springframework.orm.jpa.JpaVendorAdapter jpaVendorAdapter) |
org.springframework.orm.jpa.JpaVendorAdapter |
JpaBaseConfiguration.jpaVendorAdapter() |
org.springframework.transaction.PlatformTransactionManager |
JpaBaseConfiguration.transactionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactorAutoConfiguration
Auto-configuration for Reactor. |
protected static class |
ReactorAutoConfiguration.ReactorConfiguration |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.redis.connection.lettuce.LettucePool |
RedisAutoConfiguration.RedisPooledConnectionConfiguration.lettucePool() |
RedisProperties |
RedisAutoConfiguration.redisProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationManagerConfiguration
Configuration for a Spring Security in-memory
AuthenticationManager. |
class |
SpringBootWebSecurityConfiguration
Auto-configuration for security of a web application or
service. |
protected static class |
SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration |
protected static class |
SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationEventPublisher |
SpringBootWebSecurityConfiguration.authenticationEventPublisher() |
org.springframework.security.authentication.AuthenticationManager |
SecurityAutoConfiguration.authenticationManager(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder builder,
org.springframework.security.config.annotation.ObjectPostProcessor<Object> processor) |
org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity> |
SpringBootWebSecurityConfiguration.ignoredPathsWebSecurityConfigurerAdapter() |
SecurityProperties |
SecurityAutoConfiguration.securityProperties() |
| Modifier and Type | Class and Description |
|---|---|
static class |
ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration |
protected static class |
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration |
| Modifier and Type | Method and Description |
|---|---|
org.thymeleaf.spring4.view.ThymeleafViewResolver |
ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration.thymeleafViewResolver() |
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
Nested configuration if Jetty is being used.
|
static class |
EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
Nested configuration for if Tomcat is being used.
|
class |
WebMvcAutoConfiguration
Auto-configuration for Web MVC. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.view.InternalResourceViewResolver |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.defaultViewResolver() |
org.springframework.web.filter.HiddenHttpMethodFilter |
WebMvcAutoConfiguration.hiddenHttpMethodFilter() |
com.fasterxml.jackson.databind.ObjectMapper |
HttpMessageConvertersAutoConfiguration.ObjectMappers.jacksonObjectMapper() |
org.springframework.http.converter.json.MappingJackson2HttpMessageConverter |
HttpMessageConvertersAutoConfiguration.ObjectMappers.mappingJackson2HttpMessageConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
HttpMessageConverters |
HttpMessageConvertersAutoConfiguration.messageConverters() |
org.springframework.web.context.request.RequestContextListener |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.requestContextListener() |
ServerProperties |
ServerPropertiesAutoConfiguration.serverProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketAutoConfiguration
Auto configuration for websocket server (and sockjs in particular).
|
Copyright © 2014. All rights reserved.