| Name | Description | Type | Package | Framework |
| AbstractDataSourcePoolMetadata | A base DataSourcePoolMetadata implementation. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| AbstractDependsOnBeanFactoryPostProcessor | Abstract base class for a BeanFactoryPostProcessor that can be used todynamically declare that all beans of a specific type should depend on one or more | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AbstractErrorController | Abstract base class for error Controller implementations. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| AbstractRepositoryConfigurationSourceSupport | Base ImportBeanDefinitionRegistrar used to auto-configure Spring DataAuthor:Phillip Webb, Dave Syer, Oliver Gierke | Class | org.springframework.boot.autoconfigure.data | Spring Boot |
|
| AbstractTemplateViewResolverProperties | Base class for ConfigurationProperties of aAbstractTemplateViewResolver. | Class | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| AbstractViewResolverProperties | Base class for ConfigurationProperties of a ViewResolver. | Class | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| ActiveMQAutoConfiguration | Auto-configuration to integrate with an ActiveMQbroker. | Class | org.springframework.boot.autoconfigure.jms.activemq | Spring Boot |
|
| ActiveMQProperties | Configuration properties for ActiveMQ. | Class | org.springframework.boot.autoconfigure.jms.activemq | Spring Boot |
|
| AllNestedConditions | Condition that will match when all nested class conditions match. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| AnyNestedCondition | Condition that will match when any nested class condition matches. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| AopAutoConfiguration | Auto-configuration for Spring's AOP support. | Class | org.springframework.boot.autoconfigure.aop | Spring Boot |
|
| AopAutoConfiguration .CglibAutoProxyConfiguration | | Class | org.springframework.boot.autoconfigure.aop.AopAutoConfiguration | Spring Boot |
|
| AopAutoConfiguration .JdkDynamicAutoProxyConfiguration | | Class | org.springframework.boot.autoconfigure.aop.AopAutoConfiguration | Spring Boot |
|
| ArtemisAutoConfiguration | Auto-configuration to integrate with an Artemis broker. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisConfigurationCustomizer | Callback interface that can be implemented by beans wishing to customize the ArtemisJMS server Configuration before it is used by an auto-configured | Interface | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisMode | Define the mode in which Artemis can operate. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisNoOpBindingRegistry | A no-op implementation of the BindingRegistry. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisProperties | Configuration properties for Artemis. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisProperties .Embedded | Configuration for an embedded Artemis server. | Class | org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties | Spring Boot |
|
| AuthenticationManagerConfiguration | Configuration for a Spring Security in-memory AuthenticationManager. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| AuthenticationManagerConfiguration .AuthenticationManagerConfigurationListener | ApplicationListener to autowire the AuthenticationEventPublisherinto the AuthenticationManager. | Class | org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration | Spring Boot |
|
| AuthoritiesExtractor | Strategy used by UserInfoTokenServices to extract authorities from the resourceSince:1. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| AuthorizationServerProperties | Configuration properties for OAuth2 Authorization server. | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver | Spring Boot |
|
| AutoConfigurationPackages | Class for storing auto-configuration packages for reference later (e. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AutoConfigurationReportLoggingInitializer | ApplicationContextInitializer that writes the ConditionEvaluationReportto the log. | Class | org.springframework.boot.autoconfigure.logging | Spring Boot |
|
| AutoConfigureAfter | Hint for that an auto-configuration should be appliedafter other specified auto-configuration classes. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AutoConfigureBefore | Hint for that an auto-configuration should be appliedbefore other specified auto-configuration classes. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AutoConfigureOrder | Auto-configuration specific variant of Spring Framework's Order annotation. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| BackgroundPreinitializer | ApplicationListener to trigger early initialization in a background thread oftime consuming tasks. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| BasicBatchConfigurer | Basic BatchConfigurer implementation. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BasicErrorController | Basic global error Controller, rendering ErrorAttributes. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| BatchAutoConfiguration | Auto-configuration for Spring Batch. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BatchAutoConfiguration .JpaBatchConfiguration | | Class | org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration | Spring Boot |
|
| BatchDatabaseInitializer | Initialize the Spring Batch schema (ignoring errors, so should be idempotent). | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BatchProperties | Configuration properties for Spring Batch. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BatchProperties .Initializer | | Class | org.springframework.boot.autoconfigure.batch.BatchProperties | Spring Boot |
|
| BatchProperties .Job | | Class | org.springframework.boot.autoconfigure.batch.BatchProperties | Spring Boot |
|
| BootGlobalAuthenticationConfiguration | GlobalAuthenticationConfigurerAdapter to trigger early initialization of@EnableAutoConfiguration beans. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| CacheAutoConfiguration | Auto-configuration for the cache abstraction. | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| CacheAutoConfiguration .CacheManagerJpaDependencyConfiguration | | Class | org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration | Spring Boot |
|
| CacheProperties | Configuration properties for the cache abstraction. | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| CacheProperties .EhCache | EhCache specific cache properties. | Class | org.springframework.boot.autoconfigure.cache.CacheProperties | Spring Boot |
|
| CacheProperties .Guava | Guava specific cache properties. | Class | org.springframework.boot.autoconfigure.cache.CacheProperties | Spring Boot |
|
| CacheProperties .Hazelcast | Hazelcast specific cache properties. | Class | org.springframework.boot.autoconfigure.cache.CacheProperties | Spring Boot |
|
| CacheProperties .Infinispan | Infinispan specific cache properties. | Class | org.springframework.boot.autoconfigure.cache.CacheProperties | Spring Boot |
|
| CacheProperties .JCache | JCache (JSR-107) specific cache properties. | Class | org.springframework.boot.autoconfigure.cache.CacheProperties | Spring Boot |
|
| CacheType | Supported cache types (defined in order of precedence). | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| CassandraAutoConfiguration | Auto-configuration for Cassandra. | Class | org.springframework.boot.autoconfigure.cassandra | Spring Boot |
|
| CassandraDataAutoConfiguration | Auto-configuration for Spring Data's Cassandra support. | Class | org.springframework.boot.autoconfigure.data.cassandra | Spring Boot |
|
| CassandraProperties | Configuration properties for Cassandra. | Class | org.springframework.boot.autoconfigure.cassandra | Spring Boot |
|
| CassandraRepositoriesAutoConfiguration | Auto-configuration for Spring Data's CassandraSince:1. | Class | org.springframework.boot.autoconfigure.data.cassandra | Spring Boot |
|
| CloudAutoConfiguration | Auto-configuration for Spring Cloud. | Class | org.springframework.boot.autoconfigure.cloud | Spring Boot |
|
| CommonsDbcp2DataSourcePoolMetadata | DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| CommonsDbcpDataSourcePoolMetadata | DataSourcePoolMetadata for an Apache Commons DBCP DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| ConditionalOnBean | Conditional that only matches when the specified bean classes and/or names arealready contained in the BeanFactory. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnClass | Conditional that only matches when the specified classes are on the classpath. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnEnabledResourceChain | Conditional that checks whether or not the Spring resource handling chain isenabled. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ConditionalOnExpression | Configuration annotation for a conditional element that depends on the value of a SpELOptional Element Summary | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnJava | Conditional that matches based on the JVM version the application is runningSince:1. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnJava .JavaVersion | Returns the ConditionalOnJava. | Class | org.springframework.boot.autoconfigure.condition.ConditionalOnJava | Spring Boot |
|
| ConditionalOnJava .Range | Equal to, or newer than the specified ConditionalOnJava. | Class | org.springframework.boot.autoconfigure.condition.ConditionalOnJava | Spring Boot |
|
| ConditionalOnJndi | Conditional that matches based on the availability of a JNDIInitialContext and the ability to lookup specific locations. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnMissingBean | Conditional that only matches when the specified bean classes and/or names arenot already contained in the BeanFactory. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnMissingClass | Conditional that only matches when the specified classes are not on theOptional Element Summary | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnProperty | Conditional that checks if the specified properties have a specific value. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnResource | Conditional that only matches when the specified resources are on theOptional Element Summary | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnSingleCandidate | Conditional that only matches when the specified bean class is alreadycontained in the BeanFactory and a single candidate can be determined. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionEvaluationReport | Records condition evaluation details for reporting and logging. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionEvaluationReport .ConditionAndOutcome | Provides access to a single Condition and ConditionOutcome. | Class | org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport | Spring Boot |
|
| ConditionEvaluationReport .ConditionAndOutcomes | Provides access to a number of ConditionEvaluationReport. | Class | org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport | Spring Boot |
|
| ConditionOutcome | Outcome for a condition match, including log message. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConfigurationPropertiesAutoConfiguration | Auto-configuration for ConfigurationPropertiesbeans. | Class | org.springframework.boot.autoconfigure.context | Spring Boot |
|
| DataSourceAutoConfiguration | Auto-configuration for DataSource. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourceAutoConfiguration .DataSourceInitializerConfiguration | | Class | org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration | Spring Boot |
|
| DataSourceAutoConfiguration .EmbeddedConfiguration | | Class | org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration | Spring Boot |
|
| DataSourceAutoConfiguration .JdbcTemplateConfiguration | | Class | org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration | Spring Boot |
|
| DataSourceAutoConfiguration .NonEmbeddedConfiguration | | Class | org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration | Spring Boot |
|
| DataSourceAutoConfiguration .TomcatDataSourceJmxConfiguration | | Class | org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration | Spring Boot |
|
| DataSourceBuilder | Convenience class for building a DataSource with common implementations andproperties. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourceInitializedEvent | ApplicationEvent used internally to trigger DataSource initialization. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourcePoolMetadata | Provides access meta-data that is commonly available from most pooledDataSource implementations. | Interface | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourcePoolMetadataProvider | Provide a DataSourcePoolMetadata based on a DataSource. | Interface | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourcePoolMetadataProviders | A DataSourcePoolMetadataProvider implementation that returns the firstDataSourcePoolMetadata that is found by one of its delegate. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourcePoolMetadataProvidersConfiguration | Register the DataSourcePoolMetadataProvider instances for the supported dataSince:1. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourceProperties | Base class for configuration of a data source. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourceProperties .Xa | XA Specific datasource settings. | Class | org.springframework.boot.autoconfigure.jdbc.DataSourceProperties | Spring Boot |
|
| DataSourceTransactionManagerAutoConfiguration | Auto-configuration forDataSourceTransactionManager. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourceTransactionManagerAutoConfiguration .TransactionManagementConfiguration | | Class | org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration | Spring Boot |
|
| DefaultErrorAttributes | Default implementation of ErrorAttributes. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| DeviceDelegatingViewResolverAutoConfiguration | Auto-configuration for Spring Mobile'sLiteDeviceDelegatingViewResolver. | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| DeviceDelegatingViewResolverAutoConfiguration .DeviceDelegatingViewResolverConfiguration | | Class | org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration | Spring Boot |
|
| DeviceDelegatingViewResolverAutoConfiguration .DeviceDelegatingViewResolverConfiguration .InternalReso | | Class | org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingViewResolverConfiguration | Spring Boot |
|
| DeviceDelegatingViewResolverAutoConfiguration .DeviceDelegatingViewResolverConfiguration .ThymeleafVie | | Class | org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingViewResolverConfiguration | Spring Boot |
|
| DeviceDelegatingViewResolverProperties | Properties for device view resolver. | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| DeviceResolverAutoConfiguration | | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| DeviceResolverAutoConfiguration .DeviceResolverMvcConfiguration | | Class | org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration | Spring Boot |
|
| DispatcherServletAutoConfiguration | Auto-configuration for the SpringDispatcherServlet. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| DispatcherServletAutoConfiguration .DispatcherServletConfiguration | | Class | org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration | Spring Boot |
|
| ElasticsearchAutoConfiguration | Auto-configuration for Elasticsearch. | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| ElasticsearchDataAutoConfiguration | Auto-configuration for Spring Data's ElasticsearchRegisters a ElasticsearchTemplate if no other bean of the same type is | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| ElasticsearchProperties | Configuration properties for Elasticsearch. | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| ElasticsearchRepositoriesAutoConfiguration | Auto-configuration for Spring Data's ElasticsearchSince:1. | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| EmbeddedDatabaseConnection | enum EmbeddedDatabaseConnectionConnection details for embedded databases. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| EmbeddedDataSourceConfiguration | Configuration for embedded data sources. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| EmbeddedMongoAutoConfiguration | Auto-configuration for Embedded Mongo. | Class | org.springframework.boot.autoconfigure.mongo.embedded | Spring Boot |
|
| EmbeddedMongoAutoConfiguration .EmbeddedMongoDependencyConfiguration | Additional configuration to ensure that MongoClient beans depend on theembeddedMongoServer bean. | Class | org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration | Spring Boot |
|
| EmbeddedMongoProperties | Configuration properties for Embedded Mongo. | Class | org.springframework.boot.autoconfigure.mongo.embedded | Spring Boot |
|
| EmbeddedServletContainerAutoConfiguration | Auto-configuration for an embedded servlet containers. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| EmbeddedServletContainerAutoConfiguration .EmbeddedJetty | Nested configuration if Jetty is being used. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
|
| EmbeddedServletContainerAutoConfiguration .EmbeddedServletContainerCustomizerBeanPostProcessorRegistr | Registers a EmbeddedServletContainerCustomizerBeanPostProcessor. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
|
| EmbeddedServletContainerAutoConfiguration .EmbeddedTomcat | Nested configuration for if Tomcat is being used. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
|
| EmbeddedServletContainerAutoConfiguration .EmbeddedUndertow | Nested configuration if Undertow is being used. | Class | org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration | Spring Boot |
|
| EnableAutoConfiguration | Enable auto-configuration of the Spring Application Context, attempting to guess andconfigure beans that you are likely to need. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| EnableAutoConfigurationImportSelector | DeferredImportSelector to handle auto-configuration. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| EnableOAuth2Sso | Enable OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| EntityManagerFactoryBuilder | Convenient builder for JPA EntityManagerFactory instances. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| EntityManagerFactoryBuilder .EntityManagerFactoryBeanCallback | A callback for new entity manager factory beans created by a Builder. | Interface | org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder | Spring Boot |
|
| EntityManagerFactoryDependsOnPostProcessor | BeanFactoryPostProcessor that can be used to dynamically declare that allEntityManagerFactory beans should depend on one or more specific beans. | Class | org.springframework.boot.autoconfigure.data.jpa | Spring Boot |
|
| ErrorAttributes | Provides access to error attributes which can be logged or presented to the user. | Interface | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ErrorController | Marker interface used to indicate that a @Controller is used torender errors. | Interface | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ErrorMvcAutoConfiguration | Auto-configuration to render errors via an MVC errorAuthor:Dave Syer, Andy Wilkinson, Stephane Nicoll | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ErrorMvcAutoConfiguration .WhitelabelErrorViewConfiguration | | Class | org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration | Spring Boot |
|
| ErrorProperties | Configuration properties for web error handling. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ErrorProperties .IncludeStacktrace | Include Stacktrace attribute options. | Class | org.springframework.boot.autoconfigure.web.ErrorProperties | Spring Boot |
|
| FacebookAutoConfiguration | Auto-configuration for Spring Social connectivity withSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| FacebookAutoConfiguration .FacebookConfigurerAdapter | | Class | org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration | Spring Boot |
|
| FacebookProperties | Properties for Spring Social Facebook. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| FallbackWebSecurityAutoConfiguration | If the user explicitly disables the basic security features and forgets to@EnableWebSecurity, and yet still wants a bean of type | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| FixedAuthoritiesExtractor | Default implementation of AuthoritiesExtractor. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| FlywayAutoConfiguration | Auto-configuration for Flyway database migrations. | Class | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FlywayAutoConfiguration .FlywayConfiguration | | Class | org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration | Spring Boot |
|
| FlywayAutoConfiguration .FlywayConfiguration .FlywayInitializerJpaDependencyConfiguration | Additional configuration to ensure that EntityManagerFactory beansdepend-on the flywayInitializer bean. | Class | org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration | Spring Boot |
|
| FlywayAutoConfiguration .FlywayJpaDependencyConfiguration | Additional configuration to ensure that EntityManagerFactory beansdepend-on the flyway bean. | Class | org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration | Spring Boot |
|
| FlywayMigrationInitializer | InitializingBean used to trigger Flyway migration via theFlywayMigrationStrategy. | Class | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FlywayMigrationStrategy | Strategy used to initialize Flyway migration. | Interface | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FlywayProperties | Configuration properties for Flyway database migrations. | Class | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FreeMarkerAutoConfiguration | Auto-configuration for FreeMarker. | Class | org.springframework.boot.autoconfigure.freemarker | Spring Boot |
|
| FreeMarkerAutoConfiguration .FreeMarkerConfiguration | | Class | org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration | Spring Boot |
|
| FreeMarkerAutoConfiguration .FreeMarkerNonWebConfiguration | | Class | org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration | Spring Boot |
|
| FreeMarkerAutoConfiguration .FreeMarkerWebConfiguration | | Class | org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration | Spring Boot |
|
| FreeMarkerProperties | ConfigurationProperties for configuring FreeMarker. | Class | org.springframework.boot.autoconfigure.freemarker | Spring Boot |
|
| FreeMarkerTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forFreeMarker view templates. | Class | org.springframework.boot.autoconfigure.freemarker | Spring Boot |
|
| GroovyTemplateAutoConfiguration | Auto-configuration support for Groovy templates in MVC. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GroovyTemplateAutoConfiguration .GroovyMarkupConfiguration | | Class | org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration | Spring Boot |
|
| GroovyTemplateAutoConfiguration .GroovyWebConfiguration | | Class | org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration | Spring Boot |
|
| GroovyTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information for GroovySince:1. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GroovyTemplateProperties | ConfigurationProperties for configuring Groovy templates. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GroovyTemplateResolver | A custom template resolver which resolvestemplates using the locale found in the thread locale. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GsonAutoConfiguration | Auto-configuration for Gson. | Class | org.springframework.boot.autoconfigure.gson | Spring Boot |
|
| H2ConsoleAutoConfiguration | Auto-configuration for H2's web console. | Class | org.springframework.boot.autoconfigure.h2 | Spring Boot |
|
| H2ConsoleProperties | Configuration properties for H2's console. | Class | org.springframework.boot.autoconfigure.h2 | Spring Boot |
|
| HateoasProperties | properties for Spring HATEOAS. | Class | org.springframework.boot.autoconfigure.hateoas | Spring Boot |
|
| HazelcastAutoConfiguration | Auto-configuration for Hazelcast. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastConfigResourceCondition | SpringBootCondition used to check if the Hazelcast configuration is available. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastInstanceFactory | Factory that can be used to create a HazelcastInstance. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastJpaDependencyAutoConfiguration | Additional configuration to ensure that EntityManagerFactory beans depend-onthe hazelcastInstance bean. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastProperties | Configuration properties for the hazelcast integration. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HibernateJpaAutoConfiguration | Auto-configuration for Hibernate JPA. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| HikariDataSourcePoolMetadata | DataSourcePoolMetadata for a Hikari DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| HornetQAutoConfiguration | Auto-configuration to integrate with an HornetQ broker. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQConfigurationCustomizer | Callback interface that can be implemented by beans wishing to customize the HornetQJMS server Configuration before it is used by an auto-configured | Interface | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQMode | Define the mode in which HornetQ can operate. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQNoOpBindingRegistry | A no-op implementation of the BindingRegistry. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQProperties | Configuration properties for HornetQ. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQProperties .Embedded | Configuration for an embedded HornetQ server. | Class | org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties | Spring Boot |
|
| Http401AuthenticationEntryPoint | AuthenticationEntryPoint that sends a 401 and Parameterized by the value of theWWW-Authenticate header. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| HttpEncodingAutoConfiguration | Auto-configuration for configuring the encoding to usein web applications. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HttpEncodingProperties | Configuration properties for http encoding. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HttpMessageConverters | Bean used to manage the HttpMessageConverters used in a Spring Bootapplication. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HttpMessageConvertersAutoConfiguration | Auto-configuration for HttpMessageConverters. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HttpMessageConvertersAutoConfiguration .StringHttpMessageConverterConfiguration | | Class | org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration | Spring Boot |
|
| HypermediaAutoConfiguration | Auto-configuration for Spring HATEOAS'sEnableHypermediaSupport. | Class | org.springframework.boot.autoconfigure.hateoas | Spring Boot |
|
| HypermediaAutoConfiguration .EntityLinksConfiguration | | Class | org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration | Spring Boot |
|
| HypermediaAutoConfiguration .HypermediaConfiguration | | Class | org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration | Spring Boot |
|
| HypermediaHttpMessageConverterConfiguration | Configuration for HttpMessageConverters when hypermedia isAuthor:Andy Wilkinson | Class | org.springframework.boot.autoconfigure.hateoas | Spring Boot |
|
| ImportAutoConfiguration | Import and apply the selected auto-configuration classes for testing purposes. | Class | org.springframework.boot.autoconfigure.test | Spring Boot |
|
| InfinispanCacheConfiguration | Infinispan cache configuration. | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| IntegrationAutoConfiguration | Auto-configuration for Spring Integration. | Class | org.springframework.boot.autoconfigure.integration | Spring Boot |
|
| IntegrationAutoConfiguration .IntegrationConfiguration | | Class | org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration | Spring Boot |
|
| IntegrationAutoConfiguration .IntegrationJmxConfiguration | | Class | org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration | Spring Boot |
|
| JacksonAutoConfiguration | Auto configuration for Jackson. | Class | org.springframework.boot.autoconfigure.jackson | Spring Boot |
|
| JacksonProperties | Configuration properties to configure Jackson. | Class | org.springframework.boot.autoconfigure.jackson | Spring Boot |
|
| JCacheManagerCustomizer | Callback interface that can be implemented by beans wishing to customize the cachemanager before it is used, in particular to create additional caches. | Interface | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| JerseyAutoConfiguration | Auto-configuration for Jersey. | Class | org.springframework.boot.autoconfigure.jersey | Spring Boot |
|
| JerseyAutoConfiguration .JerseyWebApplicationInitializer | | Class | org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration | Spring Boot |
|
| JerseyProperties | ConfigurationProperties for Jersey. | Class | org.springframework.boot.autoconfigure.jersey | Spring Boot |
|
| JerseyProperties .Filter | | Class | org.springframework.boot.autoconfigure.jersey.JerseyProperties | Spring Boot |
|
| JerseyProperties .Type | Returns the enum constant of this type with the specified name. | Class | org.springframework.boot.autoconfigure.jersey.JerseyProperties | Spring Boot |
|
| JettyWebSocketContainerCustomizer | WebSocketContainerCustomizer for JettyEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| JmsAutoConfiguration | Auto-configuration for Spring JMS. | Class | org.springframework.boot.autoconfigure.jms | Spring Boot |
|
| JmsAutoConfiguration .MessagingTemplateConfiguration | | Class | org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration | Spring Boot |
|
| JmsProperties | Configuration properties for JMS. | Class | org.springframework.boot.autoconfigure.jms | Spring Boot |
|
| JmsProperties .AcknowledgeMode | Translate the acknowledge modes defined on the Session. | Class | org.springframework.boot.autoconfigure.jms.JmsProperties | Spring Boot |
|
| JmsProperties .Listener | | Class | org.springframework.boot.autoconfigure.jms.JmsProperties | Spring Boot |
|
| JmxAutoConfiguration | Auto-configuration to enable/disable Spring'sEnableMBeanExport mechanism based on configuration properties. | Class | org.springframework.boot.autoconfigure.jmx | Spring Boot |
|
| JndiConnectionFactoryAutoConfiguration | Auto-configuration for JMS provided from JNDI. | Class | org.springframework.boot.autoconfigure.jms | Spring Boot |
|
| JndiDataSourceAutoConfiguration | Auto-configuration for a JNDI locatedSince:1. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| JobExecutionEvent | Spring ApplicationEvent encapsulating a JobExecution. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| JobExecutionExitCodeGenerator | ExitCodeGenerator for JobExecutionEvents. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| JobLauncherCommandLineRunner | CommandLineRunner to launch Spring Batch jobs. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| JooqAutoConfiguration | Auto-configuration for JOOQ. | Class | org.springframework.boot.autoconfigure.jooq | Spring Boot |
|
| JooqAutoConfiguration .DslContextConfiguration | | Class | org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration | Spring Boot |
|
| JooqProperties | Configuration properties for the JOOQ database library. | Class | org.springframework.boot.autoconfigure.jooq | Spring Boot |
|
| JpaBaseConfiguration | Base Auto-configuration for JPA. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| JpaBaseConfiguration .JpaWebConfiguration | | Class | org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration | Spring Boot |
|
| JpaBaseConfiguration .JpaWebConfiguration .JpaWebMvcConfiguration | | Class | org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration | Spring Boot |
|
| JpaProperties | External configuration properties for a JPA EntityManagerFactory created by Spring. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| JpaProperties .Hibernate | | Class | org.springframework.boot.autoconfigure.orm.jpa.JpaProperties | Spring Boot |
|
| JpaRepositoriesAutoConfiguration | Auto-configuration for Spring Data's JPA Repositories. | Class | org.springframework.boot.autoconfigure.data.jpa | Spring Boot |
|
| JspTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information for JSPSince:1. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| JtaAutoConfiguration | Auto-configuration for JTA. | Class | org.springframework.boot.autoconfigure.transaction.jta | Spring Boot |
|
| JtaProperties | External configuration properties for a JtaTransactionManager created bySpring. | Class | org.springframework.boot.autoconfigure.transaction.jta | Spring Boot |
|
| JwtAccessTokenConverterConfigurer | Callback interface that can be used to provide additional configuration to theJwtAccessTokenConverter. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| LinkedInAutoConfiguration | Auto-configuration for Spring Social connectivity withSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| LinkedInAutoConfiguration .LinkedInConfigurerAdapter | | Class | org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration | Spring Boot |
|
| LinkedInProperties | Properties for Spring Social LinkedIn. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| LiquibaseAutoConfiguration | Auto-configuration for Liquibase. | Class | org.springframework.boot.autoconfigure.liquibase | Spring Boot |
|
| LiquibaseAutoConfiguration .LiquibaseConfiguration | | Class | org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration | Spring Boot |
|
| LiquibaseAutoConfiguration .LiquibaseJpaDependencyConfiguration | Additional configuration to ensure that EntityManagerFactory beansdepend-on the liquibase bean. | Class | org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration | Spring Boot |
|
| LiquibaseProperties | Configuration properties to configure SpringLiquibase. | Class | org.springframework.boot.autoconfigure.liquibase | Spring Boot |
|
| MailProperties | Configuration properties for email support. | Class | org.springframework.boot.autoconfigure.mail | Spring Boot |
|
| MailSenderAutoConfiguration | Auto configuration for email support. | Class | org.springframework.boot.autoconfigure.mail | Spring Boot |
|
| MailSenderValidatorAutoConfiguration | Auto configuration for testing mail serviceconnectivity on startup. | Class | org.springframework.boot.autoconfigure.mail | Spring Boot |
|
| MessageSourceAutoConfiguration | Auto-configuration for MessageSource. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| MessageSourceAutoConfiguration .ResourceBundleCondition | | Class | org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration | Spring Boot |
|
| MongoAutoConfiguration | Auto-configuration for Mongo. | Class | org.springframework.boot.autoconfigure.mongo | Spring Boot |
|
| MongoClientDependsOnBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically set up the recommendeddependsOn configuration for Mongo clients | Class | org.springframework.boot.autoconfigure.data.mongo | Spring Boot |
|
| MongoDataAutoConfiguration | Auto-configuration for Spring Data's mongo support. | Class | org.springframework.boot.autoconfigure.data.mongo | Spring Boot |
|
| MongoProperties | Configuration properties for Mongo. | Class | org.springframework.boot.autoconfigure.mongo | Spring Boot |
|
| MongoRepositoriesAutoConfiguration | Auto-configuration for Spring Data's MongoActivates when there is no bean of type | Class | org.springframework.boot.autoconfigure.data.mongo | Spring Boot |
|
| MultipartAutoConfiguration | Auto-configuration for multi-part uploads. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| MultipartProperties | Properties to be used in configuring a MultipartConfigElement. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| MustacheAutoConfiguration | Auto-configuration for Mustache. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheAutoConfiguration .MustacheWebConfiguration | | Class | org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration | Spring Boot |
|
| MustacheCompilerFactoryBean | Factory for a Mustache compiler with custom strategies. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheEnvironmentCollector | Mustache Mustache. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheProperties | ConfigurationProperties for Mustache. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheResourceTemplateLoader | Mustache TemplateLoader implementation that uses a prefix, suffix and the SpringResource abstraction to load a template from a file, classpath, URL etc. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forMustache view templates. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheView | Spring MVC View using the Mustache template engine. | Class | org.springframework.boot.autoconfigure.mustache.web | Spring Boot |
|
| MustacheViewResolver | Spring MVC ViewResolver for Mustache. | Class | org.springframework.boot.autoconfigure.mustache.web | Spring Boot |
|
| NoneNestedConditions | Condition that will match when none of the nested class conditions match. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| OAuth2AuthorizationServerConfiguration | Configuration for a Spring Security OAuth2 authorization server. | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver | Spring Boot |
|
| OAuth2AuthorizationServerConfiguration .BaseClientDetailsConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration | Spring Boot |
|
| OAuth2AuthorizationServerConfiguration .ClientDetailsLogger | | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration | Spring Boot |
|
| OAuth2AutoConfiguration | Auto-configuration for Spring Security OAuth2. | Class | org.springframework.boot.autoconfigure.security.oauth2 | Spring Boot |
|
| OAuth2ClientProperties | Configuration properties for OAuth2 Client. | Class | org.springframework.boot.autoconfigure.security.oauth2 | Spring Boot |
|
| OAuth2MethodSecurityConfiguration | Auto-configure an expression handler for method-level security (if the user already has@EnableGlobalMethodSecurity). | Class | org.springframework.boot.autoconfigure.security.oauth2.method | Spring Boot |
|
| OAuth2ResourceServerConfiguration | Auto-configure a Spring Security OAuth2 resource server. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| OAuth2ResourceServerConfiguration .ResourceSecurityConfigurer | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration | Spring Boot |
|
| OAuth2ResourceServerConfiguration .ResourceServerCondition | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration | Spring Boot |
|
| OAuth2RestOperationsConfiguration | Configuration for OAuth2 Single Sign On REST operations. | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| OAuth2RestOperationsConfiguration .BaseConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot |
|
| OAuth2RestOperationsConfiguration .RequestScopedConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot |
|
| OAuth2RestOperationsConfiguration .SessionScopedConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot |
|
| OAuth2RestOperationsConfiguration .SessionScopedConfiguration .ClientContextConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration | Spring Boot |
|
| OAuth2RestOperationsConfiguration .SingletonScopedConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot |
|
| OAuth2SsoCustomConfiguration | Configuration for OAuth2 Single Sign On (SSO) when there is an existingWebSecurityConfigurerAdapter provided by the user and annotated with | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| OAuth2SsoCustomConfiguration .WebSecurityEnhancerCondition | | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration | Spring Boot |
|
| OAuth2SsoDefaultConfiguration | Configuration for OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| OAuth2SsoDefaultConfiguration .NeedsWebSecurityCondition | | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration | Spring Boot |
|
| OAuth2SsoProperties | Configuration properties for OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| ParentAwareNamingStrategy | Extension of MetadataNamingStrategy that supports a parentSince:1. | Class | org.springframework.boot.autoconfigure.jmx | Spring Boot |
|
| PersistenceExceptionTranslationAutoConfiguration | Auto-configuration for Spring's persistence exceptionSince:1. | Class | org.springframework.boot.autoconfigure.dao | Spring Boot |
|
| PropertyPlaceholderAutoConfiguration | Auto-configuration forPropertySourcesPlaceholderConfigurer. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| RabbitAutoConfiguration | Auto-configuration for RabbitTemplate. | Class | org.springframework.boot.autoconfigure.amqp | Spring Boot |
|
| RabbitAutoConfiguration .MessagingTemplateConfiguration | | Class | org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration | Spring Boot |
|
| RabbitAutoConfiguration .RabbitConnectionFactoryCreator | | Class | org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration | Spring Boot |
|
| RabbitProperties | Configuration properties for Rabbit. | Class | org.springframework.boot.autoconfigure.amqp | Spring Boot |
|
| RabbitProperties .Listener | | Class | org.springframework.boot.autoconfigure.amqp.RabbitProperties | Spring Boot |
|
| RabbitProperties .Ssl | | Class | org.springframework.boot.autoconfigure.amqp.RabbitProperties | Spring Boot |
|
| ReactorAutoConfiguration | Auto-configuration for Reactor. | Class | org.springframework.boot.autoconfigure.reactor | Spring Boot |
|
| ReactorAutoConfiguration .ReactorConfiguration | | Class | org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration | Spring Boot |
|
| RedisAutoConfiguration | Auto-configuration for Spring Data's Redis support. | Class | org.springframework.boot.autoconfigure.data.redis | Spring Boot |
|
| RedisAutoConfiguration .AbstractRedisConfiguration | Base class for Redis configurations. | Class | org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration | Spring Boot |
|
| RedisAutoConfiguration .RedisConfiguration | Standard Redis configuration. | Class | org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration | Spring Boot |
|
| RedisAutoConfiguration .RedisConnectionConfiguration | Redis connection configuration. | Class | org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration | Spring Boot |
|
| RedisAutoConfiguration .RedisPooledConnectionConfiguration | Redis pooled connection configuration. | Class | org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration | Spring Boot |
|
| RedisProperties | Configuration properties for Redis. | Class | org.springframework.boot.autoconfigure.data.redis | Spring Boot |
|
| RedisProperties .Pool | | Class | org.springframework.boot.autoconfigure.data.redis.RedisProperties | Spring Boot |
|
| RedisProperties .Sentinel | Redis sentinel properties. | Class | org.springframework.boot.autoconfigure.data.redis.RedisProperties | Spring Boot |
|
| RepositoryRestMvcAutoConfiguration | Auto-configuration for Spring Data Rest's MVCActivates when the application is a web application and no | Class | org.springframework.boot.autoconfigure.data.rest | Spring Boot |
|
| RepositoryRestProperties | Configuration properties for Spring Data REST. | Class | org.springframework.boot.autoconfigure.data.rest | Spring Boot |
|
| ResourceCondition | SpringBootCondition used to check if a resource can be found using aconfigurable property and optional default location(s). | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ResourceProperties | Properties used to configure resource handling. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ResourceProperties .Chain | Configuration for the Spring Resource Handling chain. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
|
| ResourceProperties .Content | Version Strategy based on content hashing. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
|
| ResourceProperties .Fixed | Version Strategy based on a fixed version string. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
|
| ResourceProperties .Strategy | Strategies for extracting and embedding a resource version in its URL path. | Class | org.springframework.boot.autoconfigure.web.ResourceProperties | Spring Boot |
|
| ResourceServerProperties | Configuration properties for OAuth2 Resources. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| ResourceServerTokenServicesConfiguration | Configuration for an OAuth2 resource server. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| ResourceServerTokenServicesConfiguration .JwtTokenServicesConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration | Spring Boot |
|
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration | Spring Boot |
|
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .SocialTokenServicesConfigu | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration | Spring Boot |
|
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .TokenInfoServicesConfigura | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration | Spring Boot |
|
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .UserInfoTokenServicesConfi | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration | Spring Boot |
|
| ResourceServerTokenServicesConfiguration .UserInfoRestTemplateConfiguration | | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration | Spring Boot |
|
| SearchStrategy | Some named search strategies for beans in the bean factory hierarchy. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| SecurityAuthorizeMode | enum SecurityAuthorizeModeSecurity authorization modes as specified in SecurityProperties. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityAutoConfiguration | Auto-configuration for Spring Security. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityDataConfiguration | Automatically adds Spring Security's integration with Spring Data. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityFilterAutoConfiguration | Auto-configuration for Spring Security's Filter. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityProperties | Properties for the security aspects of an application. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityProperties .Basic | | Class | org.springframework.boot.autoconfigure.security.SecurityProperties | Spring Boot |
|
| SecurityProperties .Headers | | Class | org.springframework.boot.autoconfigure.security.SecurityProperties | Spring Boot |
|
| SecurityProperties .Headers .HSTS | Returns the enum constant of this type with the specified name. | Class | org.springframework.boot.autoconfigure.security.SecurityProperties.Headers | Spring Boot |
|
| SecurityProperties .User | | Class | org.springframework.boot.autoconfigure.security.SecurityProperties | Spring Boot |
|
| SendGridAutoConfiguration | Auto-configuration for SendGrid. | Class | org.springframework.boot.autoconfigure.sendgrid | Spring Boot |
|
| SendGridProperties | ConfigurationProperties for SendGrid. | Class | org.springframework.boot.autoconfigure.sendgrid | Spring Boot |
|
| SendGridProperties .Proxy | | Class | org.springframework.boot.autoconfigure.sendgrid.SendGridProperties | Spring Boot |
|
| ServerProperties | ConfigurationProperties for a web server (e. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ServerProperties .Session | | Class | org.springframework.boot.autoconfigure.web.ServerProperties | Spring Boot |
|
| ServerProperties .Session .Cookie | | Class | org.springframework.boot.autoconfigure.web.ServerProperties.Session | Spring Boot |
|
| ServerProperties .Tomcat | | Class | org.springframework.boot.autoconfigure.web.ServerProperties | Spring Boot |
|
| ServerProperties .Tomcat .Accesslog | | Class | org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat | Spring Boot |
|
| ServerProperties .Undertow | | Class | org.springframework.boot.autoconfigure.web.ServerProperties | Spring Boot |
|
| ServerProperties .Undertow .Accesslog | | Class | org.springframework.boot.autoconfigure.web.ServerProperties.Undertow | Spring Boot |
|
| ServerPropertiesAutoConfiguration | Auto-configuration that configures theConfigurableEmbeddedServletContainer from a ServerProperties bean. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| SessionAutoConfiguration | Auto-configuration for Spring Session. | Class | org.springframework.boot.autoconfigure.session | Spring Boot |
|
| SessionAutoConfiguration .SessionRedisHttpConfiguration | | Class | org.springframework.boot.autoconfigure.session.SessionAutoConfiguration | Spring Boot |
|
| SessionAutoConfiguration .SessionRedisHttpConfiguration .ServerPropertiesConfiguration | | Class | org.springframework.boot.autoconfigure.session.SessionAutoConfiguration.SessionRedisHttpConfiguration | Spring Boot |
|
| SitePreferenceAutoConfiguration | Auto-configuration for Spring Mobile'sSitePreferenceHandler. | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| SitePreferenceAutoConfiguration .SitePreferenceMvcConfiguration | | Class | org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration | Spring Boot |
|
| SocialWebAutoConfiguration | Auto-configuration for Spring Social's web connectionSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| SocialWebAutoConfiguration .AnonymousUserIdSourceConfig | | Class | org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration | Spring Boot |
|
| SocialWebAutoConfiguration .AuthenticationUserIdSourceConfig | | Class | org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration | Spring Boot |
|
| SocialWebAutoConfiguration .SocialAutoConfigurationAdapter | | Class | org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration | Spring Boot |
|
| SocialWebAutoConfiguration .SpringSocialThymeleafConfig | | Class | org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration | Spring Boot |
|
| SolrAutoConfiguration | Auto-configuration for Solr 4. | Class | org.springframework.boot.autoconfigure.solr | Spring Boot |
|
| SolrProperties | ConfigurationProperties for Solr. | Class | org.springframework.boot.autoconfigure.solr | Spring Boot |
|
| SolrRepositoriesAutoConfiguration | Enables auto configuration for Spring Data Solr repositories. | Class | org.springframework.boot.autoconfigure.data.solr | Spring Boot |
|
| SpringApplicationAdminJmxAutoConfiguration | Register a JMX component that allows to administer the current application. | Class | org.springframework.boot.autoconfigure.admin | Spring Boot |
|
| SpringBootApplication | Indicates a configuration class that declares one or more@Bean methods and also triggers auto-configuration and component scanning. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| SpringBootCondition | Base of all Condition implementations used with Spring Boot. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| SpringBootWebSecurityConfiguration | Auto-configuration for security of a web application orservice. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SpringBootWebSecurityConfiguration .ApplicationNoWebSecurityConfigurerAdapter | | Class | org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration | Spring Boot |
|
| SpringBootWebSecurityConfiguration .ApplicationWebSecurityConfigurerAdapter | | Class | org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration | Spring Boot |
|
| SpringDataWebAutoConfiguration | Auto-configuration for Spring Data's web support. | Class | org.springframework.boot.autoconfigure.data.web | Spring Boot |
|
| SpringSocialTokenServices | ResourceServerTokenServices backed by Spring Social. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| TemplateAvailabilityProvider | Indicates the availability of view templates for a particular templating engine such asFreeMarker or Thymeleaf. | Interface | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| TemplateLocation | Contains a location that templates can be loaded from. | Class | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| ThymeleafAutoConfiguration | Auto-configuration for Thymeleaf. | Class | org.springframework.boot.autoconfigure.thymeleaf | Spring Boot |
|
| ThymeleafAutoConfiguration .DataAttributeDialectConfiguration | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafAutoConfiguration .DefaultTemplateResolverConfiguration | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafAutoConfiguration .ThymeleafConditionalCommentsDialectConfiguration | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafAutoConfiguration .ThymeleafDefaultConfiguration | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafAutoConfiguration .ThymeleafResourceHandlingConfig | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafAutoConfiguration .ThymeleafSecurityDialectConfiguration | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafAutoConfiguration .ThymeleafViewResolverConfiguration | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafAutoConfiguration .ThymeleafWebLayoutConfiguration | | Class | org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration | Spring Boot |
|
| ThymeleafProperties | Properties for Thymeleaf. | Class | org.springframework.boot.autoconfigure.thymeleaf | Spring Boot |
|
| ThymeleafTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forThymeleaf view templates. | Class | org.springframework.boot.autoconfigure.thymeleaf | Spring Boot |
|
| TomcatDataSourcePoolMetadata | DataSourcePoolMetadata for a Tomcat DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| TomcatWebSocketContainerCustomizer | WebSocketContainerCustomizer for TomcatEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| TransactionAutoConfiguration | Auto-configuration for Spring transaction. | Class | org.springframework.boot.autoconfigure.transaction | Spring Boot |
|
| TwitterAutoConfiguration | Auto-configuration for Spring Social connectivity withSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| TwitterAutoConfiguration .TwitterConfigurerAdapter | | Class | org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration | Spring Boot |
|
| TwitterProperties | Properties for Spring Social Twitter. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| UndertowWebSocketContainerCustomizer | WebSocketContainerCustomizer forUndertowEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| UserInfoRestTemplateCustomizer | Callback for customizing the rest template used to fetch user details if authenticationis done via OAuth2 access tokens. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| UserInfoTokenServices | ResourceServerTokenServices that uses a user info REST service. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| VelocityAutoConfiguration | Auto-configuration for Velocity. | Class | org.springframework.boot.autoconfigure.velocity | Spring Boot |
|
| VelocityAutoConfiguration .VelocityConfiguration | | Class | org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration | Spring Boot |
|
| VelocityAutoConfiguration .VelocityNonWebConfiguration | | Class | org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration | Spring Boot |
|
| VelocityAutoConfiguration .VelocityWebConfiguration | | Class | org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration | Spring Boot |
|
| VelocityProperties | ConfigurationProperties for configuring Velocity. | Class | org.springframework.boot.autoconfigure.velocity | Spring Boot |
|
| VelocityTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forVelocity view templates. | Class | org.springframework.boot.autoconfigure.velocity | Spring Boot |
|
| WebMvcAutoConfiguration | Auto-configuration for Web MVC. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| WebMvcAutoConfiguration .EnableWebMvcConfiguration | Configuration equivalent to @EnableWebMvc. | Class | org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration | Spring Boot |
|
| WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapter | | Class | org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration | Spring Boot |
|
| WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapter .FaviconConfiguration | | Class | org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter | Spring Boot |
|
| WebMvcProperties | properties for Spring MVC. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| WebMvcProperties .Async | | Class | org.springframework.boot.autoconfigure.web.WebMvcProperties | Spring Boot |
|
| WebMvcProperties .View | | Class | org.springframework.boot.autoconfigure.web.WebMvcProperties | Spring Boot |
|
| WebSocketAutoConfiguration | Auto configuration for websocket server in embedded Tomcat, Jetty or Undertow. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| WebSocketContainerCustomizer | EmbeddedServletContainerCustomizer to configure websockets for a givenEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| WebSocketMessagingAutoConfiguration | Auto-configuration for WebSocket-based messaging. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| XADataSourceAutoConfiguration | Auto-configuration for DataSource with XA. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |