All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class | Description |
---|
AbstractDependsOnBeanFactoryPostProcessor | Abstract base class for a BeanFactoryPostProcessor that can be used to dynamically declare that all beans of a specific type should depend on one or more specific beans. |
---|
AbstractErrorController | Abstract base class for error Controller implementations. |
---|
AbstractErrorWebExceptionHandler | Abstract base class for ErrorWebExceptionHandler implementations. |
---|
AbstractNestedCondition | Abstract base class for nested conditions. |
---|
AbstractNestedCondition.MemberMatchOutcomes | |
---|
AbstractRabbitListenerContainerFactoryConfigurer<T extends org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory<?>> | Configure RabbitListenerContainerFactory with sensible defaults. |
---|
AbstractRepositoryConfigurationSourceSupport | Base ImportBeanDefinitionRegistrar used to auto-configure Spring Data Repositories. |
---|
AbstractTemplateViewResolverProperties | Base class for ConfigurationProperties of a AbstractTemplateViewResolver . |
---|
AbstractViewResolverProperties | Base class for ConfigurationProperties of a ViewResolver . |
---|
ActiveMQAutoConfiguration | |
---|
ActiveMQConnectionFactoryCustomizer | Callback interface that can be implemented by beans wishing to customize the ActiveMQConnectionFactory whilst retaining default auto-configuration. |
---|
ActiveMQProperties | Configuration properties for ActiveMQ. |
---|
ActiveMQProperties.Packages | |
---|
AllNestedConditions | Condition that will match when all nested class conditions match.
|
---|
AnyNestedCondition | Condition that will match when any nested class condition matches.
|
---|
AopAutoConfiguration | |
---|
AopAutoConfiguration.CglibAutoProxyConfiguration | |
---|
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration | |
---|
ArtemisAutoConfiguration | |
---|
ArtemisConfigurationCustomizer | Callback interface that can be implemented by beans wishing to customize the Artemis JMS server Configuration before it is used by an auto-configured EmbeddedJMS instance. |
---|
ArtemisMode | Define the mode in which Artemis can operate. |
---|
ArtemisNoOpBindingRegistry | A no-op implementation of the BindingRegistry . |
---|
ArtemisProperties | Configuration properties for Artemis. |
---|
ArtemisProperties.Embedded | Configuration for an embedded Artemis server. |
---|
AutoConfigurationExcludeFilter | A TypeFilter implementation that matches registered auto-configuration classes. |
---|
AutoConfigurationImportEvent | Event fired when auto-configuration classes are imported. |
---|
AutoConfigurationImportFilter | Filter that can be registered in spring.factories to limit the auto-configuration classes considered. |
---|
AutoConfigurationImportListener | Listener that can be registered with spring.factories to receive details of imported auto-configurations. |
---|
AutoConfigurationImportSelector | |
---|
AutoConfigurationImportSelector.AutoConfigurationEntry | |
---|
AutoConfigurationMetadata | Provides access to meta-data written by the auto-configure annotation processor. |
---|
AutoConfigurationPackage | |
---|
AutoConfigurationPackages | Class for storing auto-configuration packages for reference later (e.g. |
---|
AutoConfigurations | Configurations representing auto-configuration @Configuration classes.
|
---|
AutoConfigureAfter | Hint for that an auto-configuration should be applied after other specified auto-configuration classes. |
---|
AutoConfigureBefore | Hint for that an auto-configuration should be applied before other specified auto-configuration classes. |
---|
AutoConfigureOrder | Auto-configuration specific variant of Spring Framework's Order annotation. |
---|
BackgroundPreinitializer | ApplicationListener to trigger early initialization in a background thread of time consuming tasks.
|
---|
BasicBatchConfigurer | Basic BatchConfigurer implementation. |
---|
BasicErrorController | Basic global error Controller , rendering ErrorAttributes . |
---|
BatchAutoConfiguration | |
---|
BatchDataSourceInitializer | Initialize the Spring Batch schema (ignoring errors, so should be idempotent). |
---|
BatchProperties | Configuration properties for Spring Batch. |
---|
BatchProperties.Job | |
---|
CacheAutoConfiguration | |
---|
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration | |
---|
CacheManagerCustomizer<T extends org.springframework.cache.CacheManager> | Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration. |
---|
CacheManagerCustomizers | |
---|
CacheProperties | Configuration properties for the cache abstraction. |
---|
CacheProperties.Caffeine | Caffeine specific cache properties. |
---|
CacheProperties.Couchbase | Couchbase specific cache properties. |
---|
CacheProperties.EhCache | EhCache specific cache properties. |
---|
CacheProperties.Infinispan | Infinispan specific cache properties. |
---|
CacheProperties.JCache | JCache (JSR-107) specific cache properties. |
---|
CacheProperties.Redis | Redis-specific cache properties. |
---|
CacheType | Supported cache types (defined in order of precedence). |
---|
CassandraAutoConfiguration | |
---|
CassandraDataAutoConfiguration | |
---|
CassandraProperties | Configuration properties for Cassandra. |
---|
CassandraProperties.Pool | Pool properties. |
---|
CassandraReactiveDataAutoConfiguration | |
---|
CassandraReactiveRepositoriesAutoConfiguration | |
---|
CassandraRepositoriesAutoConfiguration | |
---|
ClientHttpConnectorAutoConfiguration | |
---|
ClientsConfiguredCondition | Condition that matches if any spring.security.oauth2.client.registration properties are defined. |
---|
CloudServiceConnectorsAutoConfiguration | |
---|
ClusterBuilderCustomizer | Callback interface that can be implemented by beans wishing to customize the Cluster via a Cluster.Builder whilst retaining default auto-configuration. |
---|
CodecsAutoConfiguration | |
---|
ConcurrentKafkaListenerContainerFactoryConfigurer | Configure ConcurrentKafkaListenerContainerFactory with sensible defaults. |
---|
ConditionalOnBean | Conditional that only matches when beans meeting all the specified requirements are already contained in the BeanFactory .
|
---|
ConditionalOnClass | Conditional that only matches when the specified classes are on the classpath.
|
---|
ConditionalOnCloudPlatform | Conditional that matches when the specified cloud platform is active.
|
---|
ConditionalOnEnabledResourceChain | Conditional that checks whether or not the Spring resource handling chain is enabled.
|
---|
ConditionalOnExpression | Configuration annotation for a conditional element that depends on the value of a SpEL expression. |
---|
ConditionalOnJava | Conditional that matches based on the JVM version the application is running on.
|
---|
ConditionalOnJava.Range | Range options. |
---|
ConditionalOnJndi | Conditional that matches based on the availability of a JNDI InitialContext and the ability to lookup specific locations. |
---|
ConditionalOnMissingBean | Conditional that only matches when no beans meeting the specified requirements are already contained in the BeanFactory .
|
---|
ConditionalOnMissingClass | Conditional that only matches when the specified classes are not on the classpath.
|
---|
ConditionalOnMissingFilterBean | Conditional that only matches when no Filter beans of the specified type are contained in the BeanFactory .
|
---|
ConditionalOnNotWebApplication | Conditional that only matches when the application context is a not a web application context.
|
---|
ConditionalOnProperty | Conditional that checks if the specified properties have a specific value.
|
---|
ConditionalOnRepositoryType | Conditional that only matches when a particular type of Spring Data repository has been enabled.
|
---|
ConditionalOnResource | Conditional that only matches when the specified resources are on the classpath.
|
---|
ConditionalOnSingleCandidate | Conditional that only matches when a bean of the specified class is already contained in the BeanFactory and a single candidate can be determined.
|
---|
ConditionalOnWebApplication | Conditional that matches when the application is a web application.
|
---|
ConditionalOnWebApplication.Type | Available application types. |
---|
ConditionEvaluationReport | Records condition evaluation details for reporting and logging. |
---|
ConditionEvaluationReport.ConditionAndOutcome | |
---|
ConditionEvaluationReport.ConditionAndOutcomes | |
---|
ConditionEvaluationReportLoggingListener | |
---|
ConditionEvaluationReportMessage | A condition evaluation report message that can logged or printed. |
---|
ConditionMessage | |
---|
ConditionMessage.Style | Render styles. |
---|
ConditionOutcome | Outcome for a condition match, including log message. |
---|
ConfigurationPropertiesAutoConfiguration | |
---|
CouchbaseAutoConfiguration | |
---|
CouchbaseCacheConfiguration | Couchbase cache configuration. |
---|
CouchbaseConfiguration | |
---|
CouchbaseDataAutoConfiguration | |
---|
CouchbaseDataAutoConfiguration.ValidationConfiguration | |
---|
CouchbaseDataProperties | Configuration properties for Spring Data Couchbase. |
---|
CouchbaseProperties | Configuration properties for Couchbase. |
---|
CouchbaseProperties.Bucket | |
---|
CouchbaseProperties.Endpoints | |
---|
CouchbaseProperties.Endpoints.CouchbaseService | |
---|
CouchbaseProperties.Env | |
---|
CouchbaseProperties.Ssl | |
---|
CouchbaseProperties.Timeouts | |
---|
CouchbaseReactiveDataAutoConfiguration | |
---|
CouchbaseReactiveRepositoriesAutoConfiguration | |
---|
CouchbaseRepositoriesAutoConfiguration | |
---|
DataSourceAutoConfiguration | |
---|
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration | |
---|
DataSourceAutoConfiguration.PooledDataSourceConfiguration | |
---|
DataSourceClosingSpringLiquibase | A custom SpringLiquibase extension that closes the underlying DataSource once the database has been migrated. |
---|
DataSourcePoolMetadataProvidersConfiguration | Register the DataSourcePoolMetadataProvider instances for the supported data sources. |
---|
DataSourceProperties | Base class for configuration of a data source. |
---|
DataSourceProperties.Xa | XA Specific datasource settings. |
---|
DataSourceSchemaCreatedEvent | ApplicationEvent used internally to indicate that the schema of a new DataSource has been created. |
---|
DataSourceTransactionManagerAutoConfiguration | |
---|
DefaultErrorViewResolver | Default ErrorViewResolver implementation that attempts to resolve error views using well known conventions. |
---|
DefaultErrorWebExceptionHandler | Basic global WebExceptionHandler , rendering ErrorAttributes . |
---|
DefaultJmsListenerContainerFactoryConfigurer | Configure DefaultJmsListenerContainerFactory with sensible defaults. |
---|
DirectRabbitListenerContainerFactoryConfigurer | |
---|
DispatcherServletAutoConfiguration | |
---|
DispatcherServletAutoConfiguration.DispatcherServletConfiguration | |
---|
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration | |
---|
DispatcherServletPath | Interface that can be used by auto-configurations that need path details for the default DispatcherServlet . |
---|
DispatcherServletPathProvider | Deprecated. |
---|
DispatcherServletRegistrationBean | ServletRegistrationBean for the auto-configured DispatcherServlet .
|
---|
ElasticsearchAutoConfiguration | |
---|
ElasticsearchDataAutoConfiguration | |
---|
ElasticsearchProperties | Configuration properties for Elasticsearch. |
---|
ElasticsearchRepositoriesAutoConfiguration | |
---|
EmbeddedDataSourceConfiguration | Configuration for embedded data sources. |
---|
EmbeddedLdapAutoConfiguration | |
---|
EmbeddedLdapProperties | Configuration properties for Embedded LDAP. |
---|
EmbeddedLdapProperties.Credential | |
---|
EmbeddedLdapProperties.Validation | |
---|
EmbeddedMongoAutoConfiguration | |
---|
EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration | Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean. |
---|
EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration | Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean. |
---|
EmbeddedMongoProperties | Configuration properties for Embedded Mongo. |
---|
EmbeddedMongoProperties.Storage | |
---|
EmbeddedWebServerFactoryCustomizerAutoConfiguration | |
---|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration | Nested configuration if Jetty is being used. |
---|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration | Nested configuration if Netty is being used. |
---|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration | Nested configuration if Tomcat is being used. |
---|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration | Nested configuration if Undertow is being used. |
---|
EnableAutoConfiguration | Enable auto-configuration of the Spring Application Context, attempting to guess and configure beans that you are likely to need. |
---|
EntityManagerFactoryBuilderCustomizer | Callback interface that can be used to customize the auto-configured EntityManagerFactoryBuilder . |
---|
EntityManagerFactoryDependsOnPostProcessor | BeanFactoryPostProcessor that can be used to dynamically declare that all EntityManagerFactory beans should "depend on" one or more specific beans.
|
---|
EntityScan | Configures the base packages used by auto-configuration when scanning for entity classes. |
---|
EntityScanner | An entity scanner that searches the classpath from an @EntityScan specified packages. |
---|
EntityScanPackages | Class for storing @EntityScan specified packages for reference later (e.g. |
---|
ErrorMvcAutoConfiguration | |
---|
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration | |
---|
ErrorProperties | Configuration properties for web error handling. |
---|
ErrorProperties.IncludeStacktrace | Include Stacktrace attribute options. |
---|
ErrorProperties.Whitelabel | |
---|
ErrorViewResolver | Interface that can be implemented by beans that resolve error views. |
---|
ErrorWebFluxAutoConfiguration | |
---|
FlywayAutoConfiguration | |
---|
FlywayAutoConfiguration.FlywayConfiguration | |
---|
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJdbcOperationsDependencyConfiguration | Additional configuration to ensure that JdbcOperations beans depend on the flywayInitializer bean. |
---|
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration | Additional configuration to ensure that EntityManagerFactory beans depend on the flywayInitializer bean. |
---|
FlywayAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration | Additional configuration to ensure that JdbcOperations beans depend on the flyway bean. |
---|
FlywayAutoConfiguration.FlywayJpaDependencyConfiguration | Additional configuration to ensure that EntityManagerFactory beans depend on the flyway bean. |
---|
FlywayConfigurationCustomizer | Callback interface that can be implemented by beans wishing to customize the flyway configuration. |
---|
FlywayDataSource | Qualifier annotation for a DataSource to be injected in to Flyway. |
---|
FlywayMigrationInitializer | |
---|
FlywayMigrationStrategy | Strategy used to initialize Flyway migration. |
---|
FlywayProperties | Configuration properties for Flyway database migrations. |
---|
FreeMarkerAutoConfiguration | |
---|
FreeMarkerProperties | ConfigurationProperties for configuring FreeMarker.
|
---|
FreeMarkerTemplateAvailabilityProvider | |
---|
GroovyTemplateAutoConfiguration | Auto-configuration support for Groovy templates in MVC. |
---|
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration | |
---|
GroovyTemplateAutoConfiguration.GroovyWebConfiguration | |
---|
GroovyTemplateAvailabilityProvider | |
---|
GroovyTemplateProperties | ConfigurationProperties for configuring Groovy templates.
|
---|
GsonAutoConfiguration | |
---|
GsonBuilderCustomizer | Callback interface that can be implemented by beans wishing to further customize the Gson via GsonBuilder retaining its default auto-configuration. |
---|
GsonProperties | Configuration properties to configure Gson . |
---|
H2ConsoleAutoConfiguration | |
---|
H2ConsoleProperties | Configuration properties for H2's console. |
---|
H2ConsoleProperties.Settings | |
---|
HateoasProperties | properties for Spring HATEOAS.
|
---|
HazelcastAutoConfiguration | |
---|
HazelcastClientFactory | Factory that can be used to create a client HazelcastInstance . |
---|
HazelcastConfigResourceCondition | |
---|
HazelcastInstanceFactory | Factory that can be used to create a HazelcastInstance . |
---|
HazelcastJpaDependencyAutoConfiguration | Additional configuration to ensure that EntityManagerFactory beans depend on the hazelcastInstance bean. |
---|
HazelcastProperties | Configuration properties for the hazelcast integration. |
---|
HazelcastSessionProperties | Configuration properties for Hazelcast backed Spring Session. |
---|
HibernateJpaAutoConfiguration | |
---|
HibernateProperties | Configuration properties for Hibernate. |
---|
HibernateProperties.Naming | |
---|
HibernatePropertiesCustomizer | Callback interface that can be implemented by beans wishing to customize the Hibernate properties before it is used by an auto-configured EntityManagerFactory . |
---|
HibernateSettings | Settings to apply when configuring Hibernate. |
---|
HttpClientConfigBuilderCustomizer | Callback interface that can be implemented by beans wishing to further customize the HttpClientConfig via a HttpClientConfig.Builder whilst retaining default auto-configuration. |
---|
HttpEncodingAutoConfiguration | |
---|
HttpHandlerAutoConfiguration | |
---|
HttpHandlerAutoConfiguration.AnnotationConfig | |
---|
HttpMessageConverters | Bean used to manage the HttpMessageConverter s used in a Spring Boot application. |
---|
HttpMessageConvertersAutoConfiguration | |
---|
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration | |
---|
HttpProperties | HTTP properties. |
---|
HttpProperties.Encoding | Configuration properties for http encoding. |
---|
HttpProperties.Encoding.Type | |
---|
HypermediaAutoConfiguration | |
---|
HypermediaAutoConfiguration.EntityLinksConfiguration | |
---|
HypermediaAutoConfiguration.HypermediaConfiguration | |
---|
HypermediaHttpMessageConverterConfiguration | Configuration for HttpMessageConverters when hypermedia is enabled. |
---|
ImportAutoConfiguration | Import and apply the specified auto-configuration classes. |
---|
InfinispanCacheConfiguration | Infinispan cache configuration. |
---|
InfluxDbAutoConfiguration | |
---|
InfluxDbOkHttpClientBuilderProvider | Provide the OkHttpClient.Builder to use to customize the auto-configured InfluxDB instance. |
---|
InfluxDbProperties | Configuration properties for InfluxDB. |
---|
IntegrationAutoConfiguration | |
---|
IntegrationAutoConfiguration.IntegrationComponentScanConfiguration | Integration component scan configuration. |
---|
IntegrationAutoConfiguration.IntegrationConfiguration | Basic Spring Integration configuration. |
---|
IntegrationAutoConfiguration.IntegrationJdbcConfiguration | Integration JDBC configuration. |
---|
IntegrationAutoConfiguration.IntegrationJmxConfiguration | Spring Integration JMX configuration. |
---|
IntegrationAutoConfiguration.IntegrationManagementConfiguration | Integration management configuration. |
---|
IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration | |
---|
IntegrationDataSourceInitializer | Initializer for Spring Integration schema. |
---|
IntegrationProperties | Configuration properties for Spring Integration. |
---|
IntegrationProperties.Jdbc | |
---|
IssuerUriCondition | Condition for creating JwtDecoder by oidc issuer location. |
---|
Jackson2ObjectMapperBuilderCustomizer | Callback interface that can be implemented by beans wishing to further customize the ObjectMapper via Jackson2ObjectMapperBuilder retaining its default auto-configuration. |
---|
JacksonAutoConfiguration | Auto configuration for Jackson. |
---|
JacksonProperties | Configuration properties to configure Jackson. |
---|
JCacheManagerCustomizer | Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches. |
---|
JdbcOperationsDependsOnPostProcessor | BeanFactoryPostProcessor that can be used to dynamically declare that all JdbcOperations beans should "depend on" one or more specific beans.
|
---|
JdbcProperties | Configuration properties for JDBC. |
---|
JdbcProperties.Template | JdbcTemplate settings.
|
---|
JdbcRepositoriesAutoConfiguration | |
---|
JdbcSessionDataSourceInitializer | Initializer for Spring Session schema. |
---|
JdbcSessionProperties | Configuration properties for JDBC backed Spring Session. |
---|
JdbcTemplateAutoConfiguration | |
---|
JedisClientConfigurationBuilderCustomizer | Callback interface that can be implemented by beans wishing to customize the JedisClientConfiguration via a JedisClientConfiguration.JedisClientConfigurationBuilder whilst retaining default auto-configuration. |
---|
JerseyApplicationPath | Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application. |
---|
JerseyAutoConfiguration | |
---|
JerseyAutoConfiguration.JerseyWebApplicationInitializer | |
---|
JerseyProperties | ConfigurationProperties for Jersey.
|
---|
JerseyProperties.Filter | |
---|
JerseyProperties.Servlet | |
---|
JerseyProperties.Type | |
---|
JerseyRequestMatcherProvider | |
---|
JestAutoConfiguration | |
---|
JestProperties | Configuration properties for Jest. |
---|
JestProperties.Proxy | |
---|
JettyWebServerFactoryCustomizer | Customization for Jetty-specific features common for both Servlet and Reactive servers. |
---|
JettyWebSocketServletWebServerCustomizer | WebSocket customizer for JettyServletWebServerFactory . |
---|
JmsAutoConfiguration | |
---|
JmsAutoConfiguration.JmsTemplateConfiguration | |
---|
JmsAutoConfiguration.MessagingTemplateConfiguration | |
---|
JmsPoolConnectionFactoryFactory | |
---|
JmsPoolConnectionFactoryProperties | Configuration properties for connection factory pooling. |
---|
JmsProperties | Configuration properties for JMS. |
---|
JmsProperties.AcknowledgeMode | Translate the acknowledge modes defined on the Session . |
---|
JmsProperties.Cache | |
---|
JmsProperties.DeliveryMode | |
---|
JmsProperties.Listener | |
---|
JmsProperties.Template | |
---|
JmxAutoConfiguration | Auto-configuration to enable/disable Spring's EnableMBeanExport mechanism based on configuration properties. |
---|
JndiConnectionFactoryAutoConfiguration | |
---|
JndiDataSourceAutoConfiguration | |
---|
JobExecutionEvent | Spring ApplicationEvent encapsulating a JobExecution . |
---|
JobExecutionExitCodeGenerator | |
---|
JobLauncherCommandLineRunner | CommandLineRunner to launch Spring Batch jobs.
|
---|
JobStoreType | Define the supported Quartz JobStore . |
---|
JooqAutoConfiguration | |
---|
JooqAutoConfiguration.DslContextConfiguration | |
---|
JooqExceptionTranslator | Transforms SQLException into a Spring-specific DataAccessException . |
---|
JooqProperties | Configuration properties for the JOOQ database library. |
---|
JpaBaseConfiguration | |
---|
JpaBaseConfiguration.JpaWebConfiguration | |
---|
JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration | |
---|
JpaBatchConfigurer | |
---|
JpaProperties | External configuration properties for a JPA EntityManagerFactory created by Spring. |
---|
JpaRepositoriesAutoConfiguration | |
---|
JsonbAutoConfiguration | |
---|
JspTemplateAvailabilityProvider | |
---|
JtaAutoConfiguration | |
---|
JtaProperties | External configuration properties for a JtaTransactionManager created by Spring. |
---|
KafkaAutoConfiguration | |
---|
KafkaProperties | Configuration properties for Spring for Apache Kafka. |
---|
KafkaProperties.Admin | |
---|
KafkaProperties.Consumer | |
---|
KafkaProperties.Jaas | |
---|
KafkaProperties.Listener | |
---|
KafkaProperties.Listener.Type | |
---|
KafkaProperties.Producer | |
---|
KafkaProperties.Ssl | |
---|
KafkaProperties.Streams | High (and some medium) priority Streams properties and a general properties bucket. |
---|
KafkaProperties.Template | |
---|
LdapAutoConfiguration | |
---|
LdapProperties | Configuration properties for LDAP. |
---|
LdapRepositoriesAutoConfiguration | |
---|
LettuceClientConfigurationBuilderCustomizer | Callback interface that can be implemented by beans wishing to customize the LettuceClientConfiguration via a LettuceClientConfiguration.LettuceClientConfigurationBuilder whilst retaining default auto-configuration. |
---|
LiquibaseAutoConfiguration | |
---|
LiquibaseAutoConfiguration.LiquibaseConfiguration | |
---|
LiquibaseAutoConfiguration.LiquibaseJdbcOperationsDependencyConfiguration | Additional configuration to ensure that JdbcOperations beans depend on the liquibase bean. |
---|
LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration | Additional configuration to ensure that EntityManagerFactory beans depend on the liquibase bean. |
---|
LiquibaseDataSource | Qualifier annotation for a DataSource to be injected in to Liquibase. |
---|
LiquibaseProperties | Configuration properties to configure SpringLiquibase . |
---|
MailProperties | Configuration properties for email support. |
---|
MailSenderAutoConfiguration | |
---|
MailSenderValidatorAutoConfiguration | |
---|
MessageSourceAutoConfiguration | |
---|
MessageSourceAutoConfiguration.ResourceBundleCondition | |
---|
MessageSourceProperties | Configuration properties for Message Source. |
---|
MongoAutoConfiguration | |
---|
MongoClientDependsOnBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
|
---|
MongoClientFactory | |
---|
MongoClientSettingsBuilderCustomizer | Callback interface that can be implemented by beans wishing to customize the MongoClientSettings via a MongoClientSettings.Builder whilst retaining default auto-configuration. |
---|
MongoDataAutoConfiguration | |
---|
MongoProperties | Configuration properties for Mongo. |
---|
MongoReactiveAutoConfiguration | |
---|
MongoReactiveDataAutoConfiguration | |
---|
MongoReactiveRepositoriesAutoConfiguration | |
---|
MongoRepositoriesAutoConfiguration | |
---|
MongoSessionProperties | Configuration properties for Mongo-backed Spring Session. |
---|
MultipartAutoConfiguration | |
---|
MultipartProperties | Properties to be used in configuring a MultipartConfigElement . |
---|
MustacheAutoConfiguration | |
---|
MustacheEnvironmentCollector | Mustache Mustache.Collector to expose properties from the Spring Environment . |
---|
MustacheProperties | ConfigurationProperties for Mustache.
|
---|
MustacheResourceTemplateLoader | Mustache TemplateLoader implementation that uses a prefix, suffix and the Spring Resource abstraction to load a template from a file, classpath, URL etc. |
---|
MustacheTemplateAvailabilityProvider | |
---|
MvcRequestMatcherProvider | |
---|
Neo4jDataAutoConfiguration | |
---|
Neo4jDataAutoConfiguration.Neo4jWebConfiguration | |
---|
Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration | |
---|
Neo4jProperties | Configuration properties for Neo4j. |
---|
Neo4jProperties.Embedded | |
---|
Neo4jRepositoriesAutoConfiguration | |
---|
NettyWebServerFactoryCustomizer | Customization for Netty-specific features. |
---|
NoneNestedConditions | Condition that will match when none of the nested class conditions match.
|
---|
NonUniqueSessionRepositoryException | Exception thrown when multiple SessionRepository implementations are available with no way to know which implementation should be used. |
---|
OAuth2ClientAutoConfiguration | |
---|
OAuth2ClientProperties | OAuth 2.0 client properties. |
---|
OAuth2ClientProperties.Provider | |
---|
OAuth2ClientProperties.Registration | A single client registration. |
---|
OAuth2ClientPropertiesRegistrationAdapter | |
---|
OAuth2ResourceServerAutoConfiguration | |
---|
OAuth2ResourceServerProperties | OAuth 2.0 resource server properties. |
---|
OAuth2ResourceServerProperties.Jwt | |
---|
OnPropertyListCondition | Condition that checks if a property whose value is a list is defined in the environment.
|
---|
ParentAwareNamingStrategy | Extension of MetadataNamingStrategy that supports a parent ApplicationContext . |
---|
PathBasedTemplateAvailabilityProvider | |
---|
PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties | |
---|
PathRequest | Factory that can be used to create a ServerWebExchangeMatcher for commonly used paths. |
---|
PathRequest | Factory that can be used to create a RequestMatcher for commonly used paths. |
---|
PathRequest.H2ConsoleRequestMatcher | The request matcher used to match against h2 console path. |
---|
PersistenceExceptionTranslationAutoConfiguration | |
---|
PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager> | Callback interface that can be implemented by beans wishing to customize PlatformTransactionManagers whilst retaining default auto-configuration. |
---|
ProjectInfoAutoConfiguration | |
---|
ProjectInfoProperties | Configuration properties for project information. |
---|
ProjectInfoProperties.Build | Build specific info properties. |
---|
ProjectInfoProperties.Git | Git specific info properties. |
---|
PropertyPlaceholderAutoConfiguration | |
---|
QuartzAutoConfiguration | |
---|
QuartzAutoConfiguration.JdbcStoreTypeConfiguration | |
---|
QuartzDataSource | Qualifier annotation for a DataSource to be injected into Quartz auto-configuration. |
---|
QuartzDataSourceInitializer | Initialize the Quartz Scheduler schema. |
---|
QuartzProperties | Configuration properties for the Quartz Scheduler integration. |
---|
QuartzProperties.Jdbc | |
---|
RabbitAutoConfiguration | |
---|
RabbitAutoConfiguration.MessagingTemplateConfiguration | |
---|
RabbitAutoConfiguration.RabbitConnectionFactoryCreator | |
---|
RabbitAutoConfiguration.RabbitTemplateConfiguration | |
---|
RabbitProperties | Configuration properties for Rabbit. |
---|
RabbitProperties.AmqpContainer | |
---|
RabbitProperties.Cache | |
---|
RabbitProperties.Cache.Channel | |
---|
RabbitProperties.Cache.Connection | |
---|
RabbitProperties.ContainerType | |
---|
RabbitProperties.DirectContainer | Configuration properties for DirectMessageListenerContainer . |
---|
RabbitProperties.Listener | |
---|
RabbitProperties.ListenerRetry | |
---|
RabbitProperties.Retry | |
---|
RabbitProperties.SimpleContainer | Configuration properties for SimpleMessageListenerContainer . |
---|
RabbitProperties.Ssl | |
---|
RabbitProperties.Template | |
---|
RabbitRetryTemplateCustomizer | Callback interface that can be used to customize a RetryTemplate used as part of the Rabbit infrastructure. |
---|
RabbitRetryTemplateCustomizer.Target | Define the available target for a RetryTemplate . |
---|
ReactiveMongoClientFactory | |
---|
ReactiveOAuth2ClientAutoConfiguration | |
---|
ReactiveOAuth2ResourceServerAutoConfiguration | |
---|
ReactiveSecurityAutoConfiguration | |
---|
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
|
---|
ReactiveUserDetailsServiceAutoConfiguration | Default user Configuration for a reactive web application. |
---|
ReactiveWebServerFactoryAutoConfiguration | |
---|
ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar | Registers a WebServerFactoryCustomizerBeanPostProcessor . |
---|
ReactiveWebServerFactoryCustomizer | |
---|
ReactorCoreAutoConfiguration | |
---|
ReactorCoreProperties | Properties for Reactor Core. |
---|
ReactorCoreProperties.StacktraceMode | |
---|
RedisAutoConfiguration | |
---|
RedisProperties | Configuration properties for Redis. |
---|
RedisProperties.Cluster | Cluster properties. |
---|
RedisProperties.Jedis | Jedis client properties. |
---|
RedisProperties.Lettuce | Lettuce client properties. |
---|
RedisProperties.Pool | Pool properties. |
---|
RedisProperties.Sentinel | Redis sentinel properties. |
---|
RedisReactiveAutoConfiguration | |
---|
RedisRepositoriesAutoConfiguration | |
---|
RedisSessionProperties | Configuration properties for Redis backed Spring Session. |
---|
RepositoryRestMvcAutoConfiguration | |
---|
RepositoryRestProperties | Configuration properties for Spring Data REST. |
---|
RepositoryType | Type of Spring Data repositories to enable. |
---|
RequestMatcherProvider | Interface that can be used to provide a RequestMatcher that can be used with Spring Security. |
---|
ResourceCondition | SpringBootCondition used to check if a resource can be found using a configurable property and optional default location(s). |
---|
ResourceConfigCustomizer | Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used. |
---|
ResourceHandlerRegistrationCustomizer | Callback interface that can be used to customize ResourceHandlerRegistration . |
---|
ResourceProperties | Properties used to configure resource handling. |
---|
ResourceProperties.Cache | Cache configuration. |
---|
ResourceProperties.Cache.Cachecontrol | Cache Control HTTP header configuration. |
---|
ResourceProperties.Chain | Configuration for the Spring Resource Handling chain. |
---|
ResourceProperties.Content | Version Strategy based on content hashing. |
---|
ResourceProperties.Fixed | Version Strategy based on a fixed version string. |
---|
ResourceProperties.Strategy | Strategies for extracting and embedding a resource version in its URL path. |
---|
RestClientAutoConfiguration | |
---|
RestClientAutoConfiguration.RestHighLevelClientConfiguration | |
---|
RestClientBuilderCustomizer | Callback interface that can be implemented by beans wishing to further customize the RestClient via a RestClientBuilder whilst retaining default auto-configuration. |
---|
RestClientProperties | Configuration properties for Elasticsearch REST clients. |
---|
RestTemplateAutoConfiguration | |
---|
SchedulerFactoryBeanCustomizer | Callback interface that can be implemented by beans wishing to customize the Quartz SchedulerFactoryBean before it is fully initialized, in particular to tune its configuration. |
---|
SearchStrategy | Some named search strategies for beans in the bean factory hierarchy. |
---|
SecurityAutoConfiguration | |
---|
SecurityDataConfiguration | Automatically adds Spring Security's integration with Spring Data. |
---|
SecurityFilterAutoConfiguration | |
---|
SecurityProperties | Configuration properties for Spring Security. |
---|
SecurityProperties.Filter | |
---|
SecurityProperties.User | |
---|
SecurityRequestMatcherProviderAutoConfiguration | |
---|
SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration | |
---|
SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration | |
---|
SendGridAutoConfiguration | |
---|
SendGridProperties | ConfigurationProperties for SendGrid.
|
---|
SendGridProperties.Proxy | |
---|
ServerProperties | ConfigurationProperties for a web server (e.g.
|
---|
ServerProperties.Jetty | Jetty properties. |
---|
ServerProperties.Jetty.Accesslog | Jetty access log properties. |
---|
ServerProperties.Servlet | Servlet properties. |
---|
ServerProperties.Tomcat | Tomcat properties. |
---|
ServerProperties.Tomcat.Accesslog | Tomcat access log properties. |
---|
ServerProperties.Tomcat.Resource | Tomcat static resource properties. |
---|
ServerProperties.Undertow | Undertow properties. |
---|
ServerProperties.Undertow.Accesslog | Undertow access log properties. |
---|
ServletWebServerFactoryAutoConfiguration | |
---|
ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar | Registers a WebServerFactoryCustomizerBeanPostProcessor . |
---|
ServletWebServerFactoryCustomizer | |
---|
SessionAutoConfiguration | |
---|
SessionProperties | Configuration properties for Spring Session. |
---|
SessionProperties.Servlet | Servlet-related properties. |
---|
SessionRepositoryUnavailableException | Exception thrown when no SessionRepository is available. |
---|
SimpleRabbitListenerContainerFactoryConfigurer | |
---|
SolrAutoConfiguration | |
---|
SolrProperties | ConfigurationProperties for Solr.
|
---|
SolrRepositoriesAutoConfiguration | Enables auto configuration for Spring Data Solr repositories. |
---|
SpringApplicationAdminJmxAutoConfiguration | Register a JMX component that allows to administer the current application. |
---|
SpringBootApplication | Indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component scanning . |
---|
SpringBootCondition | Base of all Condition implementations used with Spring Boot. |
---|
SpringBootCouchbaseConfigurer | A simple CouchbaseConfigurer implementation. |
---|
SpringBootWebSecurityConfiguration | The default configuration for web security. |
---|
SpringDataWebAutoConfiguration | |
---|
SpringDataWebProperties | Configuration properties for Spring Data Web. |
---|
SpringDataWebProperties.Pageable | Pageable properties. |
---|
SpringDataWebProperties.Sort | Sort properties. |
---|
SpringTransactionProvider | Allows Spring Transaction to be used with JOOQ. |
---|
StaticResourceLocation | Common locations for static resources. |
---|
StaticResourceRequest | Used to create a ServerWebExchangeMatcher for static resources in commonly used locations. |
---|
StaticResourceRequest | Used to create a RequestMatcher for static resources in commonly used locations. |
---|
StaticResourceRequest.StaticResourceRequestMatcher | The request matcher used to match against resource Locations . |
---|
StaticResourceRequest.StaticResourceServerWebExchange | The server web exchange matcher used to match against resource locations . |
---|
StoreType | Supported Spring Session data store types. |
---|
TaskExecutionAutoConfiguration | |
---|
TaskExecutionProperties | Configuration properties for task execution. |
---|
TaskExecutionProperties.Pool | |
---|
TaskSchedulingAutoConfiguration | |
---|
TaskSchedulingProperties | Configuration properties for task scheduling. |
---|
TaskSchedulingProperties.Pool | |
---|
TemplateAvailabilityProvider | Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf. |
---|
TemplateAvailabilityProviders | |
---|
TemplateLocation | Contains a location that templates can be loaded from. |
---|
ThymeleafAutoConfiguration | |
---|
ThymeleafAutoConfiguration.DataAttributeDialectConfiguration | |
---|
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration | |
---|
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect | |
---|
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration | |
---|
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration | |
---|
ThymeleafProperties | Properties for Thymeleaf. |
---|
ThymeleafProperties.Reactive | |
---|
ThymeleafProperties.Servlet | |
---|
ThymeleafTemplateAvailabilityProvider | |
---|
TomcatServletWebServerFactoryCustomizer | |
---|
TomcatWebServerFactoryCustomizer | Customization for Tomcat-specific features common for both Servlet and Reactive servers. |
---|
TomcatWebSocketReactiveWebServerCustomizer | WebSocket customizer for TomcatReactiveWebServerFactory . |
---|
TomcatWebSocketServletWebServerCustomizer | WebSocket customizer for TomcatServletWebServerFactory . |
---|
TransactionAutoConfiguration | |
---|
TransactionAutoConfiguration.EnableTransactionManagementConfiguration | |
---|
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration | |
---|
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration | |
---|
TransactionAutoConfiguration.TransactionTemplateConfiguration | |
---|
TransactionManagerCustomizers | |
---|
TransactionProperties | Configuration properties that can be applied to an AbstractPlatformTransactionManager . |
---|
UndertowWebServerFactoryCustomizer | Customization for Undertow-specific features common for both Servlet and Reactive servers. |
---|
UndertowWebSocketServletWebServerCustomizer | WebSocket customizer for UndertowServletWebServerFactory . |
---|
UserDetailsServiceAutoConfiguration | |
---|
ValidationAutoConfiguration | |
---|
ValidatorAdapter | Validator implementation that delegates calls to another Validator .
|
---|
WebClientAutoConfiguration | |
---|
WebClientAutoConfiguration.WebClientCodecsConfiguration | |
---|
WebClientCodecCustomizer | WebClientCustomizer that configures codecs for the HTTP client.
|
---|
WebConversionService | FormattingConversionService dedicated to web applications for formatting and converting values to/from the web.
|
---|
WebFluxAutoConfiguration | |
---|
WebFluxAutoConfiguration.EnableWebFluxConfiguration | Configuration equivalent to @EnableWebFlux . |
---|
WebFluxAutoConfiguration.WebFluxConfig | |
---|
WebFluxProperties | properties for Spring WebFlux.
|
---|
WebFluxRegistrations | Interface to register key components of the WebFluxAutoConfiguration in place of the default ones provided by Spring WebFlux. |
---|
WebMvcAutoConfiguration | |
---|
WebMvcAutoConfiguration.EnableWebMvcConfiguration | Configuration equivalent to @EnableWebMvc . |
---|
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter | |
---|
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration | |
---|
WebMvcProperties | properties for Spring MVC.
|
---|
WebMvcProperties.Async | |
---|
WebMvcProperties.Contentnegotiation | |
---|
WebMvcProperties.LocaleResolver | |
---|
WebMvcProperties.Pathmatch | |
---|
WebMvcProperties.Servlet | |
---|
WebMvcProperties.View | |
---|
WebMvcRegistrations | Interface to register key components of the WebMvcConfigurationSupport in place of the default ones provided by Spring MVC. |
---|
WebSecurityEnablerConfiguration | If there is a bean of type WebSecurityConfigurerAdapter, this adds the EnableWebSecurity annotation. |
---|
WebServicesAutoConfiguration | |
---|
WebServicesAutoConfiguration.WsConfiguration | |
---|
WebServicesProperties | ConfigurationProperties for Spring Web Services.
|
---|
WebServicesProperties.Servlet | |
---|
WebServiceTemplateAutoConfiguration | |
---|
WebSocketMessagingAutoConfiguration | |
---|
WebSocketReactiveAutoConfiguration | Auto configuration for WebSocket reactive server in Tomcat, Jetty or Undertow. |
---|
WebSocketServletAutoConfiguration | Auto configuration for WebSocket servlet server in embedded Tomcat, Jetty or Undertow. |
---|
XADataSourceAutoConfiguration | |
---|