| Modifier and Type | Method and Description |
|---|---|
SpringApplicationAdminMXBeanRegistrar |
SpringApplicationAdminJmxAutoConfiguration.springApplicationAdminRegistrar(org.springframework.beans.factory.ObjectProvider<org.springframework.jmx.export.MBeanExporter> mbeanExporters,
org.springframework.core.env.Environment environment) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RabbitAutoConfiguration.MessagingTemplateConfiguration |
protected static class |
RabbitAutoConfiguration.RabbitConnectionFactoryCreator |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.amqp.core.AmqpAdmin |
RabbitAutoConfiguration.RabbitTemplateConfiguration.amqpAdmin(org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory) |
org.springframework.amqp.rabbit.core.RabbitTemplate |
RabbitAutoConfiguration.RabbitTemplateConfiguration.rabbitTemplate(RabbitProperties properties,
org.springframework.beans.factory.ObjectProvider<org.springframework.amqp.support.converter.MessageConverter> messageConverter,
org.springframework.beans.factory.ObjectProvider<RabbitRetryTemplateCustomizer> retryTemplateCustomizers,
org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
JobExecutionExitCodeGenerator |
BatchAutoConfiguration.jobExecutionExitCodeGenerator() |
JobLauncherCommandLineRunner |
BatchAutoConfiguration.jobLauncherCommandLineRunner(org.springframework.batch.core.launch.JobLauncher jobLauncher,
org.springframework.batch.core.explore.JobExplorer jobExplorer,
org.springframework.batch.core.repository.JobRepository jobRepository,
BatchProperties properties) |
org.springframework.batch.core.launch.support.SimpleJobOperator |
BatchAutoConfiguration.jobOperator(org.springframework.beans.factory.ObjectProvider<org.springframework.batch.core.converter.JobParametersConverter> jobParametersConverter,
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 |
CacheAutoConfiguration
Auto-configuration for the cache abstraction. |
class |
CouchbaseCacheConfiguration
Couchbase cache configuration.
|
class |
InfinispanCacheConfiguration
Infinispan cache configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CacheManagerCustomizers |
CacheAutoConfiguration.cacheManagerCustomizers(org.springframework.beans.factory.ObjectProvider<CacheManagerCustomizer<?>> customizers) |
org.infinispan.manager.EmbeddedCacheManager |
InfinispanCacheConfiguration.infinispanCacheManager(CacheProperties cacheProperties,
org.springframework.beans.factory.ObjectProvider<org.infinispan.configuration.cache.ConfigurationBuilder> defaultConfigurationBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.Cluster |
CassandraAutoConfiguration.cassandraCluster(CassandraProperties properties,
org.springframework.beans.factory.ObjectProvider<ClusterBuilderCustomizer> builderCustomizers,
org.springframework.beans.factory.ObjectProvider<ClusterFactory> clusterFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudServiceConnectorsAutoConfiguration
Auto-configuration for Spring Cloud Service Connectors. |
| 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 | Method and Description |
|---|---|
static org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor |
PersistenceExceptionTranslationAutoConfiguration.persistenceExceptionTranslationPostProcessor(org.springframework.core.env.Environment environment) |
| Modifier and Type | Class and Description |
|---|---|
class |
CassandraReactiveRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Cassandra Reactive
Repositories. |
class |
CassandraRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Cassandra
Repositories. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.cassandra.core.convert.CassandraConverter |
CassandraDataAutoConfiguration.cassandraConverter(org.springframework.data.cassandra.core.mapping.CassandraMappingContext mapping,
org.springframework.data.cassandra.core.convert.CassandraCustomConversions conversions) |
org.springframework.data.cassandra.core.convert.CassandraCustomConversions |
CassandraDataAutoConfiguration.cassandraCustomConversions() |
org.springframework.data.cassandra.core.mapping.CassandraMappingContext |
CassandraDataAutoConfiguration.cassandraMapping(org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.data.cassandra.core.convert.CassandraCustomConversions conversions) |
org.springframework.data.cassandra.config.CassandraSessionFactoryBean |
CassandraDataAutoConfiguration.cassandraSession(org.springframework.core.env.Environment environment,
org.springframework.data.cassandra.core.convert.CassandraConverter converter) |
org.springframework.data.cassandra.core.CassandraTemplate |
CassandraDataAutoConfiguration.cassandraTemplate(com.datastax.driver.core.Session session,
org.springframework.data.cassandra.core.convert.CassandraConverter converter) |
org.springframework.data.cassandra.ReactiveSession |
CassandraReactiveDataAutoConfiguration.reactiveCassandraSession(com.datastax.driver.core.Session session) |
org.springframework.data.cassandra.core.ReactiveCassandraTemplate |
CassandraReactiveDataAutoConfiguration.reactiveCassandraTemplate(org.springframework.data.cassandra.ReactiveSession reactiveCassandraSession,
org.springframework.data.cassandra.core.convert.CassandraConverter converter) |
| 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 | Class and Description |
|---|---|
class |
ElasticsearchRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Elasticsearch
Repositories. |
class |
ReactiveElasticsearchRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Elasticsearch
Reactive Repositories. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.elasticsearch.client.ClientConfiguration |
ReactiveRestClientAutoConfiguration.clientConfiguration(ReactiveRestClientProperties properties) |
org.elasticsearch.client.transport.TransportClient |
ElasticsearchAutoConfiguration.elasticsearchClient() |
org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient |
ReactiveRestClientAutoConfiguration.reactiveElasticsearchClient(org.springframework.data.elasticsearch.client.ClientConfiguration clientConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaRepositoriesAutoConfiguration
Auto-configuration for Spring Data's JPA Repositories. |
| Modifier and Type | Class and Description |
|---|---|
class |
LdapRepositoriesAutoConfiguration
Auto-configuration for Spring Data's LDAP Repositories. |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoReactiveRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Mongo Reactive
Repositories. |
class |
MongoRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Mongo
Repositories. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.buffer.DefaultDataBufferFactory |
MongoReactiveDataAutoConfiguration.dataBufferFactory() |
org.springframework.data.mongodb.core.convert.MappingMongoConverter |
MongoReactiveDataAutoConfiguration.mappingMongoConverter(org.springframework.data.mongodb.core.mapping.MongoMappingContext context,
org.springframework.data.mongodb.core.convert.MongoCustomConversions conversions) |
org.springframework.data.mongodb.gridfs.ReactiveGridFsTemplate |
MongoReactiveDataAutoConfiguration.reactiveGridFsTemplate(org.springframework.data.mongodb.ReactiveMongoDatabaseFactory reactiveMongoDbFactory,
org.springframework.data.mongodb.core.convert.MappingMongoConverter mappingMongoConverter,
org.springframework.core.io.buffer.DataBufferFactory dataBufferFactory) |
org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory |
MongoReactiveDataAutoConfiguration.reactiveMongoDatabaseFactory(MongoProperties properties,
com.mongodb.reactivestreams.client.MongoClient mongo) |
org.springframework.data.mongodb.core.ReactiveMongoTemplate |
MongoReactiveDataAutoConfiguration.reactiveMongoTemplate(org.springframework.data.mongodb.ReactiveMongoDatabaseFactory reactiveMongoDatabaseFactory,
org.springframework.data.mongodb.core.convert.MongoConverter converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
Neo4jRepositoriesAutoConfiguration
Auto-configuration for Spring Data's Neo4j
Repositories. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.neo4j.transaction.Neo4jTransactionManager |
Neo4jDataAutoConfiguration.transactionManager(org.neo4j.ogm.session.SessionFactory sessionFactory,
org.springframework.beans.factory.ObjectProvider<TransactionManagerCustomizers> transactionManagerCustomizers) |
| 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) |
org.springframework.data.redis.core.ReactiveStringRedisTemplate |
RedisReactiveAutoConfiguration.reactiveStringRedisTemplate(org.springframework.data.redis.connection.ReactiveRedisConnectionFactory reactiveRedisConnectionFactory) |
org.springframework.data.redis.core.RedisTemplate<Object,Object> |
RedisAutoConfiguration.redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory) |
org.springframework.data.redis.core.StringRedisTemplate |
RedisAutoConfiguration.stringRedisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryRestMvcAutoConfiguration
Auto-configuration for Spring Data Rest's MVC
integration. |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrRepositoriesAutoConfiguration
Enables auto configuration for Spring Data Solr repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringDataWebAutoConfiguration
Auto-configuration for Spring Data's web support. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer |
SpringDataWebAutoConfiguration.pageableCustomizer() |
org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer |
SpringDataWebAutoConfiguration.sortCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
io.searchbox.client.JestClient |
JestAutoConfiguration.jestClient(JestProperties properties,
org.springframework.beans.factory.ObjectProvider<com.google.gson.Gson> gson,
org.springframework.beans.factory.ObjectProvider<HttpClientConfigBuilderCustomizer> builderCustomizers)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FlywayAutoConfiguration.FlywayConfiguration |
| Modifier and Type | Method and Description |
|---|---|
FlywayMigrationInitializer |
FlywayAutoConfiguration.FlywayConfiguration.flywayInitializer(org.flywaydb.core.Flyway flyway,
org.springframework.beans.factory.ObjectProvider<FlywayMigrationStrategy> migrationStrategy) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer |
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration.groovyMarkupConfigurer(org.springframework.beans.factory.ObjectProvider<groovy.text.markup.MarkupTemplateEngine> templateEngine) |
org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver |
GroovyTemplateAutoConfiguration.GroovyWebConfiguration.groovyMarkupViewResolver(GroovyTemplateProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.Gson |
GsonAutoConfiguration.gson(com.google.gson.GsonBuilder gsonBuilder) |
com.google.gson.GsonBuilder |
GsonAutoConfiguration.gsonBuilder(List<GsonBuilderCustomizer> customizers) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HypermediaAutoConfiguration.HypermediaConfiguration |
| Modifier and Type | Method and Description |
|---|---|
HttpMessageConverters |
HttpMessageConvertersAutoConfiguration.messageConverters(org.springframework.beans.factory.ObjectProvider<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
org.springframework.http.converter.StringHttpMessageConverter |
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration.stringHttpMessageConverter(HttpProperties httpProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.influxdb.InfluxDB |
InfluxDbAutoConfiguration.influxDb(InfluxDbProperties properties,
org.springframework.beans.factory.ObjectProvider<InfluxDbOkHttpClientBuilderProvider> builder) |
| Modifier and Type | Method and Description |
|---|---|
BuildProperties |
ProjectInfoAutoConfiguration.buildProperties() |
GitProperties |
ProjectInfoAutoConfiguration.gitProperties() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
Integration component scan configuration.
|
protected static class |
IntegrationAutoConfiguration.IntegrationJmxConfiguration
Spring Integration JMX configuration.
|
protected static class |
IntegrationAutoConfiguration.IntegrationManagementConfiguration
Integration management configuration.
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationDataSourceInitializer |
IntegrationAutoConfiguration.IntegrationJdbcConfiguration.integrationDataSourceInitializer(DataSource dataSource,
org.springframework.core.io.ResourceLoader resourceLoader,
IntegrationProperties properties) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration |
protected static class |
DataSourceAutoConfiguration.PooledDataSourceConfiguration |
class |
XADataSourceAutoConfiguration
Auto-configuration for DataSource with XA. |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
JndiDataSourceAutoConfiguration.dataSource(DataSourceProperties properties,
org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
JerseyApplicationPath |
JerseyAutoConfiguration.jerseyApplicationPath() |
FilterRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> |
JerseyAutoConfiguration.jerseyFilterRegistration(JerseyApplicationPath applicationPath) |
ServletRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> |
JerseyAutoConfiguration.jerseyServletRegistration(JerseyApplicationPath applicationPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
JndiConnectionFactoryAutoConfiguration
Auto-configuration for JMS provided from JNDI. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jms.core.JmsMessagingTemplate |
JmsAutoConfiguration.MessagingTemplateConfiguration.jmsMessagingTemplate(JmsProperties properties,
org.springframework.jms.core.JmsTemplate jmsTemplate) |
org.springframework.jms.core.JmsTemplate |
JmsAutoConfiguration.JmsTemplateConfiguration.jmsTemplate(javax.jms.ConnectionFactory connectionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveMQAutoConfiguration
Auto-configuration to integrate with an ActiveMQ
broker. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtemisAutoConfiguration
Auto-configuration to integrate with an Artemis broker. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jmx.export.annotation.AnnotationMBeanExporter |
JmxAutoConfiguration.mbeanExporter(org.springframework.jmx.export.naming.ObjectNamingStrategy namingStrategy,
org.springframework.beans.factory.BeanFactory beanFactory) |
MBeanServer |
JmxAutoConfiguration.mbeanServer() |
ParentAwareNamingStrategy |
JmxAutoConfiguration.objectNamingStrategy() |
| Modifier and Type | Class and Description |
|---|---|
static class |
JooqAutoConfiguration.DslContextConfiguration |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.impl.DataSourceConnectionProvider |
JooqAutoConfiguration.dataSourceConnectionProvider(DataSource dataSource) |
org.jooq.impl.DefaultConfiguration |
JooqAutoConfiguration.DslContextConfiguration.jooqConfiguration(JooqProperties properties,
org.jooq.ConnectionProvider connectionProvider,
DataSource dataSource,
org.springframework.beans.factory.ObjectProvider<org.jooq.TransactionProvider> transactionProvider,
org.springframework.beans.factory.ObjectProvider<org.jooq.RecordMapperProvider> recordMapperProvider,
org.springframework.beans.factory.ObjectProvider<org.jooq.RecordUnmapperProvider> recordUnmapperProvider,
org.springframework.beans.factory.ObjectProvider<org.jooq.conf.Settings> settings,
org.springframework.beans.factory.ObjectProvider<org.jooq.RecordListenerProvider> recordListenerProviders,
org.springframework.beans.factory.ObjectProvider<org.jooq.ExecuteListenerProvider> executeListenerProviders,
org.springframework.beans.factory.ObjectProvider<org.jooq.VisitListenerProvider> visitListenerProviders,
org.springframework.beans.factory.ObjectProvider<org.jooq.TransactionListenerProvider> transactionListenerProviders,
org.springframework.beans.factory.ObjectProvider<org.jooq.ExecutorProvider> executorProvider) |
| Modifier and Type | Method and Description |
|---|---|
javax.json.bind.Jsonb |
JsonbAutoConfiguration.jsonb() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.kafka.core.KafkaAdmin |
KafkaAutoConfiguration.kafkaAdmin() |
org.springframework.kafka.core.ConsumerFactory<?,?> |
KafkaAutoConfiguration.kafkaConsumerFactory() |
org.springframework.kafka.security.jaas.KafkaJaasLoginModuleInitializer |
KafkaAutoConfiguration.kafkaJaasInitializer() |
org.springframework.kafka.core.ProducerFactory<?,?> |
KafkaAutoConfiguration.kafkaProducerFactory() |
org.springframework.kafka.support.ProducerListener<Object,Object> |
KafkaAutoConfiguration.kafkaProducerListener() |
org.springframework.kafka.core.KafkaTemplate<?,?> |
KafkaAutoConfiguration.kafkaTemplate(org.springframework.kafka.core.ProducerFactory<Object,Object> kafkaProducerFactory,
org.springframework.kafka.support.ProducerListener<Object,Object> kafkaProducerListener,
org.springframework.beans.factory.ObjectProvider<org.springframework.kafka.support.converter.RecordMessageConverter> messageConverter) |
org.springframework.kafka.transaction.KafkaTransactionManager<?,?> |
KafkaAutoConfiguration.kafkaTransactionManager(org.springframework.kafka.core.ProducerFactory<?,?> producerFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.ldap.core.support.LdapContextSource |
LdapAutoConfiguration.ldapContextSource(LdapProperties properties,
org.springframework.core.env.Environment environment) |
org.springframework.ldap.core.LdapTemplate |
LdapAutoConfiguration.ldapTemplate(org.springframework.ldap.core.ContextSource contextSource) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.ldap.core.support.LdapContextSource |
EmbeddedLdapAutoConfiguration.ldapContextSource(org.springframework.core.env.Environment environment,
LdapProperties properties) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LiquibaseAutoConfiguration.LiquibaseConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
MailSenderAutoConfiguration
Auto configuration for email support. |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoAutoConfiguration
Auto-configuration for Mongo. |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.MongoClient |
MongoAutoConfiguration.mongo(MongoProperties properties,
org.springframework.beans.factory.ObjectProvider<com.mongodb.MongoClientOptions> options,
org.springframework.core.env.Environment environment) |
com.mongodb.reactivestreams.client.MongoClient |
MongoReactiveAutoConfiguration.reactiveStreamsMongoClient(MongoProperties properties,
org.springframework.core.env.Environment environment,
org.springframework.beans.factory.ObjectProvider<MongoClientSettingsBuilderCustomizer> builderCustomizers,
org.springframework.beans.factory.ObjectProvider<com.mongodb.MongoClientSettings> settings) |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.embed.mongo.config.IMongodConfig |
EmbeddedMongoAutoConfiguration.embeddedMongoConfiguration(EmbeddedMongoProperties embeddedProperties) |
de.flapdoodle.embed.mongo.MongodExecutable |
EmbeddedMongoAutoConfiguration.embeddedMongoServer(de.flapdoodle.embed.mongo.config.IMongodConfig mongodConfig,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.samskivert.mustache.Mustache.Compiler |
MustacheAutoConfiguration.mustacheCompiler(com.samskivert.mustache.Mustache.TemplateLoader mustacheTemplateLoader,
org.springframework.core.env.Environment environment) |
MustacheResourceTemplateLoader |
MustacheAutoConfiguration.mustacheTemplateLoader() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JpaBaseConfiguration.JpaWebConfiguration |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean |
JpaBaseConfiguration.entityManagerFactory(EntityManagerFactoryBuilder factoryBuilder) |
EntityManagerFactoryBuilder |
JpaBaseConfiguration.entityManagerFactoryBuilder(org.springframework.orm.jpa.JpaVendorAdapter jpaVendorAdapter,
org.springframework.beans.factory.ObjectProvider<org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager> persistenceUnitManager,
org.springframework.beans.factory.ObjectProvider<EntityManagerFactoryBuilderCustomizer> customizers) |
org.springframework.orm.jpa.JpaVendorAdapter |
JpaBaseConfiguration.jpaVendorAdapter() |
org.springframework.transaction.PlatformTransactionManager |
JpaBaseConfiguration.transactionManager(org.springframework.beans.factory.ObjectProvider<TransactionManagerCustomizers> transactionManagerCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
QuartzDataSourceInitializer |
QuartzAutoConfiguration.JdbcStoreTypeConfiguration.quartzDataSourceInitializer(DataSource dataSource,
org.springframework.beans.factory.ObjectProvider<DataSource> quartzDataSource,
org.springframework.core.io.ResourceLoader resourceLoader,
QuartzProperties properties) |
org.springframework.scheduling.quartz.SchedulerFactoryBean |
QuartzAutoConfiguration.quartzScheduler(QuartzProperties properties,
org.springframework.beans.factory.ObjectProvider<SchedulerFactoryBeanCustomizer> customizers,
org.springframework.beans.factory.ObjectProvider<org.quartz.JobDetail> jobDetails,
Map<String,org.quartz.Calendar> calendars,
org.springframework.beans.factory.ObjectProvider<org.quartz.Trigger> triggers,
org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler |
RSocketMessagingAutoConfiguration.messageHandler(org.springframework.messaging.rsocket.RSocketStrategies rSocketStrategies) |
org.springframework.messaging.rsocket.RSocketRequester.Builder |
RSocketRequesterAutoConfiguration.rSocketRequesterBuilder(org.springframework.messaging.rsocket.RSocketStrategies strategies) |
org.springframework.messaging.rsocket.RSocketStrategies |
RSocketStrategiesAutoConfiguration.rSocketStrategies(org.springframework.beans.factory.ObjectProvider<RSocketStrategiesCustomizer> customizers) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.data.repository.query.SecurityEvaluationContextExtension |
SecurityDataConfiguration.securityEvaluationContextExtension() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveUserDetailsServiceAutoConfiguration
Default user
@Configuration for a reactive web application. |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringBootWebSecurityConfiguration
The default configuration for web security.
|
class |
UserDetailsServiceAutoConfiguration
Auto-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 |
|---|---|
org.springframework.security.authentication.DefaultAuthenticationEventPublisher |
SecurityAutoConfiguration.authenticationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) |
org.springframework.security.provisioning.InMemoryUserDetailsManager |
UserDetailsServiceAutoConfiguration.inMemoryUserDetailsManager(SecurityProperties properties,
org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoder) |
| Modifier and Type | Method and Description |
|---|---|
com.sendgrid.SendGrid |
SendGridAutoConfiguration.sendGrid(SendGridProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.solr.client.solrj.SolrClient |
SolrAutoConfiguration.solrClient(SolrProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor |
TaskExecutionAutoConfiguration.applicationTaskExecutor(TaskExecutorBuilder builder) |
TaskExecutorBuilder |
TaskExecutionAutoConfiguration.taskExecutorBuilder(TaskExecutionProperties properties,
org.springframework.beans.factory.ObjectProvider<TaskExecutorCustomizer> taskExecutorCustomizers,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.TaskDecorator> taskDecorator) |
org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler |
TaskSchedulingAutoConfiguration.taskScheduler(TaskSchedulerBuilder builder) |
TaskSchedulerBuilder |
TaskSchedulingAutoConfiguration.taskSchedulerBuilder(TaskSchedulingProperties properties,
org.springframework.beans.factory.ObjectProvider<TaskSchedulerCustomizer> taskSchedulerCustomizers) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionAutoConfiguration.EnableTransactionManagementConfiguration |
| Modifier and Type | Method and Description |
|---|---|
TransactionManagerCustomizers |
TransactionAutoConfiguration.platformTransactionManagerCustomizers(org.springframework.beans.factory.ObjectProvider<PlatformTransactionManagerCustomizer<?>> customizers) |
org.springframework.transaction.reactive.TransactionalOperator |
TransactionAutoConfiguration.transactionalOperator(org.springframework.transaction.ReactiveTransactionManager transactionManager) |
org.springframework.transaction.support.TransactionTemplate |
TransactionAutoConfiguration.TransactionTemplateConfiguration.transactionTemplate(org.springframework.transaction.PlatformTransactionManager transactionManager) |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.validation.beanvalidation.LocalValidatorFactoryBean |
ValidationAutoConfiguration.defaultValidator() |
static org.springframework.validation.beanvalidation.MethodValidationPostProcessor |
ValidationAutoConfiguration.methodValidationPostProcessor(org.springframework.core.env.Environment environment,
javax.validation.Validator validator) |
| Modifier and Type | Method and Description |
|---|---|
RestTemplateBuilder |
RestTemplateAutoConfiguration.restTemplateBuilder(org.springframework.beans.factory.ObjectProvider<HttpMessageConverters> messageConverters,
org.springframework.beans.factory.ObjectProvider<RestTemplateCustomizer> restTemplateCustomizers,
org.springframework.beans.factory.ObjectProvider<RestTemplateRequestCustomizer<?>> restTemplateRequestCustomizers) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpHandlerAutoConfiguration
Auto-configuration for HttpHandler. |
class |
WebFluxAutoConfiguration
Auto-configuration for WebFlux. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.server.adapter.ForwardedHeaderTransformer |
ReactiveWebServerFactoryAutoConfiguration.forwardedHeaderTransformer() |
OrderedHiddenHttpMethodFilter |
WebFluxAutoConfiguration.hiddenHttpMethodFilter() |
| Modifier and Type | Method and Description |
|---|---|
DefaultErrorAttributes |
ErrorWebFluxAutoConfiguration.errorAttributes() |
ErrorWebExceptionHandler |
ErrorWebFluxAutoConfiguration.errorWebExceptionHandler(ErrorAttributes errorAttributes,
ResourceProperties resourceProperties,
org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers,
org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer,
org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
WebClientCodecCustomizer |
WebClientAutoConfiguration.WebClientCodecsConfiguration.exchangeStrategiesCustomizer(List<CodecCustomizer> codecCustomizers) |
org.springframework.web.reactive.function.client.WebClient.Builder |
WebClientAutoConfiguration.webClientBuilder() |
| Modifier and Type | Class and Description |
|---|---|
interface |
ConditionalOnMissingFilterBean
@Conditional that only matches when no Filter beans of the
specified type are contained in the BeanFactory. |
class |
WebMvcAutoConfiguration
Auto-configuration for Web MVC. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.view.BeanNameViewResolver |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.beanNameViewResolver() |
org.springframework.web.filter.CharacterEncodingFilter |
HttpEncodingAutoConfiguration.characterEncodingFilter() |
org.springframework.web.servlet.view.InternalResourceViewResolver |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.defaultViewResolver() |
OrderedFormContentFilter |
WebMvcAutoConfiguration.formContentFilter() |
OrderedHiddenHttpMethodFilter |
WebMvcAutoConfiguration.hiddenHttpMethodFilter() |
org.springframework.web.servlet.LocaleResolver |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.localeResolver() |
javax.servlet.MultipartConfigElement |
MultipartAutoConfiguration.multipartConfigElement() |
org.springframework.web.multipart.support.StandardServletMultipartResolver |
MultipartAutoConfiguration.multipartResolver() |
org.springframework.web.multipart.MultipartResolver |
DispatcherServletAutoConfiguration.DispatcherServletConfiguration.multipartResolver(org.springframework.web.multipart.MultipartResolver resolver) |
static org.springframework.web.filter.RequestContextFilter |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.requestContextFilter() |
org.springframework.web.servlet.view.ContentNegotiatingViewResolver |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.viewResolver(org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
BasicErrorController |
ErrorMvcAutoConfiguration.basicErrorController(ErrorAttributes errorAttributes,
org.springframework.beans.factory.ObjectProvider<ErrorViewResolver> errorViewResolvers) |
org.springframework.web.servlet.view.BeanNameViewResolver |
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration.beanNameViewResolver() |
org.springframework.web.servlet.View |
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration.defaultErrorView() |
DefaultErrorAttributes |
ErrorMvcAutoConfiguration.errorAttributes() |
| Modifier and Type | Class and Description |
|---|---|
class |
WebServicesAutoConfiguration
Auto-configuration for Spring Web Services. |
| Modifier and Type | Method and Description |
|---|---|
WebServiceTemplateBuilder |
WebServiceTemplateAutoConfiguration.webServiceTemplateBuilder(org.springframework.beans.factory.ObjectProvider<WebServiceTemplateCustomizer> webServiceTemplateCustomizers) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.