A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

AbstractDatabaseInitializer - Class in org.springframework.boot.autoconfigure
Base class used for database initialization.
AbstractDatabaseInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
 
AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.autoconfigure.jdbc.metadata
A base DataSourcePoolMetadata implementation.
AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
Create an instance with the data source to use.
AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
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.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
AbstractErrorController - Class in org.springframework.boot.autoconfigure.web
Abstract base class for error Controller implementations.
AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
Base ImportBeanDefinitionRegistrar used to auto-configure Spring Data Repositories.
AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
Base class for ConfigurationProperties of a AbstractTemplateViewResolver.
AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
Base class for ConfigurationProperties of a ViewResolver.
AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
ACCEPT_HEADER - org.springframework.boot.autoconfigure.web.WebMvcProperties.LocaleResolver
Use the "Accept-Language" header or the configured locale if the header is not set.
ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order before the basic authentication access control provided by Boot.
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration to integrate with an ActiveMQ broker.
ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
 
ActiveMQConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.jms.activemq
Callback interface that can be implemented by beans wishing to customize the ActiveMQConnectionFactory whilst retaining default auto-configuration.
ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
Configuration properties for ActiveMQ.
ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
ActiveMQProperties.Packages - Class in org.springframework.boot.autoconfigure.jms.activemq
 
ActiveMQProperties.Pool - Class in org.springframework.boot.autoconfigure.jms.activemq
 
add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
addConnectionFactories(ConnectionFactoryConfigurer, Environment) - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
afterSingletonsInstantiated() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
 
ALL - org.springframework.boot.autoconfigure.condition.SearchStrategy
Search the entire hierarchy.
ALL - org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
 
AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when all nested class conditions match.
AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
ALWAYS - org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Always add stacktrace information.
amqpAdmin(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
AmqpContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
ANCESTORS - org.springframework.boot.autoconfigure.condition.SearchStrategy
Search all ancestors, but not the current context.
andCondition(Class<? extends Annotation>, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
andCondition(String, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
annotation() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The annotation type decorating a bean that should be checked.
annotation() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The annotation type decorating a bean that should be checked.
AnonymousUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
 
anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified conditions match.
AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when any nested class condition matches.
AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring's AOP support.
AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
 
AopAutoConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new ConditionMessage based on the instance and an appended message.
ApplicationNoWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
 
ApplicationWebSecurityConfigurerAdapter(SecurityProperties) - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
applyProperties(JedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
applyProperties(FreeMarkerConfigurationFactory) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
 
applyTo(Collection<?>) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
applyToItem(Object) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
Apply the given properties to a AbstractTemplateViewResolver.
ArtemisAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration to integrate with an Artemis broker.
ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
 
ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
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 - Enum in org.springframework.boot.autoconfigure.jms.artemis
Define the mode in which Artemis can operate.
ArtemisNoOpBindingRegistry - Class in org.springframework.boot.autoconfigure.jms.artemis
A no-op implementation of the BindingRegistry.
ArtemisNoOpBindingRegistry() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
ArtemisProperties - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration properties for Artemis.
ArtemisProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
ArtemisProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration for an embedded Artemis server.
asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
Async() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
 
atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Used when no items are available.
AUTHENTICATED - org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
Must be an authenticated user.
authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
authenticationManager(AuthenticationConfiguration) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
AuthenticationManagerConfiguration - Class in org.springframework.boot.autoconfigure.security
Configuration for a Spring Security in-memory AuthenticationManager.
AuthenticationManagerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener - Class in org.springframework.boot.autoconfigure.security
ApplicationListener to autowire the AuthenticationEventPublisher into the AuthenticationManager.
authenticationManagerConfigurationListener() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
AuthenticationManagerConfigurationListener() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
 
AuthenticationUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
 
AuthoritiesExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Strategy used by UserInfoTokenServices to extract authorities from the resource server's response.
AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration properties for OAuth2 Authorization server.
AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
AUTO - org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Messages sent or received from the session are automatically acknowledged.
AutoConfigurationExcludeFilter - Class in org.springframework.boot.autoconfigure
A TypeFilter implementation that matches registered auto-configuration classes.
AutoConfigurationExcludeFilter() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
AutoConfigurationImportEvent - Class in org.springframework.boot.autoconfigure
Event fired when auto-configuration classes are imported.
AutoConfigurationImportEvent(Object, List<String>, Set<String>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
 
AutoConfigurationImportFilter - Interface in org.springframework.boot.autoconfigure
Filter that can be registered in spring.factories to limit the auto-configuration classes considered.
AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
Listener that can be registered with spring.factories to receive details of imported auto-configurations.
AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
DeferredImportSelector to handle auto-configuration.
AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
Provides access to meta-data written by the auto-configure annotation processor.
AutoConfigurationPackage - Annotation Type in org.springframework.boot.autoconfigure
Indicates that the package containing the annotated class should be registered with AutoConfigurationPackages.
AutoConfigurationPackages - Class in org.springframework.boot.autoconfigure
Class for storing auto-configuration packages for reference later (e.g.
AutoConfigurationPackages() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationPackages
 
AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure.logging
ApplicationContextInitializer that writes the ConditionEvaluationReport to the log.
AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
AutoConfigureAfter - Annotation Type in org.springframework.boot.autoconfigure
Hint for that an auto-configuration should be applied after other specified auto-configuration classes.
AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
Hint for that an auto-configuration should be applied before other specified auto-configuration classes.
AutoConfigureOrder - Annotation Type in org.springframework.boot.autoconfigure
Auto-configuration specific variant of Spring Framework's Order annotation.
available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is available.

B

BackgroundPreinitializer - Class in org.springframework.boot.autoconfigure
ApplicationListener to trigger early initialization in a background thread of time consuming tasks.
BackgroundPreinitializer() - Constructor for class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
BaseClientDetailsConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
 
basePackageClasses() - Method in annotation type org.springframework.boot.autoconfigure.domain.EntityScan
Type-safe alternative to EntityScan.basePackages() for specifying the packages to scan for entities.
basePackages() - Method in annotation type org.springframework.boot.autoconfigure.domain.EntityScan
Base packages to scan for entities.
Basic() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for application endpoints.
basicBatchConfigurer(DataSource, ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
BasicBatchConfigurer - Class in org.springframework.boot.autoconfigure.batch
Basic BatchConfigurer implementation.
BasicBatchConfigurer(BatchProperties, DataSource, EntityManagerFactory, TransactionManagerCustomizers) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
BasicBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
basicErrorController(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
BasicErrorController - Class in org.springframework.boot.autoconfigure.web
Basic global error Controller, rendering ErrorAttributes.
BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.autoconfigure.web.BasicErrorController
Create a new BasicErrorController instance.
BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.BasicErrorController
Create a new BasicErrorController instance.
BatchAutoConfiguration - Class in org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
BatchAutoConfiguration(BatchProperties, ObjectProvider<JobParametersConverter>) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchAutoConfiguration.JpaBatchConfiguration - Class in org.springframework.boot.autoconfigure.batch
 
batchDatabaseInitializer(DataSource, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchDatabaseInitializer - Class in org.springframework.boot.autoconfigure.batch
Initialize the Spring Batch schema (ignoring errors, so should be idempotent).
BatchDatabaseInitializer(DataSource, ResourceLoader, BatchProperties) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
BatchProperties - Class in org.springframework.boot.autoconfigure.batch
Configuration properties for Spring Batch.
BatchProperties() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties
 
BatchProperties.Initializer - Class in org.springframework.boot.autoconfigure.batch
 
BatchProperties.Job - Class in org.springframework.boot.autoconfigure.batch
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
 
because(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates the reason.
bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
BootGlobalAuthenticationConfiguration - Class in org.springframework.boot.autoconfigure.security
GlobalAuthenticationConfigurerAdapter to trigger early initialization of @EnableAutoConfiguration beans.
BootGlobalAuthenticationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration
 
bootGlobalAuthenticationConfigurationAdapter(ApplicationContext) - Static method in class org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration
 
Bucket() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
build() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
buildConsumerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of consumer properties from the state of this instance.
buildProducerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of producer properties from the state of this instance.
buildProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 

C

Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.cache
 
cacheAutoConfigurationValidator() - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheAutoConfigurationValidatorPostProcessor() - Static method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheManager() - Method in class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
cacheManager(EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
CacheManagerCustomizer<T extends org.springframework.cache.CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
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(ObjectProvider<List<CacheManagerCustomizer<?>>>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheManagerCustomizers - Class in org.springframework.boot.autoconfigure.cache
Invokes the available CacheManagerCustomizer instances in the context for a given CacheManager.
CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
 
CacheManagerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration
 
CacheProperties - Class in org.springframework.boot.autoconfigure.cache
Configuration properties for the cache abstraction.
CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
 
CacheProperties.Caffeine - Class in org.springframework.boot.autoconfigure.cache
Caffeine specific cache properties.
CacheProperties.Couchbase - Class in org.springframework.boot.autoconfigure.cache
Couchbase specific cache properties.
CacheProperties.EhCache - Class in org.springframework.boot.autoconfigure.cache
EhCache specific cache properties.
CacheProperties.Guava - Class in org.springframework.boot.autoconfigure.cache
Guava specific cache properties.
CacheProperties.Hazelcast - Class in org.springframework.boot.autoconfigure.cache
Deprecated.
CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
Infinispan specific cache properties.
CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
JCache (JSR-107) specific cache properties.
CacheType - Enum in org.springframework.boot.autoconfigure.cache
Supported cache types (defined in order of precedence).
Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CAFFEINE - org.springframework.boot.autoconfigure.cache.CacheType
Caffeine backed caching.
CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
CassandraAutoConfiguration(CassandraProperties, ObjectProvider<List<ClusterBuilderCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraConverter(CassandraMappingContext) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra support.
CassandraDataAutoConfiguration(BeanFactory, CassandraProperties, Cluster, Environment) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraMapping() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
Configuration properties for Cassandra.
CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra Repositories.
CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
 
cassandraTemplate(Session, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
 
Chain() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
 
checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
checkLocationExists() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
classes() - Method in annotation type org.springframework.boot.autoconfigure.ImportAutoConfiguration
The auto-configuration classes that should be imported.
clearPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
CLIENT - org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Messages are acknowledged once the message listener implementation has called Message.acknowledge().
ClientContextConfiguration(ObjectProvider<AccessTokenRequest>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
 
ClientDetailsLogger(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
close() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
CloudAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud.
CloudAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
 
cluster() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
ClusterBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
Callback interface that can be implemented by beans wishing to customize the Cluster via a Cluster.Builder whilst retaining default auto-configuration.
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.boot.autoconfigure.security.Http401AuthenticationEntryPoint
 
CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
CommonsDbcpDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
Deprecated.
CommonsDbcpDataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
Deprecated.
 
ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.kafka
Configure ConcurrentKafkaListenerContainerFactory with sensible defaults.
ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
 
ConditionalOnBean - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified bean classes and/or names are already contained in the BeanFactory.
ConditionalOnClass - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified classes are on the classpath.
ConditionalOnCloudPlatform - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches when the specified cloud platform is active.
ConditionalOnEnabledResourceChain - Annotation Type in org.springframework.boot.autoconfigure.web
Conditional that checks whether or not the Spring resource handling chain is enabled.
ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches based on the JVM version the application is running on.
ConditionalOnJava.JavaVersion - Enum in org.springframework.boot.autoconfigure.condition
Java versions.
ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
Range options.
ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches based on the availability of a JNDI InitialContext and the ability to lookup specific locations.
ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified bean classes and/or names are not already contained in the BeanFactory.
ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified classes are not on the classpath.
ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the application context is a not a web application context.
ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that checks if the specified properties have a specific value.
ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified resources are on the classpath.
ConditionalOnSingleCandidate - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified bean class is already contained in the BeanFactory and a single candidate can be determined.
ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the application context is a web application context.
ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
Records condition evaluation details for reporting and logging.
ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
Provides access to a single Condition and ConditionOutcome.
ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
Provides access to a number of ConditionEvaluationReport.ConditionAndOutcome items.
ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
A condition evaluation report message that can logged or printed.
ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
A message associated with a ConditionOutcome.
ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage for a condition.
ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage.ItemsBuilder for a condition.
ConditionMessage.Style - Enum in org.springframework.boot.autoconfigure.condition
Render styles.
ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
Outcome for a condition match, including log message.
ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
configuration(Neo4jProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration for ConfigurationProperties beans.
ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
 
configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
Configure the specified rabbit listener container factory.
configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
Configure the specified jms listener container factory.
configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
Configure the specified Kafka listener container factory.
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
configure(ClientDetailsServiceConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerEndpointsConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(ResourceServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
configure(JwtAccessTokenConverter) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterConfigurer
Configure the JwtAccessTokenConverter.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
configureHeaders(HeadersConfigurer<?>, SecurityProperties.Headers) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
connectController(ConnectionFactoryLocator, ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
Connection() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
connectionFactory() - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
containsAutoConfiguredDataSource(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
Determines if the dataSource being used by Spring was created from EmbeddedDataSourceConfiguration.
Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
Cookie() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
COUCHBASE - org.springframework.boot.autoconfigure.cache.CacheType
Couchbase backed caching.
CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
Auto-Configuration for Couchbase.
CouchbaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseAutoConfiguration.CouchbaseConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Couchbase cache configuration.
CouchbaseCacheConfiguration(CacheProperties, CacheManagerCustomizers, Bucket) - Constructor for class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase support.
CouchbaseDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
 
CouchbaseDataAutoConfiguration.ValidationConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
 
CouchbaseDataProperties - Class in org.springframework.boot.autoconfigure.data.couchbase
Configuration properties for Spring Data Couchbase.
CouchbaseDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
Configuration properties for Couchbase.
CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Bucket - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Endpoints - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Ssl - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Timeouts - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase Repositories.
CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
 
create() - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
create(ClassLoader) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
createConfiguration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
Create a Configuration based on the state of this instance.
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createFetcher(Object, String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
createHttpClientConfig() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
createJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
createMongoClient(MongoClientOptions, Environment) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Creates a MongoClient using the given options and environment.
createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
Create a new MultipartConfigElement using the properties.
createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createViewResolver(ViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver and computing a sensible order for it.
createViewResolver(ViewResolver, int) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver.
Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
CURRENT - org.springframework.boot.autoconfigure.condition.SearchStrategy
Search only the current context.
customize(Cluster.Builder) - Method in interface org.springframework.boot.autoconfigure.cassandra.ClusterBuilderCustomizer
Customize the Cluster.Builder.
customize(HttpClientConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.jest.HttpClientConfigBuilderCustomizer
Customize the HttpClientConfig.Builder.
customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
Customize the cache manager.
customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
Customize the ActiveMQConnectionFactory.
customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
Customize the configuration.
customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
Customize the resource config.
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
Customize the JacksonObjectMapperBuilder.
customize(WebSecurity.IgnoredRequestConfigurer) - Method in interface org.springframework.boot.autoconfigure.security.IgnoredRequestCustomizer
Customize the provided WebSecurity.IgnoredRequestConfigurer.
customize(OAuth2RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateCustomizer
Customize the rest template before it is initialized.
customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
 
customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
customize(RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterRestTemplateCustomizer
Customize the template before it is initialized.
customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
Customize the cache manager.
customize(T) - Method in class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
Customize the specified CacheManager.
customize(T) - Method in interface org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer
Customize the given transaction manager.
customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Customize vendor properties before they are used.

D

DataAttributeDialectConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.PooledDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceBuilder - Class in org.springframework.boot.autoconfigure.jdbc
Convenience class for building a DataSource with common implementations and properties.
DataSourceBuilder(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
DataSourceInitializedEvent - Class in org.springframework.boot.autoconfigure.jdbc
ApplicationEvent used internally to trigger DataSource initialization.
DataSourceInitializedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceInitializedEvent
dataSourceInitializer(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
dataSourceMBean(DataSource) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration
 
DataSourcePoolMetadata - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
Provides access meta-data that is commonly available from most pooled DataSource implementations.
DataSourcePoolMetadataProvider - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
Provide a DataSourcePoolMetadata based on a DataSource.
DataSourcePoolMetadataProviders - Class in org.springframework.boot.autoconfigure.jdbc.metadata
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
DataSourcePoolMetadataProviders(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
Create a DataSourcePoolMetadataProviders instance with an initial collection of delegates to use.
DataSourcePoolMetadataProvidersConfiguration - Class in org.springframework.boot.autoconfigure.jdbc.metadata
Register the DataSourcePoolMetadataProvider instances for the supported data sources.
DataSourcePoolMetadataProvidersConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
 
DataSourceProperties - Class in org.springframework.boot.autoconfigure.jdbc
Base class for configuration of a data source.
DataSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
DataSourceProperties.Xa - Class in org.springframework.boot.autoconfigure.jdbc
XA Specific datasource settings.
DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for DataSourceTransactionManager.
DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
 
dateFormatter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
DEFAULT - org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.ContentSecurityPolicyMode
Use the 'Content-Security-Policy' header.
DEFAULT_CHARSET - Static variable in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Default order of Spring Security's Filter in the servlet container (i.e.
DEFAULT_LOGIN_PATH - Static variable in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
DEFAULT_PORT - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Default port used when the configured port is null.
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_URI - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
DefaultErrorAttributes - Class in org.springframework.boot.autoconfigure.web
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web
Default ErrorViewResolver implementation that attempts to resolve error views using well known conventions.
DefaultErrorViewResolver(ApplicationContext, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
Create a new DefaultErrorViewResolver instance.
defaultIgnoredRequestsCustomizer(ServerProperties, SecurityProperties, ObjectProvider<ErrorController>) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
Configure DefaultJmsListenerContainerFactory with sensible defaults.
DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
 
DefaultUserInfoRestTemplateFactory - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Factory used to create the OAuth2RestTemplate used for extracting user info during authentication if none is available.
DefaultUserInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
 
defaultValidator() - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
DERBY - org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Derby Database Connection.
destroy() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
determineAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the comma-separated addresses or a single address (host:port) created from the configured host and port if no addresses have been set.
determineDatabase(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Determine the Database to use based on this configuration and the primary DataSource.
determineDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the driver to use based on this configuration and the environment.
determineHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the host from the first address, or the configured host if no addresses have been set.
determinePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a password it is returned.
determinePassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the password to use based on this configuration and the environment.
determinePort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the port from the first address, or the configured port if no addresses have been set.
determineQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
determineUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
determineUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the url to use based on this configuration and the environment.
determineUrls(Environment) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
determineUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a username it is returned.
determineUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the username to use based on this configuration and the environment.
determineVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a virtual host it is returned.
deviceDelegatingFreeMarkerViewResolver(DeviceDelegatingViewResolverFactory, FreeMarkerViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
DeviceDelegatingFreeMarkerViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
deviceDelegatingGroovyMarkupViewResolver(DeviceDelegatingViewResolverFactory, GroovyMarkupViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
DeviceDelegatingGroovyMarkupViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
deviceDelegatingJspViewResolver(DeviceDelegatingViewResolverFactory, InternalResourceViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
DeviceDelegatingJspViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
deviceDelegatingMustacheViewResolver(DeviceDelegatingViewResolverFactory, MustacheViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
DeviceDelegatingMustacheViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
deviceDelegatingThymeleafViewResolver(DeviceDelegatingViewResolverFactory, ThymeleafViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingThymeleafViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's LiteDeviceDelegatingViewResolver.
DeviceDelegatingViewResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
deviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
 
DeviceDelegatingViewResolverFactory - Class in org.springframework.boot.autoconfigure.mobile
A factory for LiteDeviceDelegatingViewResolver that applies customizations of DeviceDelegatingViewResolverProperties.
DeviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
 
DeviceDelegatingViewResolverProperties - Class in org.springframework.boot.autoconfigure.mobile
Properties for device view resolver.
DeviceDelegatingViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
deviceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's DeviceResolver.
DeviceResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
deviceResolverHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverMvcConfiguration(DeviceResolverHandlerInterceptor, DeviceHandlerMethodArgumentResolver) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
dialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
didNotFind(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were not found.
didNotFind(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
directoryServer() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
dispatcherServlet() - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for the Spring DispatcherServlet.
DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web
 
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web
 
DispatcherServletConfiguration(WebMvcProperties) - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
dispatcherServletRegistration(DispatcherServlet) - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DispatcherServletRegistrationConfiguration(ServerProperties, WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
doCustomize(JettyEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.JettyWebSocketContainerCustomizer
 
doCustomize(TomcatEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.TomcatWebSocketContainerCustomizer
 
doCustomize(UndertowEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.UndertowWebSocketContainerCustomizer
 
doCustomize(T) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
DOMAIN - org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
 
driverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DslContextConfiguration(JooqProperties, ConnectionProvider, ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider[]>, ExecuteListenerProvider[], ObjectProvider<VisitListenerProvider[]>) - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
duplicateServerPropertiesDetector() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
DUPS_OK - org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Similar to auto acknowledgment except that said acknowledgment is lazy.

E

EhCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
EHCACHE - org.springframework.boot.autoconfigure.cache.CacheType
EhCache backed caching.
EIGHT - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Java 1.8.
ElasticsearchAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Elasticsearch.
ElasticsearchAutoConfiguration(ElasticsearchProperties) - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchClient() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchConverter(SimpleElasticsearchMappingContext) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch support.
ElasticsearchDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchProperties - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Configuration properties for Elasticsearch.
ElasticsearchProperties() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
ElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch Repositories.
ElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration
 
elasticsearchTemplate(Client, ElasticsearchConverter) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
EMBEDDED - org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Embed (i.e.
EmbeddedDatabaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration
 
EmbeddedDatabaseConnection - Enum in org.springframework.boot.autoconfigure.jdbc
Connection details for embedded databases.
EmbeddedDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Configuration for embedded data sources.
EmbeddedDataSourceConfiguration(DataSourceProperties) - Constructor for class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
EmbeddedJetty() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
 
EmbeddedLdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap.embedded
Auto-configuration for Embedded LDAP.
EmbeddedLdapAutoConfiguration(EmbeddedLdapProperties, LdapProperties, ConfigurableApplicationContext, Environment) - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
EmbeddedLdapProperties - Class in org.springframework.boot.autoconfigure.ldap.embedded
Configuration properties for Embedded LDAP.
EmbeddedLdapProperties() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
EmbeddedLdapProperties.Credential - Class in org.springframework.boot.autoconfigure.ldap.embedded
 
EmbeddedLdapProperties.Validation - Class in org.springframework.boot.autoconfigure.ldap.embedded
 
EmbeddedMongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
Auto-configuration for Embedded Mongo.
EmbeddedMongoAutoConfiguration(MongoProperties, EmbeddedMongoProperties, ApplicationContext, IRuntimeConfig) - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean.
embeddedMongoConfiguration() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration
 
EmbeddedMongoProperties - Class in org.springframework.boot.autoconfigure.mongo.embedded
Configuration properties for Embedded Mongo.
EmbeddedMongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
EmbeddedMongoProperties.Storage - Class in org.springframework.boot.autoconfigure.mongo.embedded
 
embeddedMongoServer(IMongodConfig) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedServletContainerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for an embedded servlet containers.
EmbeddedServletContainerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration
 
EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web
Registers a EmbeddedServletContainerCustomizerBeanPostProcessor.
EmbeddedServletContainerAutoConfiguration.EmbeddedJetty - Class in org.springframework.boot.autoconfigure.web
Nested configuration if Jetty is being used.
EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat - Class in org.springframework.boot.autoconfigure.web
Nested configuration if Tomcat is being used.
EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow - Class in org.springframework.boot.autoconfigure.web
Nested configuration if Undertow is being used.
EmbeddedTomcat() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
 
EmbeddedUndertow() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
 
empty() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to return a new empty ConditionMessage.
EnableAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
Enable auto-configuration of the Spring Application Context, attempting to guess and configure beans that you are likely to need.
EnableAutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
Deprecated.
as of 1.5 in favor of AutoConfigurationImportSelector
EnableAutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
Deprecated.
 
ENABLED_OVERRIDE_PROPERTY - Static variable in annotation type org.springframework.boot.autoconfigure.EnableAutoConfiguration
 
EnableIntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration
 
EnableOAuth2Sso - Annotation Type in org.springframework.boot.autoconfigure.security.oauth2.client
Enable OAuth2 Single Sign On (SSO).
EnableTransactionManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration
 
EnableWebMvcConfiguration(ObjectProvider<WebMvcProperties>, ObjectProvider<WebMvcRegistrations>, ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
Endpoints() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
EntityLinksConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.EntityLinksConfiguration
 
entityManagerFactory(EntityManagerFactoryBuilder) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider<PersistenceUnitManager>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
EntityManagerFactoryDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.data.jpa
BeanFactoryPostProcessor that can be used to dynamically declare that all EntityManagerFactory beans should "depend on" one or more specific beans.
EntityManagerFactoryDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
 
EntityScan - Annotation Type in org.springframework.boot.autoconfigure.domain
Configures the base packages used by auto-configuration when scanning for entity classes.
EntityScanner - Class in org.springframework.boot.autoconfigure.domain
An entity scanner that searches the classpath from a @EntityScan specified packages.
EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.domain.EntityScanner
Create a new EntityScanner instance.
EntityScanPackages - Class in org.springframework.boot.autoconfigure.domain
Class for storing @EntityScan specified packages for reference later (e.g.
Env() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
EQUAL_OR_NEWER - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Equal to, or newer than the specified ConditionalOnJava.JavaVersion.
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
error(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
 
errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
ErrorAttributes - Interface in org.springframework.boot.autoconfigure.web
Provides access to error attributes which can be logged or presented to the user.
ErrorController - Interface in org.springframework.boot.autoconfigure.web
Marker interface used to indicate that a @Controller is used to render errors.
errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
 
ErrorMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration to render errors via an MVC error controller.
ErrorMvcAutoConfiguration(ServerProperties, ObjectProvider<List<ErrorViewResolver>>) - Constructor for class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web
 
errorPageCustomizer() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
ErrorProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties for web error handling.
ErrorProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties
 
ErrorProperties.IncludeStacktrace - Enum in org.springframework.boot.autoconfigure.web
Include Stacktrace attribute options.
ErrorViewResolver - Interface in org.springframework.boot.autoconfigure.web
Interface that can be implemented by beans that resolve error views.
eventBus(Environment) - Method in class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
 
exclude() - Method in annotation type org.springframework.boot.autoconfigure.EnableAutoConfiguration
Exclude specific auto-configuration classes such that they will never be applied.
exclude() - Method in annotation type org.springframework.boot.autoconfigure.ImportAutoConfiguration
Exclude specific auto-configuration classes such that they will never be applied.
exclude() - Method in annotation type org.springframework.boot.autoconfigure.SpringBootApplication
Exclude specific auto-configuration classes such that they will never be applied.
excludeName() - Method in annotation type org.springframework.boot.autoconfigure.EnableAutoConfiguration
Exclude specific auto-configuration class names such that they will never be applied.
excludeName() - Method in annotation type org.springframework.boot.autoconfigure.SpringBootApplication
Exclude specific auto-configuration class names such that they will never be applied.
execute(Job, JobParameters) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
exists(ResourcePatternResolver) - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
Determine if this template location exists using the specified ResourcePatternResolver.
extractAuthorities(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.AuthoritiesExtractor
Extract the authorities from the resource server's response.
extractAuthorities(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
extractPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 
extractPrincipal(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.PrincipalExtractor
Extract the principal that should be used for the token.

F

facebook(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
FacebookAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social connectivity with Facebook.
FacebookAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration
 
FacebookAutoConfiguration.FacebookConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
 
FacebookConfigurerAdapter(FacebookProperties) - Constructor for class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
facebookConnectView() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
FacebookProperties - Class in org.springframework.boot.autoconfigure.social
Properties for Spring Social Facebook.
FacebookProperties() - Constructor for class org.springframework.boot.autoconfigure.social.FacebookProperties
 
FallbackWebSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
If the user explicitly disables the basic security features and forgets to @EnableWebSecurity, and yet still wants a bean of type WebSecurityConfigurerAdapter, he is trying to use a custom security setup.
FallbackWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.FallbackWebSecurityAutoConfiguration
 
FaviconConfiguration(ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconRequestHandler() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
FILTER - org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
 
findType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
FIXED - org.springframework.boot.autoconfigure.web.WebMvcProperties.LocaleResolver
Always use the configured locale.
FixedAuthoritiesExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of AuthoritiesExtractor.
FixedAuthoritiesExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
FixedPrincipalExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of PrincipalExtractor.
FixedPrincipalExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 
flyway() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayAutoConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway database migrations.
FlywayAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
FlywayAutoConfiguration.FlywayConfiguration - Class in org.springframework.boot.autoconfigure.flyway
 
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Additional configuration to ensure that EntityManagerFactory beans depend-on the flywayInitializer bean.
FlywayAutoConfiguration.FlywayJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Additional configuration to ensure that EntityManagerFactory beans depend-on the flyway bean.
FlywayConfiguration(FlywayProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>, ObjectProvider<FlywayMigrationStrategy>) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayDataSource - Annotation Type in org.springframework.boot.autoconfigure.flyway
Qualifier annotation for a DataSource to be injected in to Flyway.
flywayInitializer(Flyway) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayInitializerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration
 
FlywayJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayJpaDependencyConfiguration
 
FlywayMigrationInitializer - Class in org.springframework.boot.autoconfigure.flyway
InitializingBean used to trigger Flyway migration via the FlywayMigrationStrategy.
FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationStrategy - Interface in org.springframework.boot.autoconfigure.flyway
Strategy used to initialize Flyway migration.
FlywayProperties - Class in org.springframework.boot.autoconfigure.flyway
Configuration properties for Flyway database migrations.
FlywayProperties() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
forCondition(Class<? extends Annotation>, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
forCondition(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
formatConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
found(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
found(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
foundExactly(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that an exact result was found.
FreeMarkerAutoConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
FreeMarkerAutoConfiguration(ApplicationContext, FreeMarkerProperties) - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
FreeMarkerAutoConfiguration.FreeMarkerConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
 
FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
 
FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
 
freeMarkerConfiguration() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration
 
freeMarkerConfiguration(FreeMarkerConfig) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
FreeMarkerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
 
freeMarkerConfigurer() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
FreeMarkerNonWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration
 
FreeMarkerProperties - Class in org.springframework.boot.autoconfigure.freemarker
ConfigurationProperties for configuring FreeMarker.
FreeMarkerProperties() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
FreeMarkerTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.freemarker
TemplateAvailabilityProvider that provides availability information for FreeMarker view templates.
FreeMarkerTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
 
freeMarkerViewResolver() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
FreeMarkerWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 

G

generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
Creates the minimal transport parameters for an embedded transport configuration.
GENERIC - org.springframework.boot.autoconfigure.cache.CacheType
Generic caching using 'Cache' beans from the context.
get(ClassLoader) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
get(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(String, String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Return the auto-configuration base packages for the given bean factory.
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the EntityScanPackages for the given bean factory.
get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Obtain a ConditionEvaluationReport for the specified bean factory.
getAcceptCount() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAcceptors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getAckCount() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAckMode() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getAcks() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getAckTime() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
Deprecated.
 
getActive() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the current number of active connections that have been allocated from the data source or null if that information is not available.
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getAdditionalTldSkipPatterns() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The Spring Data annotation used to enable the particular repository support.
getAnnotationClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the source annotation class used by the selector.
getApiKey() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getAppId() - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getAppSecret() - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
getAsync() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the appropriate AnnotationAttributes from the AnnotationMetadata.
getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getAuthorizeMode() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getAutoCommitInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAutoConfigurationImportFilters() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurationImportListeners() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBase() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBaseDn() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getBaseEnvironment() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBasename() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getBatchSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBeanFactory() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBlockIfFullTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getBucket() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBufferMemory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getBuffersPerRegion() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getBuild() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getCache() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCachePeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getCacheSeconds() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
getCaffeine() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCandidateConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the auto-configuration candidate configurations that are going to be imported.
getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the auto-configuration class names that should be considered.
getChain() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getChannel() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCharset() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getCheckTokenAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getClusterConfiguration() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
Create a RedisClusterConfiguration if necessary.
getClusterName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getClusterName() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterNodes() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getCollectionName() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Mongo
 
getComment() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getCompiler() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getCompression() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getCompression() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getCompressionType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns condition outcomes from this report, grouped by the source.
getConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
Deprecated.
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
getConfigurableWebBindingInitializer() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The configuration class that will be used by Spring Boot as a template.
getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
getConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getConnection() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getConnectTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsistency() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsumer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getContainerType() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
getContent() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getContentSecurityPolicy() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
getContentSecurityPolicyMode() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Return an immutable list of the converters in the order that they will be registered.
getCookie() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getCouchbase() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCredential() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getData() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDatabaseDir() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getDatabaseName() - Method in class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
 
getDatabaseName() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getDataPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the DataSource.
getDataSourceClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvider
Return the DataSourcePoolMetadata instance able to manage the specified DataSource or null if the given data source could not be handled.
getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
 
getDataUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
getDefaultDestination() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getDefaultMediaType() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPropertyInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDefaultTimeout() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getDefaultTopic() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
getDeliveryDelay() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDeliveryMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDetectionStrategy() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getDomain() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured driver or null if none was configured.
getDriverClassName() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the driver class name.
getEhcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getEmbedded() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getEnableAutoCommit() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
Return whether the resource chain is enabled.
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getEnv() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getEnvironment() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getError() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getError(RequestAttributes) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
getError(RequestAttributes) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
getErrorAttributes(RequestAttributes, boolean) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
getErrorAttributes(RequestAttributes, boolean) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
Returns a Map of the error attributes.
getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
 
getErrorPath() - Method in interface org.springframework.boot.autoconfigure.web.ErrorController
Returns the path of the error page.
getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
Provide access to the error properties.
getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
Return the custom ExceptionHandlerExceptionResolver that should be used and processed by the MVC configuration.
getExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the exclusions that were applied.
getExclusions() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that have been excluded from condition evaluation.
getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return any exclusions that limit the candidate configurations.
getExitCode() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
getExpiration() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
getExpirationSeconds() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
Return the expiration in seconds.
getExpiryTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getFeatures() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getFetchMaxWait() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchMinSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
getFixed() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getGit() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getGridFsDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getGroupId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getGuava() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getHazelcast() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
Deprecated.
getHazelcast() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Get the HazelcastInstance.
getHeaders() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getHibernate() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getHibernateProperties(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Get configuration properties for the initialization of the main Hibernate EntityManagerFactory.
getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getHost() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
getHsts() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
getHttpOnly() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getIgnored() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getInfinispan() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getInit() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getInit() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getInitializer() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getInitializer() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInteger(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInteger(String, String, Integer) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInternalProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getIoThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getJavaVersion() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Returns the ConditionalOnJava.JavaVersion of the current runtime.
getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getJetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getJob() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Return the job execution.
getJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJodaDateTimeFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getJspServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JTA transaction manager.
getJwk() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getKeyDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getKeyPassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeySerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getKeySetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
 
getKeyspaceName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeystoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeystorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLdif() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getLoadBalancingPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getLocale() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getLocation() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLogDir() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getLoginPath() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
getMandatory() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getMapName() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getMapping() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Determine the outcome of the match along with suitable log output.
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
Deprecated.
 
getMax() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the maximum number of active connections that can be allocated at the same time or -1 if there is no limit.
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
Deprecated.
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaximumActiveSessionPerConnection() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxWait() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
Deprecated.
 
getMin() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the minimum number of idle connections in the pool or null if that information is not available.
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMinSpareThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMobilePrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getMobileSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getMode() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
 
getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getMongo() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getName() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
getNamespace() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getNormalPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getNormalSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getObject() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
getObjectType() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
getOplogSize() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getOrDeduceUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getPackageNames() - Method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the package names specified from all @EntityScan annotations.
getPackages() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getParameters() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
The parent report (from a parent BeanFactory if there is one).
getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured password or null if none was configured.
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getPassword() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getPath() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getPathsArray(String[]) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPathsArray(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPhysicalStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getPollTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getPort() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPortHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getPrefix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
getPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
Return the principal that should be used for the token.
getPriority() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getProducer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JpaProperties.
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProvider() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getProvider(String, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProvider(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProviders() - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Return the underlying providers being used.
getProxy() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getProxy() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getReadTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getReadTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getRealm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getRealm() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getReconnectionPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRedis() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getReplSetName() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getReplyTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The RepositoryConfigurationExtension for the particular repository support.
getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getRequestedHeartbeat() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the MVC configuration.
getRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the MVC configuration.
getRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
 
getResourceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getResourceLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
Check if one of the default resource locations actually exists.
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
getRetries() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRetryPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getReturnBodyOnCreate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getReturnBodyOnUpdate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getRole() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getRollbackFile() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getRollbackOnCommitFailure() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
getSchema() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
getSchemaAction() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDatabaseInitializer
 
getSchemaPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchemaUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSecure() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getSelectors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getSendTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getSentinelConfig() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSerialConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getServiceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServletPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSessions() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getSet(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSet(String, String, Set<String>) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getSettings() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getSimple() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getSocketConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
Deprecated.
getSpringFactoriesLoaderFactoryClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the class used by SpringFactoriesLoader to load configuration candidates.
getSqlDialect() - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
getSqlScriptEncoding() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
getStorage() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getStoreDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getStoreType() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
getStrategy() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
getTableName() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getTabletPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getTabletSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getTemplate(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getTemplateResolverOrder() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
Return the session timeout in seconds.
getTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getTimeouts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getTimeToLive() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getTokenInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getTokenKeyAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getTokenType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
getTrackingModes() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getTransactionManagerId() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getTransactionSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getTransactionSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTruststoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTruststorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getType() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the EmbeddedDatabaseType for the connection.
getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that were evaluated but were not conditional.
getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getUri() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured url or null if none was configured.
getUrl() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the URL for the connection using the default database name.
getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUrl(String) - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the URL for the connection using the specified databaseName.
getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUsage() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getUsage() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not limited).
getUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
 
getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
 
getUserInfoRestTemplate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
 
getUserInfoRestTemplate() - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateFactory
Return the OAuth2RestTemplate used for extracting user info during authentication if none is available.
getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured username or null if none was configured.
getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getValidation() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
Deprecated.
 
getValidationQuery() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the query to use to validate that a connection is valid or null if that information is not available.
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getValue() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 
getValueDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getValueSerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getVendorCallback() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getVersion() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getVersion() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getView() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getWelcomePage() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getWorkerThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getZkHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
gitProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
gridFsTemplate(MongoDbFactory, MongoTemplate) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
GroovyMarkupConfiguration(ApplicationContext, GroovyTemplateProperties, ObjectProvider<MarkupTemplateEngine>) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupConfigurer() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupViewResolver() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
GroovyTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
Auto-configuration support for Groovy templates in MVC.
GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
 
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAutoConfiguration.GroovyWebConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.groovy.template
TemplateAvailabilityProvider that provides availability information for Groovy view templates.
GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
 
GroovyTemplateProperties - Class in org.springframework.boot.autoconfigure.groovy.template
ConfigurationProperties for configuring Groovy templates.
GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
GroovyWebConfiguration(GroovyTemplateProperties) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
gson() - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
GsonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
Guava() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
 
GUAVA - org.springframework.boot.autoconfigure.cache.CacheType
Deprecated.

H

H2 - org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
H2 Database Connection.
h2Console() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleAutoConfiguration - Class in org.springframework.boot.autoconfigure.h2
Auto-configuration for H2's web console.
H2ConsoleAutoConfiguration(H2ConsoleProperties) - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleProperties - Class in org.springframework.boot.autoconfigure.h2
Configuration properties for H2's console.
H2ConsoleProperties() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
H2ConsoleProperties.Settings - Class in org.springframework.boot.autoconfigure.h2
 
halMessageConverterSupportedMediaTypeCustomizer() - Static method in class org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 
halObjectMapperConfigurer() - Static method in class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 
handleInvalidExcludes(List<String>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Handle any invalid excludes that have been specified.
has(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Determine if the auto-configuration base packages for the given bean factory are available.
HASH_MAP - org.springframework.boot.autoconfigure.session.StoreType
Simple in-memory map of sessions.
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
HateoasProperties - Class in org.springframework.boot.autoconfigure.hateoas
properties for Spring HATEOAS.
HateoasProperties() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
havingValue() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
The string representation of the expected value for the properties.
Hazelcast() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
Deprecated.
 
Hazelcast() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
HAZELCAST - org.springframework.boot.autoconfigure.cache.CacheType
Hazelcast backed caching.
HAZELCAST - org.springframework.boot.autoconfigure.session.StoreType
Hazelcast backed sessions.
HazelcastAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast.
HazelcastAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration
 
HazelcastConfigResourceCondition - Class in org.springframework.boot.autoconfigure.hazelcast
SpringBootCondition used to check if the Hazelcast configuration is available.
HazelcastConfigResourceCondition(String, String) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
HazelcastInstanceFactory - Class in org.springframework.boot.autoconfigure.hazelcast
Factory that can be used to create a HazelcastInstance.
HazelcastInstanceFactory(Config) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration.
HazelcastInstanceFactory(Resource) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration location.
hazelcastInstanceJpaDependencyPostProcessor() - Static method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastJpaDependencyAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Additional configuration to ensure that EntityManagerFactory beans depend-on the hazelcastInstance bean.
HazelcastJpaDependencyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastProperties - Class in org.springframework.boot.autoconfigure.hazelcast
Configuration properties for the hazelcast integration.
HazelcastProperties() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
Headers() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
Hibernate() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
HibernateJpaAutoConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for Hibernate JPA.
HibernateJpaAutoConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>, ObjectProvider<TransactionManagerCustomizers>) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
HikariDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
HikariDataSourcePoolMetadata(HikariDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
HSQL - org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
HSQL Database Connection.
Http401AuthenticationEntryPoint - Class in org.springframework.boot.autoconfigure.security
AuthenticationEntryPoint that sends a 401 and Parameterized by the value of the WWW-Authenticate header.
Http401AuthenticationEntryPoint(String) - Constructor for class org.springframework.boot.autoconfigure.security.Http401AuthenticationEntryPoint
 
HttpClientConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch.jest
Callback interface that can be implemented by beans wishing to further customize the HttpClientConfig via a HttpClientConfig.Builder whilst retaining default auto-configuration.
HttpEncodingAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for configuring the encoding to use in web applications.
HttpEncodingAutoConfiguration(HttpEncodingProperties) - Constructor for class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
 
HttpEncodingProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties for http encoding.
HttpEncodingProperties() - Constructor for class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
HttpMessageConverters - Class in org.springframework.boot.autoconfigure.web
Bean used to manage the HttpMessageConverters used in a Spring Boot application.
HttpMessageConverters(boolean, Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified converters.
HttpMessageConverters(Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConverters(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConvertersAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for HttpMessageConverters.
HttpMessageConvertersAutoConfiguration(ObjectProvider<List<HttpMessageConverter<?>>>) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
 
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.web
 
httpPutFormContentFilter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
HypermediaAutoConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS's EnableHypermediaSupport.
HypermediaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration
 
HypermediaAutoConfiguration.EntityLinksConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 
HypermediaAutoConfiguration.HypermediaConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 
HypermediaConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 
HypermediaHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Configuration for HttpMessageConverters when hypermedia is enabled.
HypermediaHttpMessageConverterConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 

I

ignored() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type of beans that should be ignored when identifying matching beans.
IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurer that ignores standard static resource paths.
ignoredPathsWebSecurityConfigurerAdapter(List<IgnoredRequestCustomizer>) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
IgnoredRequestCustomizer - Interface in org.springframework.boot.autoconfigure.security
Customizer that can be implemented by beans to configure paths that need to be ignored by Spring Boot's default Spring Security configuration.
ignoredType() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type names of beans that should be ignored when identifying matching beans.
ImportAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
Import and apply the specified auto-configuration classes.
Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
INFINISPAN - org.springframework.boot.autoconfigure.cache.CacheType
Infinispan backed caching.
InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Infinispan cache configuration.
InfinispanCacheConfiguration(CacheProperties, CacheManagerCustomizers, ObjectProvider<ConfigurationBuilder>) - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
infinispanCacheManager() - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
init() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
initialize() - Method in class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
initializeDataSourceBuilder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Initialize a DataSourceBuilder with the state of this instance.
initializeEnvironmentBuilder(CouchbaseProperties) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
Initialize an environment builder based on the specified settings.
Initializer() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
 
Initializer() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
 
instantiate(Class<T>) - Static method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
 
IntegrationAutoConfiguration.IntegrationComponentScanAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration component scan configuration.
IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
Basic Spring Integration configuration.
IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
Spring Integration JMX configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration management configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationComponentScanAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanAutoConfiguration
 
IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
 
IntegrationJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
IntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration
 
integrationMbeanExporter() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return the inverse of the specified condition outcome.
isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
isBlockIfFull() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
isBuffered() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isCache() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isCache() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isCheckChangeLogLocation() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isCheckLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCheckTemplate() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isContentType() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isCreateConnectionOnStartup() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isDefaultPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
isDefaultSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEmbedded(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given driver class name represents an embedded database type.
isEmbedded(DataSource) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given data source represents an embedded database type.
isEmpty() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return true if the message is empty.
isEnableCsrf() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDatabaseInitializer
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
Deprecated.
 
isEnableFallback() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
isForce() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
isForceRequest() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
isForceResponse() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
isFrame() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
Return true if all outcomes match.
isGenerateDdl() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isGzipped() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
Determine if the stacktrace attribute should be included.
isInitialize() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Returns if a JTA PlatformTransactionManager is being used.
isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return true if the outcome was a match.
isMultiThreaded() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isPersistent() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
isPreferTokenInfo() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
isPublisherConfirms() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPublisherReturns() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
isReconnectOnException() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRequireSsl() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isSingleton() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
isSsl() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
isSsl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
isStateless() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
Returns true if a template is available for the given view.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.JspTemplateAvailabilityProvider
 
isTestConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isTrace() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
isUseAnonymousProducers() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
isUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
isUseNewIdGeneratorMappings() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
isWithin(ConditionalOnJava.Range, ConditionalOnJava.JavaVersion) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Determines if this version is within the specified range of versions.
isXss() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
items(Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items with a ConditionMessage.Style.
iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
iterator() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
 

J

Jackson2ObjectMapperBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.jackson
Callback interface that can be implemented by beans wishing to further customize the ObjectMapper via Jackson2ObjectMapperBuilder retaining its default auto-configuration.
JacksonAutoConfiguration - Class in org.springframework.boot.autoconfigure.jackson
Auto configuration for Jackson.
JacksonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
JacksonProperties - Class in org.springframework.boot.autoconfigure.jackson
Configuration properties to configure Jackson.
JacksonProperties() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
java8TimeDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect
 
JCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
JCACHE - org.springframework.boot.autoconfigure.cache.CacheType
JCache (JSR-107) backed caching.
JCacheManagerCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches.
Jdbc() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
JDBC - org.springframework.boot.autoconfigure.session.StoreType
JDBC backed sessions.
JdbcSessionDatabaseInitializer - Class in org.springframework.boot.autoconfigure.session
Initializer for Spring Session schema.
JdbcSessionDatabaseInitializer(DataSource, ResourceLoader, SessionProperties) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDatabaseInitializer
 
jdbcTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
JdbcTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for JdbcTemplate and NamedParameterJdbcTemplate.
JdbcTemplateAutoConfiguration(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
JdkDynamicAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.JdkDynamicAutoProxyConfiguration
 
JdkDynamicAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
 
JerseyAutoConfiguration - Class in org.springframework.boot.autoconfigure.jersey
Auto-configuration for Jersey.
JerseyAutoConfiguration(JerseyProperties, ResourceConfig, ObjectProvider<List<ResourceConfigCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyAutoConfiguration.JerseyWebApplicationInitializer - Class in org.springframework.boot.autoconfigure.jersey
 
jerseyFilterRegistration() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyProperties - Class in org.springframework.boot.autoconfigure.jersey
ConfigurationProperties for Jersey.
JerseyProperties() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
JerseyProperties.Filter - Class in org.springframework.boot.autoconfigure.jersey
 
JerseyProperties.Servlet - Class in org.springframework.boot.autoconfigure.jersey
 
JerseyProperties.Type - Enum in org.springframework.boot.autoconfigure.jersey
 
jerseyServletRegistration() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyWebApplicationInitializer() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
JestAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
JestAutoConfiguration(JestProperties, ObjectProvider<Gson>, ObjectProvider<List<HttpClientConfigBuilderCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
jestClient() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
JestProperties - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
Configuration properties for Jest.
JestProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
JestProperties.Proxy - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
 
Jetty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
jettyEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
 
JettyWebSocketContainerCustomizer - Class in org.springframework.boot.autoconfigure.websocket
WebSocketContainerCustomizer for JettyEmbeddedServletContainerFactory.
JettyWebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.JettyWebSocketContainerCustomizer
 
JmsAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for Spring JMS.
JmsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration
 
JmsAutoConfiguration.JmsTemplateConfiguration - Class in org.springframework.boot.autoconfigure.jms
 
JmsAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.jms
 
jmsMessagingTemplate(JmsTemplate) - Method in class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
JmsProperties - Class in org.springframework.boot.autoconfigure.jms
Configuration properties for JMS.
JmsProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties
 
JmsProperties.AcknowledgeMode - Enum in org.springframework.boot.autoconfigure.jms
Translate the acknowledge modes defined on the Session.
JmsProperties.DeliveryMode - Enum in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Listener - Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Template - Class in org.springframework.boot.autoconfigure.jms
 
jmsTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmsTemplateConfiguration(JmsProperties, ObjectProvider<DestinationResolver>, ObjectProvider<MessageConverter>) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.jmx
Auto-configuration to enable/disable Spring's EnableMBeanExport mechanism based on configuration properties.
JmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
JndiConnectionFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS provided from JNDI.
JndiConnectionFactoryAutoConfiguration(JmsProperties) - Constructor for class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
JndiDataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for a JNDI located DataSource.
JndiDataSourceAutoConfiguration(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
Job() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
JobExecutionEvent - Class in org.springframework.boot.autoconfigure.batch
Spring ApplicationEvent encapsulating a JobExecution.
JobExecutionEvent(JobExecution) - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Create a new JobExecutionEvent instance.
jobExecutionExitCodeGenerator() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobExecutionExitCodeGenerator - Class in org.springframework.boot.autoconfigure.batch
ExitCodeGenerator for JobExecutionEvents.
JobExecutionExitCodeGenerator() - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
jobExplorer(DataSource) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
jobLauncherCommandLineRunner(JobLauncher, JobExplorer) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobLauncherCommandLineRunner - Class in org.springframework.boot.autoconfigure.batch
CommandLineRunner to launch Spring Batch jobs.
JobLauncherCommandLineRunner(JobLauncher, JobExplorer) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
jobOperator(JobExplorer, JobLauncher, ListableJobLocator, JobRepository) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JooqAutoConfiguration - Class in org.springframework.boot.autoconfigure.jooq
JooqAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqAutoConfiguration.DslContextConfiguration - Class in org.springframework.boot.autoconfigure.jooq
 
jooqConfiguration() - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
jooqExceptionTranslatorExecuteListenerProvider() - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqProperties - Class in org.springframework.boot.autoconfigure.jooq
Configuration properties for the JOOQ database library.
JooqProperties() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
JpaBaseConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Base Auto-configuration for JPA.
JpaBaseConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>, ObjectProvider<TransactionManagerCustomizers>) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaBaseConfiguration.JpaWebConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaBatchConfiguration(BatchProperties) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
jpaBatchConfigurer(DataSource, EntityManagerFactory, ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
JpaProperties - Class in org.springframework.boot.autoconfigure.orm.jpa
External configuration properties for a JPA EntityManagerFactory created by Spring.
JpaProperties() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
JpaProperties.Hibernate - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaProperties.Naming - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.jpa
Auto-configuration for Spring Data's JPA Repositories.
JpaRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
 
jpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
JpaWebMvcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
jsonComponentModule() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
JspTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.web
TemplateAvailabilityProvider that provides availability information for JSP view templates.
JspTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.web.JspTemplateAvailabilityProvider
 
JtaAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction.jta
JtaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration
 
JtaProperties - Class in org.springframework.boot.autoconfigure.transaction.jta
External configuration properties for a JtaTransactionManager created by Spring.
JtaProperties() - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
Jwk() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
 
jwkTokenServices(TokenStore) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration
 
jwkTokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration
 
JwkTokenStoreConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration
 
Jwt() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
JwtAccessTokenConverterConfigurer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback interface that can be used to provide additional configuration to the JwtAccessTokenConverter.
JwtAccessTokenConverterRestTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback for customizing the RestTemplate that is used to fetch the keys used by JwtAccessTokenConverter.
jwtTokenEnhancer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenServices(TokenStore) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
JwtTokenServicesConfiguration(ResourceServerProperties, ObjectProvider<List<JwtAccessTokenConverterConfigurer>>, ObjectProvider<List<JwtAccessTokenConverterRestTemplateCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 

K

KafkaAutoConfiguration - Class in org.springframework.boot.autoconfigure.kafka
Auto-configuration for Apache Kafka.
KafkaAutoConfiguration(KafkaProperties) - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaConsumerFactory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaProducerFactory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaProducerListener() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
KafkaProperties - Class in org.springframework.boot.autoconfigure.kafka
Configuration properties for Spring for Apache Kafka.
KafkaProperties() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
KafkaProperties.Consumer - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Listener - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Producer - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Ssl - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Template - Class in org.springframework.boot.autoconfigure.kafka
 
kafkaTemplate(ProducerFactory<Object, Object>, ProducerListener<Object, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 

L

launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
layoutDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
LdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap
LdapAutoConfiguration(LdapProperties, Environment) - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
ldapContextSource() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
ldapContextSource() - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
LdapDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.ldap
Auto-configuration for Spring Data's LDAP support.
LdapDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.ldap.LdapDataAutoConfiguration
 
LdapProperties - Class in org.springframework.boot.autoconfigure.ldap
Configuration properties for LDAP.
LdapProperties() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
LdapRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.ldap
Auto-configuration for Spring Data's LDAP Repositories.
LdapRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.ldap.LdapRepositoriesAutoConfiguration
 
ldapTemplate(ContextSource) - Method in class org.springframework.boot.autoconfigure.data.ldap.LdapDataAutoConfiguration
 
linkedin(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
LinkedInAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social connectivity with LinkedIn.
LinkedInAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration
 
LinkedInAutoConfiguration.LinkedInConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
 
LinkedInConfigurerAdapter(LinkedInProperties) - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
linkedInConnectView() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
LinkedInProperties - Class in org.springframework.boot.autoconfigure.social
Properties for Spring Social LinkedIn.
LinkedInProperties() - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInProperties
 
liquibase() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
LiquibaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
LiquibaseAutoConfiguration.LiquibaseConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
 
LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
Additional configuration to ensure that EntityManagerFactory beans depend-on the liquibase bean.
LiquibaseConfiguration(LiquibaseProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>) - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseDataSource - Annotation Type in org.springframework.boot.autoconfigure.liquibase
Qualifier annotation for a DataSource to be injected in to Liquibase.
LiquibaseJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration
 
LiquibaseProperties - Class in org.springframework.boot.autoconfigure.liquibase
Configuration properties to configure SpringLiquibase.
LiquibaseProperties() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
ListenerRetry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
LiteDeviceDelegatingViewResolverFactoryConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
 
loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
loadFrom(Resource, String) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
loadView(String, Locale) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
 
localeCharsetMappingsCustomizer() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
 
localeResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
logAutoConfigurationReport(boolean) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
logger - Variable in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
logOutcome(String, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 

M

MailProperties - Class in org.springframework.boot.autoconfigure.mail
Configuration properties for email support.
MailProperties() - Constructor for class org.springframework.boot.autoconfigure.mail.MailProperties
 
mailSender() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
 
MailSenderAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
Auto configuration for email support.
MailSenderAutoConfiguration(MailProperties, ObjectProvider<Session>) - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
 
MailSenderValidatorAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
Auto configuration for testing mail service connectivity on startup.
MailSenderValidatorAutoConfiguration(JavaMailSenderImpl) - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
mappingContext() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
mappingMongoConverter(MongoDbFactory, MongoMappingContext, BeanFactory, CustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for a 'match'.
match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(String[], AutoConfigurationMetadata) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
Apply the filter to the given auto-configuration class candidates.
match(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
matches(ConditionContext, AnnotatedTypeMetadata, Condition) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified condition matches.
matchIfMissing() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
Specify if the condition should match if the property is not set.
mbeanExporter(ObjectNamingStrategy) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
mbeanServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
messageConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
 
messageDispatcherServlet(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
messageSource() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration for MessageSource.
MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure
Deprecated.
as of 1.5 in favor of MessageSourceAutoConfiguration
MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
Deprecated.
 
MessageSourceAutoConfiguration.ResourceBundleCondition - Class in org.springframework.boot.autoconfigure.context
 
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
methodValidationPostProcessor(Environment, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
migrate(Flyway) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy
Trigger flyway migration.
mongo() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
Mongo() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Mongo
 
MONGO - org.springframework.boot.autoconfigure.session.StoreType
Mongo backed sessions.
MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
MongoAutoConfiguration(MongoProperties, ObjectProvider<MongoClientOptions>, Environment) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
MongoClientDependsOnBeanFactoryPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor
 
mongoCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MongoDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's mongo support.
MongoDataAutoConfiguration(ApplicationContext, MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
mongoDbFactory(MongoClient) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
mongoMappingContext(BeanFactory, CustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MongoProperties - Class in org.springframework.boot.autoconfigure.mongo
Configuration properties for Mongo.
MongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
MongoRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's Mongo Repositories.
MongoRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration
 
mongoTemplate(MongoDbFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for multi-part uploads.
MultipartAutoConfiguration(MultipartProperties) - Constructor for class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 
multipartConfigElement() - Method in class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 
MultipartProperties - Class in org.springframework.boot.autoconfigure.web
Properties to be used in configuring a MultipartConfigElement.
MultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.MultipartProperties
 
multipartResolver() - Method in class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 
multipartResolver(MultipartResolver) - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
MustacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
MustacheAutoConfiguration(MustacheProperties, Environment, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheAutoConfiguration.MustacheWebConfiguration - Class in org.springframework.boot.autoconfigure.mustache
 
mustacheCompiler(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheCompilerFactoryBean - Class in org.springframework.boot.autoconfigure.mustache
Deprecated.
as of 1.5
MustacheCompilerFactoryBean() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
MustacheEnvironmentCollector - Class in org.springframework.boot.autoconfigure.mustache
Mustache Mustache.Collector to expose properties from the Spring Environment.
MustacheEnvironmentCollector() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
MustacheProperties - Class in org.springframework.boot.autoconfigure.mustache
ConfigurationProperties for Mustache.
MustacheProperties() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
MustacheResourceTemplateLoader - Class in org.springframework.boot.autoconfigure.mustache
Mustache TemplateLoader implementation that uses a prefix, suffix and the Spring Resource abstraction to load a template from a file, classpath, URL etc.
MustacheResourceTemplateLoader() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheResourceTemplateLoader(String, String) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.mustache
TemplateAvailabilityProvider that provides availability information for Mustache view templates.
MustacheTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
mustacheTemplateLoader() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheView - Class in org.springframework.boot.autoconfigure.mustache.web
Spring MVC View using the Mustache template engine.
MustacheView() - Constructor for class org.springframework.boot.autoconfigure.mustache.web.MustacheView
Create a new MustacheView instance.
MustacheView(Template) - Constructor for class org.springframework.boot.autoconfigure.mustache.web.MustacheView
Create a new MustacheView with the specified template.
mustacheViewResolver(Mustache.Compiler) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration.MustacheWebConfiguration
 
MustacheViewResolver - Class in org.springframework.boot.autoconfigure.mustache.web
Spring MVC ViewResolver for Mustache.
MustacheViewResolver() - Constructor for class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
 
MustacheWebConfiguration(MustacheProperties) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration.MustacheWebConfiguration
 
mvcContentNegotiationManager() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
mvcValidator() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 

N

name() - Method in annotation type org.springframework.boot.autoconfigure.AutoConfigureAfter
The names of the auto-configure classes that should have already been applied.
name() - Method in annotation type org.springframework.boot.autoconfigure.AutoConfigureBefore
The names of the auto-configure classes that should have not yet been applied.
name() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The names of beans to check.
name() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnClass
The classes names that must be present.
name() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The names of beans to check.
name() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
The name of the properties to test.
namedParameterJdbcTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
Naming() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
narayanaBeanFactoryPostProcessor() - Static method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaConfiguration(NarayanaProperties) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
NarayanaJtaConfiguration - Class in org.springframework.boot.autoconfigure.transaction.jta
JTA Configuration for Narayana.
NarayanaJtaConfiguration(JtaProperties, ObjectProvider<TransactionManagerCustomizers>) - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaProperties() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaRecoveryManager(RecoveryManagerService) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaRecoveryManagerService() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaTransactionManager() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaUserTransaction() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
NATIVE - org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Connect to a broker using the native Artemis protocol (i.e.
NeedsWebSecurityCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
 
Neo4jDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data Neo4j.
Neo4jDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jDataAutoConfiguration.Neo4jWebConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
 
Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
 
neo4jOpenSessionInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
 
Neo4jProperties - Class in org.springframework.boot.autoconfigure.data.neo4j
Configuration properties for Neo4j.
Neo4jProperties() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
Neo4jProperties.Embedded - Class in org.springframework.boot.autoconfigure.data.neo4j
 
Neo4jRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data's Neo4j Repositories.
Neo4jRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
 
neo4jTemplate(SessionFactory) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration
 
Neo4jWebMvcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
 
NEVER - org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Never add stacktrace information.
NINE - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Java 1.9.
noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
noMatch(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
NON_PERSISTENT - org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Does not require that the message be logged to stable storage.
NONE - org.springframework.boot.autoconfigure.cache.CacheType
No caching.
NONE - org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
No Connection.
NONE - org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
No security authorization is setup.
NONE - org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
 
NONE - org.springframework.boot.autoconfigure.session.StoreType
No session data-store.
NoneNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when none of the nested class conditions match.
NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
NORMAL - org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
notAvailable(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is not available.

O

OAuth2AuthorizationServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration for a Spring Security OAuth2 authorization server.
OAuth2AuthorizationServerConfiguration(BaseClientDetails, AuthenticationManager, ObjectProvider<TokenStore>, ObjectProvider<AccessTokenConverter>, AuthorizationServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
 
OAuth2AuthorizationServerConfiguration.ClientDetailsLogger - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
 
OAuth2AutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2
Auto-configuration for Spring Security OAuth2.
OAuth2AutoConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
oauth2ClientDetails() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
 
oauth2ClientFilterRegistration(OAuth2ClientContextFilter, SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
 
OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2
Configuration properties for OAuth2 Client.
OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
OAuth2MethodSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.method
Auto-configure an expression handler for method-level security (if the user already has @EnableGlobalMethodSecurity).
OAuth2MethodSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
oauth2RemoteResource() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
OAuth2ResourceServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Auto-configure a Spring Security OAuth2 resource server.
OAuth2ResourceServerConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
 
OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
OAuth2ResourceServerConfiguration.ResourceServerCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
OAuth2RestOperationsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On REST operations.
OAuth2RestOperationsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration
 
OAuth2RestOperationsConfiguration.RequestScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SessionScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SingletonScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2SsoCustomConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On (SSO) when there is an existing WebSecurityConfigurerAdapter provided by the user and annotated with @EnableOAuth2Sso.
OAuth2SsoCustomConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
OAuth2SsoDefaultConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On (SSO).
OAuth2SsoDefaultConfiguration(ApplicationContext, OAuth2SsoProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2SsoProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration properties for OAuth2 Single Sign On (SSO).
OAuth2SsoProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
objectNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage with a specific message.
of(Collection<? extends ConditionMessage>) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage comprised of the specified messages.
OLDER_THAN - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Older than the specified ConditionalOnJava.JavaVersion.
ON_TRACE_PARAM - org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Add stacktrace information when the "trace" request parameter is "true".
onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportListener
Handle an auto-configuration import event.
onStartup(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
ORDER - Static variable in class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
 
org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
Spring Boot's auto-configuration capabilities.
org.springframework.boot.autoconfigure.admin - package org.springframework.boot.autoconfigure.admin
Auto-configuration for admin-related features.
org.springframework.boot.autoconfigure.amqp - package org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitMQ.
org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring AOP.
org.springframework.boot.autoconfigure.batch - package org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
org.springframework.boot.autoconfigure.cassandra - package org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
org.springframework.boot.autoconfigure.cloud - package org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud Connectors.
org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
@Condition annotations and supporting classes.
org.springframework.boot.autoconfigure.context - package org.springframework.boot.autoconfigure.context
Auto-configuration for the Spring context.
org.springframework.boot.autoconfigure.couchbase - package org.springframework.boot.autoconfigure.couchbase
Auto-configuration for Couchbase.
org.springframework.boot.autoconfigure.dao - package org.springframework.boot.autoconfigure.dao
Auto-configuration for Spring DAO.
org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
Auto-configuration base classes for Spring Data.
org.springframework.boot.autoconfigure.data.cassandra - package org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data Cassandra.
org.springframework.boot.autoconfigure.data.couchbase - package org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data Couchbase.
org.springframework.boot.autoconfigure.data.elasticsearch - package org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data Elasticsearch.
org.springframework.boot.autoconfigure.data.jpa - package org.springframework.boot.autoconfigure.data.jpa
Auto-configuration for Spring Data JPA.
org.springframework.boot.autoconfigure.data.ldap - package org.springframework.boot.autoconfigure.data.ldap
Auto-configuration for Spring Data LDAP.
org.springframework.boot.autoconfigure.data.mongo - package org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data Mongo.
org.springframework.boot.autoconfigure.data.neo4j - package org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data Neo4j.
org.springframework.boot.autoconfigure.data.redis - package org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data Redis.
org.springframework.boot.autoconfigure.data.rest - package org.springframework.boot.autoconfigure.data.rest
Auto-configuration for Spring Data REST.
org.springframework.boot.autoconfigure.data.solr - package org.springframework.boot.autoconfigure.data.solr
Auto-configuration for Spring Data SOLR.
org.springframework.boot.autoconfigure.data.web - package org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's Web Support.
org.springframework.boot.autoconfigure.diagnostics.analyzer - package org.springframework.boot.autoconfigure.diagnostics.analyzer
 
org.springframework.boot.autoconfigure.domain - package org.springframework.boot.autoconfigure.domain
General purpose domain annotations and classes.
org.springframework.boot.autoconfigure.elasticsearch.jest - package org.springframework.boot.autoconfigure.elasticsearch.jest
Auto-configuration for Jest.
org.springframework.boot.autoconfigure.flyway - package org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway.
org.springframework.boot.autoconfigure.freemarker - package org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
org.springframework.boot.autoconfigure.groovy.template - package org.springframework.boot.autoconfigure.groovy.template
Auto-configuration for Groovy templates.
org.springframework.boot.autoconfigure.gson - package org.springframework.boot.autoconfigure.gson
Auto-configuration for GSON.
org.springframework.boot.autoconfigure.h2 - package org.springframework.boot.autoconfigure.h2
 
org.springframework.boot.autoconfigure.hateoas - package org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS.
org.springframework.boot.autoconfigure.hazelcast - package org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast.
org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
 
org.springframework.boot.autoconfigure.integration - package org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
org.springframework.boot.autoconfigure.jackson - package org.springframework.boot.autoconfigure.jackson
Auto-configuration for Jackson.
org.springframework.boot.autoconfigure.jdbc - package org.springframework.boot.autoconfigure.jdbc
Auto-configuration for JDBC.
org.springframework.boot.autoconfigure.jdbc.metadata - package org.springframework.boot.autoconfigure.jdbc.metadata
Auto-configuration for JDBC Metadata.
org.springframework.boot.autoconfigure.jersey - package org.springframework.boot.autoconfigure.jersey
Auto-configuration for Jersey.
org.springframework.boot.autoconfigure.jms - package org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS.
org.springframework.boot.autoconfigure.jms.activemq - package org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration for ActiveMQ.
org.springframework.boot.autoconfigure.jms.artemis - package org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration for Artemis.
org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
Auto-configuration for JMX.
org.springframework.boot.autoconfigure.jooq - package org.springframework.boot.autoconfigure.jooq
Auto-configuration for JOOQ.
org.springframework.boot.autoconfigure.kafka - package org.springframework.boot.autoconfigure.kafka
Auto-configuration for Apache Kafka.
org.springframework.boot.autoconfigure.ldap - package org.springframework.boot.autoconfigure.ldap
Auto-configuration for LDAP.
org.springframework.boot.autoconfigure.ldap.embedded - package org.springframework.boot.autoconfigure.ldap.embedded
 
org.springframework.boot.autoconfigure.liquibase - package org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
Auto-configuration for logging.
org.springframework.boot.autoconfigure.mail - package org.springframework.boot.autoconfigure.mail
Auto-configuration for email support.
org.springframework.boot.autoconfigure.mobile - package org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile.
org.springframework.boot.autoconfigure.mongo - package org.springframework.boot.autoconfigure.mongo
Auto-configuration for MongoDB.
org.springframework.boot.autoconfigure.mongo.embedded - package org.springframework.boot.autoconfigure.mongo.embedded
 
org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
org.springframework.boot.autoconfigure.mustache.web - package org.springframework.boot.autoconfigure.mustache.web
Auto-configuration for Mustache with Spring MVC.
org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for JPA and Spring ORM.
org.springframework.boot.autoconfigure.reactor - package org.springframework.boot.autoconfigure.reactor
Auto-configuration for Project Reactor.
org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security.
org.springframework.boot.autoconfigure.security.oauth2 - package org.springframework.boot.autoconfigure.security.oauth2
 
org.springframework.boot.autoconfigure.security.oauth2.authserver - package org.springframework.boot.autoconfigure.security.oauth2.authserver
 
org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
 
org.springframework.boot.autoconfigure.security.oauth2.method - package org.springframework.boot.autoconfigure.security.oauth2.method
 
org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
 
org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
 
org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
org.springframework.boot.autoconfigure.social - package org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social.
org.springframework.boot.autoconfigure.solr - package org.springframework.boot.autoconfigure.solr
Auto-configuration for Solr.
org.springframework.boot.autoconfigure.template - package org.springframework.boot.autoconfigure.template
Base classes for template Auto-configuration.
org.springframework.boot.autoconfigure.thymeleaf - package org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
org.springframework.boot.autoconfigure.transaction - package org.springframework.boot.autoconfigure.transaction
Auto-configuration for transaction support.
org.springframework.boot.autoconfigure.transaction.jta - package org.springframework.boot.autoconfigure.transaction.jta
Auto-configuration for JTA.
org.springframework.boot.autoconfigure.validation - package org.springframework.boot.autoconfigure.validation
Auto-configuration for (JSR-303) Validation.
org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
Auto-configuration for embedded servlet containers and Spring MVC.
org.springframework.boot.autoconfigure.webservices - package org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
org.springframework.boot.autoconfigure.websocket - package org.springframework.boot.autoconfigure.websocket
Auto-configuration for Spring WebSocket.

P

Packages() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
Extension of MetadataNamingStrategy that supports a parent ApplicationContext.
ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
PARENTS - org.springframework.boot.autoconfigure.condition.SearchStrategy
Deprecated.
as of 1.5 in favor of SearchStrategy.ANCESTORS
password(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
path() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
PathBasedTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.template
Abstract base class for TemplateAvailabilityProvider implementations that find templates from paths.
PathBasedTemplateAvailabilityProvider(String, Class<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
 
PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.template
 
PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.autoconfigure.dao
Auto-configuration for Spring's persistence exception translation.
PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
persistenceExceptionTranslationPostProcessor(Environment) - Static method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
PERSISTENT - org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 
PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager> - Interface in org.springframework.boot.autoconfigure.transaction
Callback interface that can be implemented by beans wishing to customize PlatformTransactionManagers whilst retaining default auto-configuration.
platformTransactionManagerCustomizers(ObjectProvider<List<PlatformTransactionManagerCustomizer<?>>>) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
PooledDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
postProcessConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used.
postProcessPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used to configure the part converters of AllEncompassingFormHttpMessageConverter.
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
Log file name prefix.
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
Log file name prefix.
prefix() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
A prefix that should be applied to each property.
preserveErrorControllerTargetClassPostProcessor() - Static method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
PrincipalExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Strategy used by UserInfoTokenServices to extract the principal from the resource server's response.
Producer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
ProjectInfoAutoConfiguration - Class in org.springframework.boot.autoconfigure.info
Auto-configuration for various project information.
ProjectInfoAutoConfiguration(ProjectInfoProperties) - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
ProjectInfoProperties - Class in org.springframework.boot.autoconfigure.info
Configuration properties for project information.
ProjectInfoProperties() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
ProjectInfoProperties.Build - Class in org.springframework.boot.autoconfigure.info
Build specific info properties.
ProjectInfoProperties.Git - Class in org.springframework.boot.autoconfigure.info
Git specific info properties.
properties - Variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
 
PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration for PropertySourcesPlaceholderConfigurer.
PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
Deprecated.
PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
Deprecated.
 
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
Proxy() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 

Q

QUOTE - org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 

R

RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
rabbitConnectionFactory(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
RabbitProperties - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for Rabbit.
RabbitProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
RabbitProperties.AmqpContainer - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Channel - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Connection - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Listener - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.ListenerRetry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Retry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Ssl - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Template - Class in org.springframework.boot.autoconfigure.amqp
 
rabbitTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfiguration(ObjectProvider<MessageConverter>, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
range() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnJava
Configures whether the value configured in ConditionalOnJava.value() shall be considered the upper exclusive or lower inclusive boundary.
ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
Auto-configuration for Reactor.
ReactorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
 
ReactorAutoConfiguration.ReactorConfiguration - Class in org.springframework.boot.autoconfigure.reactor
 
ReactorConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration.ReactorConfiguration
 
readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Record the occurrence of condition evaluation.
recordEvaluationCandidates(List<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that are candidates for condition evaluation.
recordExclusions(Collection<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that have been excluded from condition evaluation.
Redis() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
REDIS - org.springframework.boot.autoconfigure.cache.CacheType
Redis backed caching.
REDIS - org.springframework.boot.autoconfigure.session.StoreType
Redis backed sessions.
RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's Redis support.
RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
RedisAutoConfiguration.RedisConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Standard Redis configuration.
RedisAutoConfiguration.RedisConnectionConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Redis connection configuration.
RedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
 
RedisConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
redisConnectionFactory() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
RedisProperties - Class in org.springframework.boot.autoconfigure.data.redis
Configuration properties for Redis.
RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
RedisProperties.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
Cluster properties.
RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.data.redis
Pool properties.
RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
Redis sentinel properties.
RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's Redis Repositories.
RedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
 
redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
 
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Programmatically registers the auto-configuration package names.
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
 
relaxedNames() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
If relaxed names should be checked.
remoteTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
 
RemoteTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration
 
removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheView
 
REPORT_ONLY - org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.ContentSecurityPolicyMode
Use the 'Content-Security-Policy-Report-Only' header.
RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
Auto-configuration for Spring Data Rest's MVC integration.
RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
RepositoryRestProperties - Class in org.springframework.boot.autoconfigure.data.rest
Configuration properties for Spring Data REST.
RepositoryRestProperties() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
requestContextFilter() - Static method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
requestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
RequestScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
 
requiredViewClass() - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
 
resolveConfigLocation() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
Resolve the config location if set.
resolveConfigLocation(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
Resolve the config location if set.
resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
Resolve any specific error views.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
 
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.web.ErrorViewResolver
Resolve an error view for the specified details.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
ResourceBundleCondition() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
ResourceCondition - Class in org.springframework.boot.autoconfigure.condition
SpringBootCondition used to check if a resource can be found using a configurable property and optional default location(s).
ResourceCondition(String, String, String, String...) - Constructor for class org.springframework.boot.autoconfigure.condition.ResourceCondition
Create a new condition.
ResourceConfigCustomizer - Interface in org.springframework.boot.autoconfigure.jersey
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used.
ResourceProperties - Class in org.springframework.boot.autoconfigure.web
Properties used to configure resource handling.
ResourceProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties
 
ResourceProperties.Chain - Class in org.springframework.boot.autoconfigure.web
Configuration for the Spring Resource Handling chain.
ResourceProperties.Content - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on content hashing.
ResourceProperties.Fixed - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on a fixed version string.
ResourceProperties.Strategy - Class in org.springframework.boot.autoconfigure.web
Strategies for extracting and embedding a resource version in its URL path.
resources() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnResource
The resources that must be present.
ResourceSecurityConfigurer(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
resourceServer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
 
ResourceServerCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
resourceServerFilterChainOrderProcessor(ResourceServerProperties) - Static method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
 
resourceServerProperties() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
 
ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Configuration properties for OAuth2 Resources.
ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
ResourceServerProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
ResourceServerProperties.Jwk - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Configuration for an OAuth2 resource server.
ResourceServerTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
 
ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig
 
restTemplateBuilder() - Method in class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration.RestTemplateConfiguration
 
RestTemplateConfiguration(ObjectProvider<HttpMessageConverters>, ObjectProvider<List<RestTemplateCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration.RestTemplateConfiguration
 
resultedIn(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates a single result.
Retry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
ROLE - org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
Must be a member of one of the security roles.
run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 

S

scan(Class<? extends Annotation>...) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
Scan for entities with the specified annotations.
scanBasePackageClasses() - Method in annotation type org.springframework.boot.autoconfigure.SpringBootApplication
Type-safe alternative to SpringBootApplication.scanBasePackages() for specifying the packages to scan for annotated components.
scanBasePackages() - Method in annotation type org.springframework.boot.autoconfigure.SpringBootApplication
Base packages to scan for annotated components.
search() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
SearchStrategy - Enum in org.springframework.boot.autoconfigure.condition
Some named search strategies for beans in the bean factory hierarchy.
SecurityAuthorizeMode - Enum in org.springframework.boot.autoconfigure.security
Security authorization modes as specified in SecurityProperties.
SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security.
SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
SecurityDataConfiguration - Class in org.springframework.boot.autoconfigure.security
Automatically adds Spring Security's integration with Spring Data.
SecurityDataConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
securityEvaluationContextExtension() - Method in class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
SecurityFilterAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security's Filter.
SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
 
securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
 
SecurityPrerequisite - Interface in org.springframework.boot.autoconfigure.security
Marker interface for beans that need to be initialized before any security configuration is evaluated.
securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
 
SecurityProperties - Class in org.springframework.boot.autoconfigure.security
Properties for the security aspects of an application.
SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
 
SecurityProperties.Basic - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.Headers - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.Headers.ContentSecurityPolicyMode - Enum in org.springframework.boot.autoconfigure.security
 
SecurityProperties.Headers.HSTS - Enum in org.springframework.boot.autoconfigure.security
 
SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
 
selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
sendGrid() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
Auto-configuration for SendGrid.
SendGridAutoConfiguration(SendGridProperties) - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridProperties - Class in org.springframework.boot.autoconfigure.sendgrid
ConfigurationProperties for SendGrid.
SendGridProperties() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
SendGridProperties.Proxy - Class in org.springframework.boot.autoconfigure.sendgrid
 
Sentinel() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
serverProperties() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
ServerProperties - Class in org.springframework.boot.autoconfigure.web
ConfigurationProperties for a web server (e.g.
ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
 
ServerProperties.Jetty - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Session - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Session.Cookie - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat.Accesslog - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Undertow - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Undertow.Accesslog - Class in org.springframework.boot.autoconfigure.web
 
ServerPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration that configures the ConfigurableEmbeddedServletContainer from a ServerProperties bean.
ServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
SERVLET - org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
 
session(CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
Session() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
 
sessionFactory(Configuration, ApplicationContext, ObjectProvider<List<EventListener>>) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
SessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for Spring Session.
SessionProperties(ObjectProvider<ServerProperties>) - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties
 
SessionProperties.Hazelcast - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Jdbc - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Jdbc.Initializer - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Mongo - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Redis - Class in org.springframework.boot.autoconfigure.session
 
SessionScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
 
setAcceptCount(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAcceptors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setAckCount(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAckMode(AbstractMessageListenerContainer.AckMode) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setAcknowledgeMode(JmsProperties.AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAcks(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setAckTime(Long) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAdditionalTldSkipPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
setApiKey(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setAppId(String) - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setAppSecret(String) - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAuthoritiesExtractor(AuthoritiesExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setAuthorizeMode(SecurityAuthorizeMode) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setAutoCommitInterval(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setAutoOffsetReset(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBase(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setBasedir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBaseDn(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setBaseEnvironment(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setBasename(String) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setBasic(SecurityProperties.Basic) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setBatchSize(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
 
setBlockIfFull(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setBlockIfFullTimeout(long) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setBootstrapHosts(List<String>) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setBuffered(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setBufferMemory(Long) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBufferSize(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setBuffersPerRegion(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setCacheNames(List<String>) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
setCachePeriod(Integer) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setCacheSeconds(int) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the charset.
setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
Set the charset.
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setCheckChangeLogLocation(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCheckoutTimeout(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setCheckTemplate(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCheckTokenAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
setCloseTimeout(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setCluster(RedisProperties.Cluster) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setClusterName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setClusterName(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterNodes(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setCollectionName(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Mongo
 
setCollector(Mustache.Collector) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
setComment(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
Set the compiler.
setCompiler(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setCompression(ProtocolOptions.Compression) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setCompressionType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
Deprecated.
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
setConnect(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setConnectionTimeout(int) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setConnectionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setConnectionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setConnectTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setConsistency(Consistency) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setContactPoints(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setContentSecurityPolicy(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setContentSecurityPolicyMode(SecurityProperties.Headers.ContentSecurityPolicyMode) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setContentType(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setCreateConnectionOnStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setCredential(EmbeddedLdapProperties.Credential) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setData(List<String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setDatabase(Database) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDatabaseDir(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setDatabasePlatform(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDataDirectory(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setDataPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDataSourceClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setDataUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setDdlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
setDefaultDestination(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDefaultEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setDefaultMediaType(MediaType) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPropertyInclusion(JsonInclude.Include) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDefaultTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
setDefaultTopic(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
setDefaultValue(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
setDelims(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
setDeliveryDelay(Long) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDeliveryMode(JmsProperties.DeliveryMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDetectionStrategy(RepositoryDetectionStrategy.RepositoryDetectionStrategies) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setDirectBuffers(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setDisplayName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setDomain(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setEmptyStringIsFalse(Boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
setEnableAutoCommit(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setEnableCsrf(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setEnableFallback(boolean) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
Set if unique runtime object names should be ensured.
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setEscaper(Mustache.Escaper) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setExpiration(int) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
setExpiryTimeout(long) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
setFeatures(Set<Feature>) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setFetchMaxWait(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setFetchMinSize(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setFileSizeThreshold(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setFilterDispatcherTypes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setFilterOrder(Integer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
setFlushMode(RedisFlushMode) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
setFlushMode(HazelcastFlushMode) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
setForce(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setForceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setForceResponse(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setFormatter(Mustache.Formatter) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
setFrame(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setGroupId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setGzipped(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setHeartbeatInterval(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setHibernate(JpaProperties.Hibernate) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
setHsts(SecurityProperties.Headers.HSTS) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setHtmlApplicationCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setHttpOnly(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setIdleEventInterval(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setIdleEventInterval(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setIdleTimeout(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setIgnored(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setImplicitStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
setIncludeStacktrace(ErrorProperties.IncludeStacktrace) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setInitialInterval(long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setInitialize(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setInitSqls(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setInternalProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setIoThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Allows the DataSource to be managed by the container and obtained via JNDI.
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setJobNames(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJodaDateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setJspServlet(JspServlet) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setJwk(ResourceServerProperties.Jwk) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setJwt(ResourceServerProperties.Jwt) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setKeyDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeySerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setKeySetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
 
setKeyspaceName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeystoreLocation(Resource) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeystorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeyUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setKeyValue(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setKeyValue(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setKeyValue(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setLabels(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLdif(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setLimitParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setLoadBalancingPolicy(Class<? extends LoadBalancingPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setLoader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setLocaleResolver(WebMvcProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setLocation(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
setLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLogDir(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setLoginPath(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
setLogResolvedException(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setMandatory(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setMapName(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setMaster(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxAge(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxFileSize(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setMaxHttpHeaderSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
Deprecated.
setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxHttpPostSize(long) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaximumActiveSessionPerConnection(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setMaxInterval(long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setMaxRedirects(Integer) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setMaxRequestSize(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setMaxThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxWait(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMinSpareThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMobilePrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setMobileSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setMode(CachingConnectionFactory.CacheMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setMode(ArtemisMode) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMultiThreaded(boolean) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setName(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
setNodes(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setNonBlockingRedelivery(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setNormalPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setNormalSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setOplogSize(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
 
setPageParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setParameters(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setPassword(char[]) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
setPath(String...) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setPhysicalStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPollTimeout(Long) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPool(ActiveMQProperties.Pool) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setPreferTokenInfo(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
setPrincipalExtractor(PrincipalExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setPriority(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setProtocol(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProvider(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setPublisherConfirms(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPublisherReturns(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setQosEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setQuery(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setQuery(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setReadTimeout(int) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setReadTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setReceiveTimeout(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setReceiveTimeout(Long) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setReconnectionPolicy(Class<? extends ReconnectionPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setReconnectOnException(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setRedirectContextRoot(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRenameOnRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setReplSetName(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setReplyTimeout(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setRequestAttributesEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setRequestedHeartbeat(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setRequestTimeout(Long) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
 
setRequireSsl(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setResolveLazily(boolean) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the resource loader.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
setRestTemplate(OAuth2RestOperations) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setRetries(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setRetryPolicy(Class<? extends RetryPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setReturnBodyOnCreate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReturnBodyOnUpdate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setRole(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setRollbackFile(File) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setRollbackOnCommitFailure(Boolean) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
setSchema(List<String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchema(Resource) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
setSchemaAction(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSchemaPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchemaUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSecure(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setSendTimeout(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setSentinel(RedisProperties.Sentinel) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSeparator(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setServiceId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
setServletPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setSession(ServerProperties.Session) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setSocketConnect(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setSortParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
Deprecated.
setSqlDialect(SQLDialect) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
setSqlScriptEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setStateless(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setStoreDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setStoreType(StoreType) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
setStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
setTableName(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
setTablePrefix(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
setTabletPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setTabletSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setTemplate(Template) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheView
Set the Mustache template that should actually be rendered.
setTemplateLoader(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
Deprecated.
 
setTemplateLoaderPath(String...) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setTemplateResolverOrder(Integer) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setTestConnection(boolean) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setTimeBetweenExpirationCheck(long) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setTimeout(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setTimeToLive(Long) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
Settings() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTokenInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setTokenKeyAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setTrace(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTrackingModes(Set<SessionTrackingMode>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setTransactionManagerId(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
Deprecated.
setTrustAll(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrusted(List<String>) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrustStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTruststoreLocation(Resource) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setTruststorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setTrustStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setType(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setType(CacheType) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
setType(JerseyProperties.Type) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUriEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUrls(String[]) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setUseAnonymousProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setUseForwardHeaders(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
setUseNewIdGeneratorMappings(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setValueDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setValueSerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setVersion(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setVersion(String) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setView(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setView(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setWebAllowOthers(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setWorkerThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setXss(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setZkHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
SEVEN - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Java 1.7.
signInController(ConnectionFactoryLocator, UsersConnectionRepository, SignInAdapter) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
SIMPLE - org.springframework.boot.autoconfigure.cache.CacheType
Simple in-memory caching.
SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure RabbitListenerContainerFactory with sensible defaults.
SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
SingletonScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
SitePreferenceAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's SitePreferenceHandler.
SitePreferenceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
 
SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
sitePreferenceHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
 
sitePreferenceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
 
SitePreferenceMvcConfiguration(SitePreferenceHandlerInterceptor, SitePreferenceHandlerMethodArgumentResolver) - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
SIX - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Java 1.6.
SocialAutoConfigurationAdapter(ObjectProvider<List<ConnectInterceptor<?>>>, ObjectProvider<List<DisconnectInterceptor<?>>>, ObjectProvider<List<ProviderSignInInterceptor<?>>>) - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
SocialAutoConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
Base class for auto-configured SocialConfigurerAdapters.
SocialAutoConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
SocialProperties - Class in org.springframework.boot.autoconfigure.social
Base properties for spring social.
SocialProperties() - Constructor for class org.springframework.boot.autoconfigure.social.SocialProperties
 
socialTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
SocialTokenServicesConfiguration(ResourceServerProperties, ObjectProvider<OAuth2ConnectionFactory<?>>, UserInfoRestTemplateFactory, ObjectProvider<AuthoritiesExtractor>, ObjectProvider<PrincipalExtractor>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
SocialWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social's web connection support.
SocialWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration
 
SocialWebAutoConfiguration.AnonymousUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
 
SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
 
SocialWebAutoConfiguration.SocialAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.social
 
SocialWebAutoConfiguration.SpringSocialThymeleafConfig - Class in org.springframework.boot.autoconfigure.social
 
SolrAutoConfiguration - Class in org.springframework.boot.autoconfigure.solr
Auto-configuration for Solr 4.x.
SolrAutoConfiguration(SolrProperties) - Constructor for class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
solrClient() - Method in class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
SolrProperties - Class in org.springframework.boot.autoconfigure.solr
ConfigurationProperties for Solr.
SolrProperties() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrProperties
 
SolrRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.solr
Enables auto configuration for Spring Data Solr repositories.
SolrRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
 
SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
Register a JMX component that allows to administer the current application.
SpringApplicationAdminJmxAutoConfiguration(ObjectProvider<List<MBeanExporter>>, Environment) - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
springApplicationAdminRegistrar() - Method in class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringBootApplication - Annotation Type in org.springframework.boot.autoconfigure
Indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component scanning.
springBootAuthenticationConfigurerAdapter(SecurityProperties, List<SecurityPrerequisite>) - Static method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
Base of all Condition implementations used with Spring Boot.
SpringBootCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
SpringBootCouchbaseConfigurer - Class in org.springframework.boot.autoconfigure.data.couchbase
A simple CouchbaseConfigurer implementation.
SpringBootCouchbaseConfigurer(CouchbaseEnvironment, Cluster, ClusterInfo, Bucket) - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
springBootRepositoryRestConfigurer() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
SpringBootWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
Configuration for security of a web application or service.
SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
 
SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
 
SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's web support.
SpringDataWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
springSocialDialect() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
 
SpringSocialThymeleafConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
 
SpringSocialTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
ResourceServerTokenServices backed by Spring Social.
SpringSocialTokenServices(OAuth2ConnectionFactory<?>, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
Storage() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
StoreType - Enum in org.springframework.boot.autoconfigure.session
Supported Spring Session data store types.
Strategy() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
stringHttpMessageConverter() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
StringHttpMessageConverterConfiguration(HttpEncodingProperties) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
stringOrNumberMigrationVersionConverter() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
 
supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 

T

Template() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
Template() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
Template() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
TemplateAvailabilityProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
TemplateAvailabilityProvider - Interface in org.springframework.boot.autoconfigure.template
Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
TemplateAvailabilityProviders - Class in org.springframework.boot.autoconfigure.template
Collection of TemplateAvailabilityProvider beans that can be used to check which (if any) templating engine supports a given view.
TemplateAvailabilityProviders(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
templateEngine() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
TemplateLocation - Class in org.springframework.boot.autoconfigure.template
Contains a location that templates can be loaded from.
TemplateLocation(String) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateLocation
 
ThymeleafAutoConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
ThymeleafAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
ThymeleafAutoConfiguration.DataAttributeDialectConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafDefaultConfiguration(Collection<ITemplateResolver>, ObjectProvider<Collection<IDialect>>) - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
ThymeleafJava8TimeDialect() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect
 
ThymeleafProperties - Class in org.springframework.boot.autoconfigure.thymeleaf
Properties for Thymeleaf.
ThymeleafProperties() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
ThymeleafResourceHandlingConfig() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig
 
ThymeleafSecurityDialectConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
ThymeleafTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.thymeleaf
TemplateAvailabilityProvider that provides availability information for Thymeleaf view templates.
ThymeleafTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
ThymeleafWebLayoutConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
Timeouts() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
TokenInfoServicesConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
 
Tomcat() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
TomcatDataSourceJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration
 
TomcatDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
DataSourcePoolMetadata for a Tomcat DataSource.
TomcatDataSourcePoolMetadata(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
tomcatEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
 
TomcatWebSocketContainerCustomizer - Class in org.springframework.boot.autoconfigure.websocket
WebSocketContainerCustomizer for TomcatEmbeddedServletContainerFactory.
TomcatWebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.TomcatWebSocketContainerCustomizer
 
toString() - Method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
toString() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
toString() - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
 
TransactionAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction
Auto-configuration for Spring transaction.
TransactionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
TransactionAutoConfiguration.TransactionTemplateConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
transactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
transactionManager(UserTransaction, TransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
transactionManager(SessionFactory, Neo4jProperties, ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
TransactionManagerCustomizers - Class in org.springframework.boot.autoconfigure.transaction
TransactionManagerCustomizers(Collection<? extends PlatformTransactionManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
 
TransactionProperties - Class in org.springframework.boot.autoconfigure.transaction
Configuration properties that can be applied to an AbstractPlatformTransactionManager.
TransactionProperties() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
transactionProvider(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
transactionTemplate() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
TransactionTemplateConfiguration(PlatformTransactionManager) - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
twitter(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
TwitterAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social connectivity with Twitter.
TwitterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration
 
TwitterAutoConfiguration.TwitterConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
 
TwitterConfigurerAdapter(TwitterProperties) - Constructor for class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
twitterConnectView() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
TwitterProperties - Class in org.springframework.boot.autoconfigure.social
Properties for Spring Social Twitter.
TwitterProperties() - Constructor for class org.springframework.boot.autoconfigure.social.TwitterProperties
 
type() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The class type names of bean that should be checked.
type() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type names of bean that should be checked.
type() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
The class type name of bean that should be checked.
type(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 

U

unbind(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
Undertow() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
undertowEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
 
UndertowWebSocketContainerCustomizer - Class in org.springframework.boot.autoconfigure.websocket
WebSocketContainerCustomizer for UndertowEmbeddedServletContainerFactory.
UndertowWebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.UndertowWebSocketContainerCustomizer
 
url(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
User() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
UserInfoRestTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback for customizing the rest template used to fetch user details if authentication is done via OAuth2 access tokens.
userInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
 
UserInfoRestTemplateFactory - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Factory used to create the OAuth2RestTemplate used for extracting user info during authentication if none is available.
userInfoTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
userInfoTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration
 
UserInfoTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
ResourceServerTokenServices that uses a user info REST service.
UserInfoTokenServices(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
UserInfoTokenServicesConfiguration(ResourceServerProperties, UserInfoRestTemplateFactory, ObjectProvider<AuthoritiesExtractor>, ObjectProvider<PrincipalExtractor>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration
 
username(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 

V

validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
validateConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
Validation() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
ValidationAutoConfiguration - Class in org.springframework.boot.autoconfigure.validation
Auto-configuration to configure the validation infrastructure.
ValidationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
ValidationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
validationEventListener(Validator) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
value() - Method in annotation type org.springframework.boot.autoconfigure.AutoConfigureAfter
The auto-configure classes that should have already been applied.
value() - Method in annotation type org.springframework.boot.autoconfigure.AutoConfigureBefore
The auto-configure classes that should have not yet been applied.
value() - Method in annotation type org.springframework.boot.autoconfigure.AutoConfigureOrder
The order value.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The class type of bean that should be checked.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnClass
The classes that must be present.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnCloudPlatform
The cloud platform that must be active.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnExpression
The SpEL expression to evaluate.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnJava
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnJndi
JNDI Locations, one of which must exist.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type of bean that should be checked.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass
The names of the classes that must not be present.
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
value() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
The class type of bean that should be checked.
value() - Method in annotation type org.springframework.boot.autoconfigure.domain.EntityScan
Alias for the EntityScan.basePackages() attribute.
value() - Method in annotation type org.springframework.boot.autoconfigure.ImportAutoConfiguration
The auto-configuration classes that should be imported.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.ContentSecurityPolicyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.WebMvcProperties.LocaleResolver
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.ContentSecurityPolicyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.WebMvcProperties.LocaleResolver
Returns an array containing the constants of this enum type, in the order they are declared.
View() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 

W

wasProcessed(String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Return true if the specified class name was processed by the annotation processor.
WebClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for web client.
WebClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration
 
WebClientAutoConfiguration.RestTemplateConfiguration - Class in org.springframework.boot.autoconfigure.web
 
WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for Web MVC.
WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
WebMvcAutoConfiguration.EnableWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.web
Configuration equivalent to @EnableWebMvc.
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.web
 
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration - Class in org.springframework.boot.autoconfigure.web
 
WebMvcAutoConfigurationAdapter(ResourceProperties, WebMvcProperties, ListableBeanFactory, HttpMessageConverters, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
WebMvcProperties - Class in org.springframework.boot.autoconfigure.web
properties for Spring MVC.
WebMvcProperties() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
WebMvcProperties.Async - Class in org.springframework.boot.autoconfigure.web
 
WebMvcProperties.LocaleResolver - Enum in org.springframework.boot.autoconfigure.web
 
WebMvcProperties.Servlet - Class in org.springframework.boot.autoconfigure.web
 
WebMvcProperties.View - Class in org.springframework.boot.autoconfigure.web
 
WebMvcRegistrations - Interface in org.springframework.boot.autoconfigure.web
Interface to register key components of the WebMvcConfigurationSupport in place of the default ones provided by Spring MVC.
WebMvcRegistrationsAdapter - Class in org.springframework.boot.autoconfigure.web
An implementation of WebMvcRegistrations with empty methods allowing sub-classes to override only the methods they're interested in.
WebMvcRegistrationsAdapter() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
WebServicesAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
WebServicesAutoConfiguration(WebServicesProperties) - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
WebServicesAutoConfiguration.WsConfiguration - Class in org.springframework.boot.autoconfigure.webservices
 
WebServicesProperties - Class in org.springframework.boot.autoconfigure.webservices
ConfigurationProperties for Spring Web Services.
WebServicesProperties() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
WebServicesProperties.Servlet - Class in org.springframework.boot.autoconfigure.webservices
 
WebSocketAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket
Auto configuration for websocket server in embedded Tomcat, Jetty or Undertow.
WebSocketAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration
 
WebSocketContainerCustomizer<T extends org.springframework.boot.context.embedded.EmbeddedServletContainerFactory> - Class in org.springframework.boot.autoconfigure.websocket
EmbeddedServletContainerCustomizer to configure websockets for a given EmbeddedServletContainerFactory.
WebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
WebSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket
Auto-configuration for WebSocket-based messaging.
WebSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketMessagingAutoConfiguration
 
welcomePageHandlerMapping(ResourceProperties) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
WsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsConfiguration
 

X

Xa() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
XADataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
XADataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
xaDataSourceWrapper(NarayanaRecoveryManagerBean, NarayanaProperties) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages