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
All Classes All Packages
All Classes All Packages
A
- 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
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- Create an instance with target bean class and dependencies.
- AbstractErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
- Abstract base class for error
Controller
implementations. - AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- AbstractErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
- Abstract base class for
ErrorWebExceptionHandler
implementations. - AbstractErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- AbstractNestedCondition - Class in org.springframework.boot.autoconfigure.condition
- Abstract base class for nested conditions.
- AbstractNestedCondition.MemberMatchOutcomes - Class in org.springframework.boot.autoconfigure.condition
- AbstractRabbitListenerContainerFactoryConfigurer<T extends org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory<?>> - Class in org.springframework.boot.autoconfigure.amqp
- Configure
RabbitListenerContainerFactory
with sensible defaults. - AbstractRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- 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 aAbstractTemplateViewResolver
. - 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 aViewResolver
. - AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- ACCEPT_HEADER - org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
- Use the "Accept-Language" header or the configured locale if the header is not set.
- acceptsTextHtml() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- Predicate that checks whether the current request explicitly support
"text/html"
media type. - Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- 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
- add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.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.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- addUrlMappings(String...) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- Admin() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- ALL - org.springframework.boot.autoconfigure.condition.SearchStrategy
- Search the entire hierarchy.
- 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.
- AnnotationConfig(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
- ANY - org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
- Any web application will match.
- 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. - APPLICATION_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- Bean name of the application
TaskExecutor
. - applicationTaskExecutor(TaskExecutorBuilder) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- 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
- applyToMvcViewResolver(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-configuredEmbeddedJMS
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.servlet.WebMvcProperties.Async
- at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
- Returns a matcher that includes the specified
Locations
. - at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
- Returns a matcher that includes the specified
Locations
. - at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
- Returns a matcher that includes the specified
Locations
. - at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
- Returns a matcher that includes the specified
Locations
. - atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
- Used when no items are available.
- atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
- Returns a matcher that includes all commonly used
Locations
. - atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
- Returns a matcher that includes all commonly used
Locations
. - authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
- authorizedClientRepository(ReactiveOAuth2AuthorizedClientService) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
- authorizedClientService(ReactiveClientRegistrationRepository) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
- AUTO - org.springframework.boot.autoconfigure.data.RepositoryType
- Enables all repository types automatically based on their availability.
- 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 handleauto-configuration
.- AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- AutoConfigurationImportSelector.AutoConfigurationEntry - Class in org.springframework.boot.autoconfigure
- 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
- AutoConfigurations - Class in org.springframework.boot.autoconfigure
Configurations
representing auto-configuration@Configuration
classes.- AutoConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurations
- 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
- 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_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 - Class in org.springframework.boot.autoconfigure.batch
- Basic
BatchConfigurer
implementation. - 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.servlet.error.ErrorMvcAutoConfiguration
- BasicErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
- Basic global error
Controller
, renderingErrorAttributes
. - BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- Create a new
BasicErrorController
instance. - BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- Create a new
BasicErrorController
instance. - BATCH - org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
- Invokes the endpoint with a batch of ConsumerRecords.
- 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
- batchDataSourceInitializer(DataSource, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- BatchDataSourceInitializer - Class in org.springframework.boot.autoconfigure.batch
- Initialize the Spring Batch schema (ignoring errors, so should be idempotent).
- BatchDataSourceInitializer(DataSource, ResourceLoader, BatchProperties) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
- BatchProperties - Class in org.springframework.boot.autoconfigure.batch
- Configuration properties for Spring Batch.
- BatchProperties() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties
- BatchProperties.Job - Class in org.springframework.boot.autoconfigure.batch
- beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- because(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
- Indicates the reason.
- begin(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
- Bucket() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
- Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- buildAdminProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- Create an initial map of admin properties from the state of this instance.
- 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.Admin
- buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- buildStreamsProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- Create an initial map of streams properties from the state of this instance.
C
- Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
- Cache() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- Cache() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.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(CacheProperties, ObjectProvider<CacheManager>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
- Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- 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<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 givenCacheManager
. - 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.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.
- CacheProperties.Redis - Class in org.springframework.boot.autoconfigure.cache
- Redis-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<ClusterBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
- cassandraCluster() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
- cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- cassandraCustomConversions() - 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(CassandraCustomConversions) - 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
- CassandraProperties.Pool - Class in org.springframework.boot.autoconfigure.cassandra
- Pool properties.
- CassandraReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration
for Spring Data's reactive Cassandra support.- CassandraReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
- CassandraReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration
for Spring Data's Cassandra Reactive Repositories.- CassandraReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
- 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
- cassandraSession(CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- 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.servlet.HttpEncodingAutoConfiguration
- checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
- checkSessionTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
- 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.
- CLIENT - org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
- Messages are acknowledged once the message listener implementation has called
Message.acknowledge()
. - clientConnectorCustomizer(ClientHttpConnector) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
- ClientHttpConnectorAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
Auto-configuration
forClientHttpConnector
.- ClientHttpConnectorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
- clientRegistrationRepository() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
- ClientsConfiguredCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- Condition that matches if any
spring.security.oauth2.client.registration
properties are defined. - ClientsConfiguredCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
- 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
- close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
- CloudServiceConnectorsAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
Auto-configuration
for Spring Cloud Service Connectors.- CloudServiceConnectorsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration
- 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 aCluster.Builder
whilst retaining default auto-configuration. - CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
- CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
- commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- 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 beans meeting all the specified requirements are already contained in theBeanFactory
.- 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.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 JNDIInitialContext
and the ability to lookup specific locations.- ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional
that only matches when no beans meeting the specified requirements are already contained in theBeanFactory
.- ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional
that only matches when the specified classes are not on the classpath.- ConditionalOnMissingFilterBean - Annotation Type in org.springframework.boot.autoconfigure.web.servlet
Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
.- 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.- ConditionalOnRepositoryType - Annotation Type in org.springframework.boot.autoconfigure.data
Conditional
that only matches when a particular type of Spring Data repository has been enabled.- 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 a bean of the specified class is already contained in theBeanFactory
and a single candidate can be determined.- ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional
that matches when the application is a web application.- ConditionalOnWebApplication.Type - Enum in org.springframework.boot.autoconfigure.condition
- Available application types.
- 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
andConditionOutcome
. - ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
- Provides access to a number of
ConditionEvaluationReport.ConditionAndOutcome
items. - ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
ApplicationContextInitializer
that writes theConditionEvaluationReport
to the log.- ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- ConditionEvaluationReportLoggingListener(LogLevel) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- 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
- ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - 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
forConfigurationProperties
beans.- ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
- configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
- 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(T, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- Configure the specified rabbit listener container factory.
- configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- configureArgumentResolvers(ArgumentResolverConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- configureHttpMessageCodecs(ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- 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
- Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
- Contentnegotiation() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- 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
- 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.CouchbaseConfiguration
- couchbaseClient() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
- couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
- couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
- couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
- couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
- CouchbaseConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
- Support class to configure Couchbase based on
CouchbaseProperties
. - CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.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.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.Endpoints.CouchbaseService - 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
- CouchbaseReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration
for Spring Data's Reactive Couchbase support.- CouchbaseReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration
- CouchbaseReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration
for Spring Data's Couchbase Reactive Repositories.- CouchbaseReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
- 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
- CouchbaseService() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
- createConfiguration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
- Create a
Configuration
based on the state of this instance. - createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.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.JpaBaseConfiguration
- createMongoClient(MongoClientOptions) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
- Creates a
MongoClient
using the givenoptions
. - createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
- Creates a
MongoClient
using the givensettings
. - createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- Create a new
MultipartConfigElement
using the properties. - createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
- Create aÂ
JmsPoolConnectionFactory
based on the specifiedConnectionFactory
. - createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
- Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
- CSS - org.springframework.boot.autoconfigure.security.StaticResourceLocation
- Resources under
"/css"
. - 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(GsonBuilder) - Method in interface org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
- Customize the GsonBuilder.
- customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
- Customize the
MongoClientSettings.Builder
. - customize(HttpClientConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.jest.HttpClientConfigBuilderCustomizer
- Customize the
HttpClientConfig.Builder
. - customize(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
- Customize the specified JPA vendor properties.
- 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(RestClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientBuilderCustomizer
- Customize the
RestClientBuilder
. - customize(FluentConfiguration) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
- Customize the flyway configuration.
- customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
- Customize the resource config.
- customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer
- Callback to customize a
RetryTemplate
instance used in the context of the specifiedRabbitRetryTemplateCustomizer.Target
. - customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
- Customize the given
builder
. - customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
- customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
- customize(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
- customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
- customize(ConfigurableUndertowWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
- customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
- customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
- customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
- customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.JedisClientConfigurationBuilderCustomizer
- Customize the
JedisClientConfiguration.JedisClientConfigurationBuilder
. - customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.LettuceClientConfigurationBuilderCustomizer
- Customize the
LettuceClientConfiguration.LettuceClientConfigurationBuilder
. - customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
- Customize the JacksonObjectMapperBuilder.
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
- customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
- Customize the
SchedulerFactoryBean
. - customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
- customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
- customize(ResourceHandlerRegistration) - Method in interface org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizer
- Customize the given
ResourceHandlerRegistration
. - customize(WebClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
- 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.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
- DataSourceClosingSpringLiquibase - Class in org.springframework.boot.autoconfigure.liquibase
- A custom
SpringLiquibase
extension that closes the underlyingDataSource
once the database has been migrated. - DataSourceClosingSpringLiquibase() - Constructor for class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- dataSourceCustomizer(QuartzProperties, DataSource, ObjectProvider<DataSource>, ObjectProvider<PlatformTransactionManager>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- dataSourceInitializerSchedulerDependencyPostProcessor() - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- 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.
- DataSourceSchemaCreatedEvent - Class in org.springframework.boot.autoconfigure.jdbc
ApplicationEvent
used internally to indicate that the schema of a newDataSource
has been created.- DataSourceSchemaCreatedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceSchemaCreatedEvent
- Create a new
DataSourceSchemaCreatedEvent
. - DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration
forDataSourceTransactionManager
.- DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
- ddlAuto(Supplier<String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
- DEFAULT_CHARSET - Static variable in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
- DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.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_ORDER - Static variable in annotation type org.springframework.boot.autoconfigure.AutoConfigureOrder
- DEFAULT_ORDER - Static variable in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
- The default order for the command line runner.
- 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.servlet.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.servlet.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
- Default URI used when the configured URI is
null
. - defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web.servlet.error
- Default
ErrorViewResolver
implementation that attempts to resolve error views using well known conventions. - DefaultErrorViewResolver(ApplicationContext, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
- Create a new
DefaultErrorViewResolver
instance. - DefaultErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
- Basic global
WebExceptionHandler
, renderingErrorAttributes
. - DefaultErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- Create a new
DefaultErrorWebExceptionHandler
instance. - DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
- Configure
DefaultJmsListenerContainerFactory
with sensible defaults. - DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
- defaultValidator() - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
- defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- destroy() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- destroy() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- 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. - determineBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
- Determine the Couchbase nodes to bootstrap from.
- determineDatabase(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- Determine the
Database
to use based on this configuration and the primaryDataSource
. - determineDatabaseName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- Determine the name to used based on this configuration.
- determineDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- Determine the driver to use based on this configuration and the environment.
- determineHibernateProperties(Map<String, String>, HibernateSettings) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- Determine the configuration properties for the initialization of the main Hibernate EntityManagerFactory based on standard JPA properties and
HibernateSettings
. - 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.
- determineIsolationLevel() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
- Determine the isolation level for create* operation of the
JobRepository
. - determineIsolationLevel() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
- 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
- determineSqlDialect(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
- Determine the
SQLDialect
to use based on this configuration and the primaryDataSource
. - 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.
- 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.
- DIRECT - org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
- Container where the listener is invoked directly on the RabbitMQ consumer thread.
- DirectContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- directoryServer() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
- DirectRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
- Configure
DirectRabbitListenerContainerFactoryConfigurer
with sensible defaults. - DirectRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
- dispatcherServlet() - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration
for the SpringDispatcherServlet
.- DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
- DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletConfiguration(HttpProperties, WebMvcProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- DispatcherServletPath - Interface in org.springframework.boot.autoconfigure.web.servlet
- Interface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. - DispatcherServletPathProvider - Interface in org.springframework.boot.autoconfigure.web.servlet
- Deprecated.since 2.0.4 in favor of
DispatcherServletPath
andDispatcherServletRegistrationBean
- dispatcherServletRegistration(DispatcherServlet) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
- DispatcherServletRegistrationBean - Class in org.springframework.boot.autoconfigure.web.servlet
ServletRegistrationBean
for the auto-configuredDispatcherServlet
.- DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- Create a new
DispatcherServletRegistrationBean
instance for the given servlet and path. - DispatcherServletRegistrationConfiguration(WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
- dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
- DslContextConfiguration(JooqProperties, ConnectionProvider, DataSource, ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<RecordUnmapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider[]>, ExecuteListenerProvider[], ObjectProvider<VisitListenerProvider[]>, ObjectProvider<TransactionListenerProvider[]>, ObjectProvider<ExecutorProvider>) - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
- 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.
- 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
- EmbeddedDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- Configuration for embedded data sources.
- EmbeddedDataSourceConfiguration(DataSourceProperties) - Constructor for class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
- 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 theembeddedMongoServer
bean. - EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
- Additional configuration to ensure that
MongoClient
beans depend on theembeddedMongoServer
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
- EmbeddedReactiveMongoDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration
- EmbeddedWebServerFactoryCustomizerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
Auto-configuration
for embedded servlet and reactive web servers customizations.- EmbeddedWebServerFactoryCustomizerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
- Nested configuration if Jetty is being used.
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
- Nested configuration if Netty is being used.
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
- Nested configuration if Tomcat is being used.
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
- Nested configuration if Undertow is being used.
- 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.
- 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
- EnableTransactionManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration
- EnableWebFluxConfiguration(WebFluxProperties, ObjectProvider<WebFluxRegistrations>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- EnableWebMvcConfiguration(ObjectProvider<WebMvcProperties>, ObjectProvider<WebMvcRegistrations>, ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- Encoding() - Constructor for class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- 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
- entityManagerFactoryBootstrapExecutorCustomizer(ObjectProvider<AsyncTaskExecutor>) - Method in class org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
- entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider<PersistenceUnitManager>, ObjectProvider<EntityManagerFactoryBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- EntityManagerFactoryBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.orm.jpa
- Callback interface that can be used to customize the auto-configured
EntityManagerFactoryBuilder
. - EntityManagerFactoryDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.data.jpa
BeanFactoryPostProcessor
that can be used to dynamically declare that allEntityManagerFactory
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 an
@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
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.servlet.error.BasicErrorController
- errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
- errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
- errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- ErrorMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
Auto-configuration
to render errors via an MVC error controller.- ErrorMvcAutoConfiguration(ServerProperties, DispatcherServletPath, ObjectProvider<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
- ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
- errorPageCustomizer() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.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.
- ErrorProperties.Whitelabel - Class in org.springframework.boot.autoconfigure.web
- ErrorViewResolver - Interface in org.springframework.boot.autoconfigure.web.servlet.error
- Interface that can be implemented by beans that resolve error views.
- errorWebExceptionHandler(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
- ErrorWebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.error
Auto-configuration
to render errors via a WebFluxWebExceptionHandler
.- ErrorWebFluxAutoConfiguration(ServerProperties, ResourceProperties, ObjectProvider<ViewResolver>, ServerCodecConfigurer, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
- exception(ExecuteContext) - Method in class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
- exchangeStrategiesCustomizer(List<CodecCustomizer>) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
- 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.
- excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
- Return a new
StaticResourceRequest.StaticResourceServerWebExchange
based on this one but excluding the specified locations. - excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- Return a new
StaticResourceRequest.StaticResourceRequestMatcher
based on this one but excluding the specified locations. - excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
- Return a new
StaticResourceRequest.StaticResourceServerWebExchange
based on this one but excluding the specified locations. - excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- Return a new
StaticResourceRequest.StaticResourceRequestMatcher
based on this one but excluding the specified locations. - 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
.
F
- FAVICON - org.springframework.boot.autoconfigure.security.StaticResourceLocation
- The
"favicon.ico"
resource. - FaviconConfiguration(ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
- faviconHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
- faviconRequestHandler() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
- Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
- Filter() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
- FILTER - org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
- find(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
- Attempt to find the
ConditionEvaluationReport
for the specified bean factory. - Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
- FIXED - org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
- Always use the configured locale.
- 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.FlywayInitializerJdbcOperationsDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
- Additional configuration to ensure that
JdbcOperations
beans depend on theflywayInitializer
bean. - FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
- Additional configuration to ensure that
EntityManagerFactory
beans depend on theflywayInitializer
bean. - FlywayAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
- Additional configuration to ensure that
JdbcOperations
beans depend on theflyway
bean. - FlywayAutoConfiguration.FlywayJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
- Additional configuration to ensure that
EntityManagerFactory
beans depend on theflyway
bean. - FlywayConfiguration(FlywayProperties, DataSourceProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>, ObjectProvider<FlywayMigrationStrategy>, ObjectProvider<FlywayConfigurationCustomizer>, ObjectProvider<Callback>, ObjectProvider<FlywayCallback>) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
- FlywayConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.flyway
- Callback interface that can be implemented by beans wishing to customize the flyway configuration.
- FlywayDataSource - Annotation Type in org.springframework.boot.autoconfigure.flyway
- Qualifier annotation for a DataSource to be injected in to Flyway.
- flywayDefaultDdlModeProvider(ObjectProvider<Flyway>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
- flywayInitializer(Flyway) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
- FlywayInitializerJdbcOperationsDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJdbcOperationsDependencyConfiguration
- FlywayInitializerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration
- FlywayJdbcOperationsDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration
- FlywayJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayJpaDependencyConfiguration
- FlywayMigrationInitializer - Class in org.springframework.boot.autoconfigure.flyway
- 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
- formContentFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
- 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
- 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
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(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. - get(ApplicationContext, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- Return a
Validator
that only implements theValidator
interface, wrapping it if necessary. - 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.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.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
- 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
- getAdmin() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getAll() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- 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.
- getAnonymousReadOnly() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- getApiKey() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
- getApplicationDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- getApplicationId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- getAsync() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- Return the appropriate
AnnotationAttributes
from theAnnotationMetadata
. - getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- getAuthorizationGrantType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- getAutoCommitInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getAutoConfigurationEntry(AutoConfigurationMetadata, AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- Return the
AutoConfigurationImportSelector.AutoConfigurationEntry
based on theAnnotationMetadata
of the importing@Configuration
class. - 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
- getAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
- getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getAvailableCandidates() - Method in exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
- 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
- getBaselineDescription() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getBaselineVersion() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getBasename() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- 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.JmsPoolConnectionFactoryProperties
- getBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- getBootstrapMode() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- The
BootstrapMode
for the particular repository support. - 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
- getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- 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
- getBuild() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
- getCache() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- getCache() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
- getCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
- getCachecontrol() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
- getCacheDuration() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getCacheMaxBytesBuffering() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- Deprecated.
- getCacheMaxSizeBuffering() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- getCachePrivate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getCachePublic() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getCacheTtl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- 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.http.HttpProperties.Encoding
- getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
- getChunkedModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- getClientAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- 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.Listener
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getClientRegistrations(OAuth2ClientProperties) - Static method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesRegistrationAdapter
- getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- 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.MongoSessionProperties
- getCommentPrefix() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- 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.SimpleContainer
- 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.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.servlet.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.condition.AbstractNestedCondition
- getConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
- 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
- getConnectRetries() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getConnectTimeout() - 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
- getConsumersPerQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- getContent() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
- getContentnegotiation() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getControlFlag() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- getConverters() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
- Return an immutable list of the converters in the order that they will be registered.
- getCoreSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- 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
- getDatabaseChangeLogLockTable() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getDatabaseChangeLogTable() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getDatabaseDir() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
- getDatabaseName() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
- getDatabaseName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
- 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.orm.jpa.JpaBaseConfiguration
- Return the
DataSource
. - getDataSourceClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
- getDataUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
- 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
- getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- getDefaultPropertyInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getDefaultReceiveQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- 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
- getDelta(ConditionEvaluationReport) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
- 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
- getDirect() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
- getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- getDisableHtmlEscaping() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getDisableInnerClassSerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- Return the configured driver or
null
if none was configured. - 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
- getEnableComplexMapKeySerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- 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.ResourceProperties.Chain
- Return whether the resource chain is enabled.
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getEncoding() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getEncoding() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getEncoding() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties
- getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- 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(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Extract the original error from the current request.
- getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Extract the error attributes from the current request, to be used to populate error views or JSON payloads.
- getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- Provide access to the error properties.
- getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- Return the custom
ExceptionHandlerExceptionResolver
that should be used and processed by the MVC configuration. - getExchange() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- getExcludeFieldsWithoutExposeAnnotation() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
- Return the exclusions that were applied.
- getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
- 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
- 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
- getFetchSize() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- getFieldNamingPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- getFilename() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- getFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- getFilter() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
- getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- getFilterOrder() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
- 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.HazelcastSessionProperties
- getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- getFullModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- getGenerateNonExecutableJson() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- 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
- getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
- Get the
HazelcastInstance
. - getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
- Get the
HazelcastInstance
. - getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getHibernatePropertiesCustomizers() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
- 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
- getHttp2() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getHttpStatus(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- Get the HTTP error status information from the error map.
- getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- getImportGroup() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- 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
- getInitializationMode() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getInstalledBy() - 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
- getIssuerUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- getIssuerUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- getJaas() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- getJdbc() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
- getJdbc() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- getJedis() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- 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
- getJobStoreType() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- getJodaDateTimeFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getJsp() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- Return the JTA transaction manager.
- getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
- getKeepAlive() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getKeyDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getKeyPassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- getKeySerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- 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.amqp.RabbitProperties.Ssl
- getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
- getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getLdif() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- getLenient() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getLettuce() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getLiquibaseSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getLiquibaseTablespace() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- 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
- Deprecated.
- 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.servlet.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.ServerProperties.Jetty.Accesslog
- getLocale() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.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.servlet.MultipartProperties
- getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getLogContainerConfig() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getLogDir() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
- getLoginModule() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- getLogLevelForReport() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- getLongSerializationPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getMandatory() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- getMapName() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
- getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getMapping() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- getMappingResources() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- getMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
- 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.ClientsConfiguredCondition
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- getMaxChunkSize() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- getMaxConnections() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- getMaxConnections() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getMaxEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
- getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- 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.JmsPoolConnectionFactoryProperties
- Deprecated.
- getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getMaxQueueSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- getMaxRows() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- getMaxSessionsPerConnection() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- getMaxSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getMaxSwallowSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- 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.thymeleaf.ThymeleafProperties.Reactive
- getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- 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.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getMinEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- getMinSpareThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
- getMode() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
- getMode() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
- 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.quartz.QuartzDataSourceInitializer
- getMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
- getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- getMonitorInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- getMustRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- 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
- getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
- getNamespace() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- getNoCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- getNonMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- getNoPollThreshold() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getNoStore() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getNoTransform() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- getOpenInView() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
- getOpenInView() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- getOplogSize() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
- getOptions() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
- getOrder() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
- 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.SecurityProperties.Filter
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
- getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
- 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
- getPageable() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
- getPageParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getParameterName() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- 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.elasticsearch.rest.RestClientProperties
- getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getPassword() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
- 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
- getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
- Returns the configured path of the dispatcher servlet.
- getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
- Returns the configured path of the application.
- getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- getPath() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
- getPath(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- getPathmatch() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- getPatterns() - Method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
- getPeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
- getPhysicalStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- getPlaceholderPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getPlaceholders() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getPlaceholderSuffix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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.cassandra.CassandraProperties
- getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
- getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- getPool() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- getPool() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- getPoolTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- 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
- getPrefix() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- 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 interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
- Return a cleaned up version of the path that can be used as a prefix for URLs.
- getPrefix() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
- Return a cleaned up version of the path that can be used as a prefix for URLs.
- getPrefix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
- getPrettyPrinting() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- 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.Admin
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- 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
- getProperties() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getProtocol() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- 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() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- getProvider() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- 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
- getProxyRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- getQualifierDelimiter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- getQueryservice() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
- getQueryTimeout() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- getQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- Deprecated.
- getQueueCapacity() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- getRabbitProperties() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- getReactive() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- getReadTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- getReadTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
- 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
- Deprecated.
- getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getRedirectUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- getRedirectUriTemplate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- Deprecated.
- getRedis() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- getRegistration() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
- Return a form of the given path that's relative to the dispatcher servlet path.
- getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
- Return a form of the given path that's relative to the Jersey application path.
- getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getRepeatableSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getReplicationFactor() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- 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.reactive.WebFluxRegistrations
- Return the custom
RequestMappingHandlerAdapter
that should be used and processed by the WebFlux configuration. - getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- Return the custom
RequestMappingHandlerAdapter
that should be used and processed by the MVC configuration. - getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
- Return the custom
RequestMappingHandlerMapping
that should be used and processed by the WebFlux configuration. - getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- Return the custom
RequestMappingHandlerMapping
that should be used and processed by the MVC configuration. - getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
- getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.MvcRequestMatcherProvider
- getRequestMatcher(String) - Method in interface org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider
- Return the
RequestMatcher
to be used for the specified pattern. - getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
- getResource() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- 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
- getRetentionPeriod() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- 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.Template
- getRetryPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- Deprecated.
- getReturnBodyOnCreate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getReturnBodyOnUpdate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getRoles() - 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
- getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Create a
RouterFunction
that can route and handle errors as JSON responses or HTML views. - getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- getRoutingKey() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- getSchedulerName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
- getSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- 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.quartz.QuartzProperties.Jdbc
- getSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- getSchemaAction() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
- getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
- getSchemaPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- getSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getSchemaUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- getScope() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- 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
- 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
- getSerializeNulls() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- getServlet() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
- getServlet() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- getServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getServlet() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getServlet() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
- getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- getServletPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPathProvider
- Deprecated.
- getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- getServletUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
- Return a URL mapping pattern that can be used with a
ServletRegistrationBean
to map the dispatcher servlet. - getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- getSessionCacheSize() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- 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
- getShutdownTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- 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
- getSize() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- getSizeParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- getSMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getSocketConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- getSort() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
- getSortParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
- getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
- 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
- getSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getSqlMigrationSeparator() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getSqlMigrationSuffixes() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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.Admin
- 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.kafka.KafkaProperties.Streams
- getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getStacktraceMode() - Method in class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties
- getStaleIfError() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getStaleWhileRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- getStartupDelay() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- getStateDir() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
- getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- getStorage() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
- getStoreType() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
- getStoreType() - Method in exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
- getStrategy() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
- getStreams() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- 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.servlet.WebMvcProperties.View
- getTable() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getTableName() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
- getTarget() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getTarget() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- getTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- getTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties
- 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
- getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- 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.
- getTimeouts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
- getTimeToLive() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- getTimeToLive() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getTimeZone() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- 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.servlet.error.AbstractErrorController
- getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- 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.SimpleContainer
- 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.amqp.RabbitProperties.Ssl
- getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
- getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- getType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- 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
- getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
- 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.influx.InfluxDbProperties
- getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- Return the configured url or
null
if none was configured. - getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
- Return a URL mapping pattern that can be used with a
ServletRegistrationBean
to map Jersey's servlet. - getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- 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.influx.InfluxDbProperties
- 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
- getUseRelativeRedirects() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getUserInfoAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- 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.elasticsearch.rest.RestClientProperties
- 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
- getUserNameAttribute() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- getValidation() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- 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
- getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- getVerifyHostname() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- 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.Timeouts
- getView() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- getViewservice() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
- getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- getVisibility() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getWhitelabel() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- 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(GsonBuilder) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
- GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
Auto-configuration
for Gson.- GsonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
- gsonBuilder(List<GsonBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
- GsonBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.gson
- Callback interface that can be implemented by beans wishing to further customize the
Gson
viaGsonBuilder
retaining its default auto-configuration. - GsonProperties - Class in org.springframework.boot.autoconfigure.gson
- Configuration properties to configure
Gson
. - GsonProperties() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonProperties
H
- 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
- handle(ServerWebExchange, Throwable) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- 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.
- 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 - 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
- HazelcastClientFactory - Class in org.springframework.boot.autoconfigure.hazelcast
- Factory that can be used to create a client
HazelcastInstance
. - HazelcastClientFactory(ClientConfig) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
- Create a
HazelcastClientFactory
for the specified configuration. - HazelcastClientFactory(Resource) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
- Create a
HazelcastClientFactory
for the specified configuration location. - 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 thehazelcastInstance
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
- HazelcastSessionProperties - Class in org.springframework.boot.autoconfigure.session
- Configuration properties for Hazelcast backed Spring Session.
- HazelcastSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
- HibernateJpaAutoConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration
for Hibernate JPA.- HibernateJpaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
- HibernateProperties - Class in org.springframework.boot.autoconfigure.orm.jpa
- Configuration properties for Hibernate.
- HibernateProperties() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- HibernateProperties.Naming - Class in org.springframework.boot.autoconfigure.orm.jpa
- HibernatePropertiesCustomizer - Interface in org.springframework.boot.autoconfigure.orm.jpa
- Callback interface that can be implemented by beans wishing to customize the Hibernate properties before it is used by an auto-configured
EntityManagerFactory
. - hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
- HibernateSettings - Class in org.springframework.boot.autoconfigure.orm.jpa
- Settings to apply when configuring Hibernate.
- HibernateSettings() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
- hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
- hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
- HttpClientConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch.jest
- Callback interface that can be implemented by beans wishing to further customize the
HttpClientConfig
via aHttpClientConfig.Builder
whilst retaining default auto-configuration. - HttpEncodingAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration
for configuring the encoding to use in web applications.- HttpEncodingAutoConfiguration(HttpProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
- httpHandler() - Method in class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
- HttpHandlerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration
forHttpHandler
.- HttpHandlerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration
- HttpHandlerAutoConfiguration.AnnotationConfig - Class in org.springframework.boot.autoconfigure.web.reactive
- HttpMessageConverters - Class in org.springframework.boot.autoconfigure.http
- Bean used to manage the
HttpMessageConverter
s used in a Spring Boot application. - HttpMessageConverters(boolean, Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
- Create a new
HttpMessageConverters
instance with the specified converters. - HttpMessageConverters(Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
- Create a new
HttpMessageConverters
instance with the specified additional converters. - HttpMessageConverters(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
- Create a new
HttpMessageConverters
instance with the specified additional converters. - HttpMessageConvertersAutoConfiguration - Class in org.springframework.boot.autoconfigure.http
Auto-configuration
forHttpMessageConverter
s.- HttpMessageConvertersAutoConfiguration(ObjectProvider<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
- HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.http
- HttpProperties - Class in org.springframework.boot.autoconfigure.http
- HTTP properties.
- HttpProperties() - Constructor for class org.springframework.boot.autoconfigure.http.HttpProperties
- HttpProperties.Encoding - Class in org.springframework.boot.autoconfigure.http
- Configuration properties for http encoding.
- HttpProperties.Encoding.Type - Enum in org.springframework.boot.autoconfigure.http
- HypermediaAutoConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Auto-configuration
for Spring HATEOAS'sEnableHypermediaSupport
.- 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
- IGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME - Static variable in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
- System property that instructs Spring Boot how to run pre initialization.
- ignored() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- The class types 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.
- 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.
- IMAGES - org.springframework.boot.autoconfigure.security.StaticResourceLocation
- Resources under
"/images"
. - IMPERATIVE - org.springframework.boot.autoconfigure.data.RepositoryType
- Enables imperative repositories.
- 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
- influxDb() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
- InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
Auto-configuration
for InfluxDB.- InfluxDbAutoConfiguration(InfluxDbProperties, ObjectProvider<InfluxDbOkHttpClientBuilderProvider>, ObjectProvider<OkHttpClient.Builder>) - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
- InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
- Provide the
OkHttpClient.Builder
to use to customize the auto-configuredInfluxDB
instance. - InfluxDbProperties - Class in org.springframework.boot.autoconfigure.influx
- Configuration properties for InfluxDB.
- InfluxDbProperties() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
- initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
- initialize(ReactorCoreProperties) - Method in class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- initialized(Supplier<H2ConsoleProperties>) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
- initialized(Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- 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.CouchbaseConfiguration
- Initialize an environment builder based on the specified settings.
- inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
Auto-configuration
for Spring Integration.- IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
- IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - 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.IntegrationJdbcConfiguration - Class in org.springframework.boot.autoconfigure.integration
- Integration JDBC 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
- IntegrationComponentScanConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
- IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
- integrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
- IntegrationDataSourceInitializer - Class in org.springframework.boot.autoconfigure.integration
- Initializer for Spring Integration schema.
- IntegrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
- IntegrationJdbcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
- 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
- IntegrationProperties - Class in org.springframework.boot.autoconfigure.integration
- Configuration properties for Spring Integration.
- IntegrationProperties() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties
- IntegrationProperties.Jdbc - Class in org.springframework.boot.autoconfigure.integration
- 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
- isAllowCaching() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- isAllowCoreThreadTimeout() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- 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.MessageSourceProperties
- isAppend() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- 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.jms.JmsProperties.Listener
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- isBaselineOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isBlockIfFull() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- isBuffered() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- 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
- isCacheNullValues() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- 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
- isCleanDisabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isCleanOnValidationError() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isCompressed() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
- isConsumers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isEagerFilterInit() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- isEmpty() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- Return
true
if the message is empty. - 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.data.neo4j.Neo4jProperties.Embedded
- isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- isEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- 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.reactor.core.ReactorCoreProperties.StacktraceMode
- 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.ErrorProperties.Whitelabel
- 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.Jetty.Accesslog
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- isEnableSpringElCompiler() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- 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
- isExtendedFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- isFailFast() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isFavorParameter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- isFavorPathExtension() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- isForce() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- isForceRequest() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- isForceResponse() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- 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
- isGroup() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
- isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isIgnoreFutureMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isIgnoreIgnoredMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isIgnoreMissingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isIgnorePendingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isIncludeException() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- Determine if the stacktrace attribute should be included.
- isIncludeStackTrace(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- Determine if the stacktrace attribute should be included.
- isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- isJmxEnabled() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- Returns if a JTA
PlatformTransactionManager
is being used. - isLogCookies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- isLogLatency() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties
- isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isLogServer() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- Return
true
if the outcome was a match. - isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- isMixed() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isMultiThreaded() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
- isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- isOneIndexedParameters() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- isOutOfOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isOverwriteExistingJobs() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- isPasswordGenerated() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
- isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isPlaceholderReplacement() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- isProducePartialOutputWhileProcessing() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- isProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- 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
- isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isRenderHiddenMarkersBeforeCheckboxes() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.servlet.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
- isSkipDefaultCallbacks() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isSkipDefaultResolvers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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
- IssuerUriCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
- Condition for creating
JwtDecoder
by oidc issuer location. - IssuerUriCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
- 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 givenview
. - 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.servlet.JspTemplateAvailabilityProvider
- isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isTrace() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- isTraceEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Check whether the trace attribute has been set on the given request.
- isUseAnonymousProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- isUseCodeAsDefaultMessage() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- isUseKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- isUseNewIdGeneratorMappings() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- isUseRegisteredSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- isUseSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- isValidateOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isValidateServerCertificate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- isWaitForJobsToCompleteOnShutdown() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- 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.http.HttpMessageConverters
J
- Jaas() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- Jackson2ObjectMapperBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.jackson
- Callback interface that can be implemented by beans wishing to further customize the
ObjectMapper
viaJackson2ObjectMapperBuilder
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
- JAVA_SCRIPT - org.springframework.boot.autoconfigure.security.StaticResourceLocation
- Resources under
"/js"
. - 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.integration.IntegrationProperties.Jdbc
- Jdbc() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- JDBC - org.springframework.boot.autoconfigure.quartz.JobStoreType
- Store jobs in the database.
- JDBC - org.springframework.boot.autoconfigure.session.StoreType
- JDBC backed sessions.
- JdbcOperationsDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.jdbc
BeanFactoryPostProcessor
that can be used to dynamically declare that allJdbcOperations
beans should "depend on" one or more specific beans.- JdbcOperationsDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcOperationsDependsOnPostProcessor
- JdbcProperties - Class in org.springframework.boot.autoconfigure.jdbc
- Configuration properties for JDBC.
- JdbcProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcProperties
- JdbcProperties.Template - Class in org.springframework.boot.autoconfigure.jdbc
JdbcTemplate
settings.- JdbcRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.jdbc
Auto-configuration
for Spring Data's JDBC Repositories.- JdbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.jdbc.JdbcRepositoriesAutoConfiguration
- JdbcSessionDataSourceInitializer - Class in org.springframework.boot.autoconfigure.session
- Initializer for Spring Session schema.
- JdbcSessionDataSourceInitializer(DataSource, ResourceLoader, JdbcSessionProperties) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
- JdbcSessionProperties - Class in org.springframework.boot.autoconfigure.session
- Configuration properties for JDBC backed Spring Session.
- JdbcSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- JdbcStoreTypeConfiguration() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- JdbcTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- JdbcTemplateAutoConfiguration() - 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
- Jedis() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
- JedisClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
- Callback interface that can be implemented by beans wishing to customize the
JedisClientConfiguration
via aJedisClientConfiguration.JedisClientConfigurationBuilder
whilst retaining default auto-configuration. - jerseyApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- JerseyApplicationPath - Interface in org.springframework.boot.autoconfigure.web.servlet
- Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
- JerseyAutoConfiguration - Class in org.springframework.boot.autoconfigure.jersey
Auto-configuration
for Jersey.- JerseyAutoConfiguration(JerseyProperties, ResourceConfig, ObjectProvider<ResourceConfigCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- JerseyAutoConfiguration.JerseyWebApplicationInitializer - Class in org.springframework.boot.autoconfigure.jersey
- jerseyFilterRegistration(JerseyApplicationPath) - 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
- JerseyRequestMatcherConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration
- JerseyRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
RequestMatcherProvider
that provides anAntPathRequestMatcher
that can be used for Jersey applications.- JerseyRequestMatcherProvider(JerseyApplicationPath) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
- jerseyServletRegistration(JerseyApplicationPath) - 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
Auto-configuration
for Jest.- JestAutoConfiguration(JestProperties, ObjectProvider<Gson>, ObjectProvider<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
- jettyWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
- JettyWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
- Customization for Jetty-specific features common for both Servlet and Reactive servers.
- JettyWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
- JettyWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
- JettyWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
- WebSocket customizer for
JettyServletWebServerFactory
. - JettyWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
- 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
- JmsPoolConnectionFactoryFactory - Class in org.springframework.boot.autoconfigure.jms
- Factory to create aÂ
JmsPoolConnectionFactory
from properties defined inJmsPoolConnectionFactoryProperties
. - JmsPoolConnectionFactoryFactory(JmsPoolConnectionFactoryProperties) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
- JmsPoolConnectionFactoryProperties - Class in org.springframework.boot.autoconfigure.jms
- Configuration properties for connection factory pooling.
- JmsPoolConnectionFactoryProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- 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.Cache - Class in org.springframework.boot.autoconfigure.jms
- 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'sEnableMBeanExport
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 locatedDataSource
.- 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 aJobExecution
. - 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
forJobExecutionEvent
s.- JobExecutionExitCodeGenerator() - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
- jobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- JobLauncherCommandLineRunner - Class in org.springframework.boot.autoconfigure.batch
CommandLineRunner
tolaunch
Spring Batch jobs.- JobLauncherCommandLineRunner(JobLauncher, JobExplorer) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
- Deprecated.since 2.0.7 in favor of
JobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository)
. A job repository is required to check if a job instance exists with the given parameters when running a job (which is not possible with the job explorer). - JobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
- Create a new
JobLauncherCommandLineRunner
. - jobOperator(JobExplorer, JobLauncher, ListableJobLocator, JobRepository) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- JobStoreType - Enum in org.springframework.boot.autoconfigure.quartz
- Define the supported Quartz
JobStore
. - JooqAutoConfiguration - Class in org.springframework.boot.autoconfigure.jooq
Auto-configuration
for 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
- JooqExceptionTranslator - Class in org.springframework.boot.autoconfigure.jooq
- Transforms
SQLException
into a Spring-specificDataAccessException
. - JooqExceptionTranslator() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
- 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
- JpaBatchConfigurer - Class in org.springframework.boot.autoconfigure.batch
- A
BasicBatchConfigurer
tailored for JPA. - JpaBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers, EntityManagerFactory) - Constructor for class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
- Create a new
BasicBatchConfigurer
instance. - 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
- 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(JpaProperties) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
- jsonb() - Method in class org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
- JsonbAutoConfiguration - Class in org.springframework.boot.autoconfigure.jsonb
Auto-configuration
for JSON-B.- JsonbAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
- jsonComponentModule() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
- JspTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.web.servlet
TemplateAvailabilityProvider
that provides availability information for JSP view templates.- JspTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
- JtaAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction.jta
Auto-configuration
for 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
- Jwt() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
K
- kafkaAdmin() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
- KafkaAutoConfiguration - Class in org.springframework.boot.autoconfigure.kafka
Auto-configuration
for Apache Kafka.- KafkaAutoConfiguration(KafkaProperties, ObjectProvider<RecordMessageConverter>) - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
- kafkaConsumerFactory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
- kafkaJaasInitializer() - 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.Admin - Class in org.springframework.boot.autoconfigure.kafka
- KafkaProperties.Consumer - Class in org.springframework.boot.autoconfigure.kafka
- KafkaProperties.Jaas - Class in org.springframework.boot.autoconfigure.kafka
- KafkaProperties.Listener - Class in org.springframework.boot.autoconfigure.kafka
- KafkaProperties.Listener.Type - Enum 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.Streams - Class in org.springframework.boot.autoconfigure.kafka
- High (and some medium) priority Streams properties and a general properties bucket.
- 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
- kafkaTransactionManager(ProducerFactory<?, ?>) - 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
Auto-configuration
for 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
- 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.ldap.LdapAutoConfiguration
- Lettuce() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
- Callback interface that can be implemented by beans wishing to customize the
LettuceClientConfiguration
via aLettuceClientConfiguration.LettuceClientConfigurationBuilder
whilst retaining default auto-configuration. - 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.LiquibaseJdbcOperationsDependencyConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
- Additional configuration to ensure that
JdbcOperations
beans depend on the liquibase bean. - LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
- Additional configuration to ensure that
EntityManagerFactory
beans depend on the liquibase bean. - LiquibaseConfiguration(LiquibaseProperties, DataSourceProperties, 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.
- liquibaseDefaultDdlModeProvider(ObjectProvider<SpringLiquibase>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
- LiquibaseJdbcOperationsDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseJdbcOperationsDependencyConfiguration
- 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
- LISTENER - org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
AbstractMessageListenerContainer
target.- ListenerRetry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
- loadFrom(Resource, String, Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
- localeCharsetMappingsCustomizer() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
- localeResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- logAutoConfigurationReport(boolean) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- logError(ServerRequest, HttpStatus) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- Log the original exception if handling it results in a Server Error or a Bad Request (Client Error with 400 status code) one.
- 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
- MailSenderAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
Auto configuration
for email support.- MailSenderAutoConfiguration() - 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(MongoMappingContext, MongoCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
- mappingMongoConverter(MongoDbFactory, MongoMappingContext, MongoCustomConversions) - 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(HttpServletRequest, Supplier<H2ConsoleProperties>) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
- matches(HttpServletRequest, Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- 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.
- matches(ServerWebExchange) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
- 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
- MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - Constructor for class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- MEMORY - org.springframework.boot.autoconfigure.quartz.JobStoreType
- Store jobs in memory.
- merge(Set<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
- messageConverters() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
- messageDispatcherServlet(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
- messageSource(MessageSourceProperties) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration
forMessageSource
.- MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration.ResourceBundleCondition - Class in org.springframework.boot.autoconfigure.context
- messageSourceProperties() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceProperties - Class in org.springframework.boot.autoconfigure.context
- Configuration properties for Message Source.
- MessageSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- 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
- MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
Auto-configuration
for 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 recommendeddependsOn
configuration for Mongo clients when used embedded Mongo.- MongoClientDependsOnBeanFactoryPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor
- MongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
- A factory for a blocking
MongoClient
that appliesMongoProperties
. - MongoClientFactory(MongoProperties, Environment) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
- MongoClientSettingsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.mongo
- Callback interface that can be implemented by beans wishing to customize the
MongoClientSettings
via aMongoClientSettings.Builder
whilst retaining default auto-configuration. - MongoDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration
for Spring Data's mongo support.- MongoDataAutoConfiguration(MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
- MONGODB - org.springframework.boot.autoconfigure.session.StoreType
- MongoDB backed sessions.
- mongoDbFactory(ObjectProvider<MongoClient>, ObjectProvider<MongoClient>) - 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
- MongoReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
Auto-configuration
for Reactive Mongo.- MongoReactiveAutoConfiguration(ObjectProvider<MongoClientSettings>) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
- MongoReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration
for Spring Data's reactive mongo support.- MongoReactiveDataAutoConfiguration(MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
- MongoReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration
for Spring Data's Mongo Reactive Repositories.- MongoReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration
- 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
- MongoSessionProperties - Class in org.springframework.boot.autoconfigure.session
- Configuration properties for Mongo-backed Spring Session.
- MongoSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.MongoSessionProperties
- mongoTemplate(MongoDbFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
- MultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration
for multi-part uploads.- MultipartAutoConfiguration(MultipartProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- multipartConfigElement() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- MultipartProperties - Class in org.springframework.boot.autoconfigure.web.servlet
- Properties to be used in configuring a
MultipartConfigElement
. - MultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- multipartResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- multipartResolver(MultipartResolver) - Method in class org.springframework.boot.autoconfigure.web.servlet.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
- mustacheCompiler(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- MustacheEnvironmentCollector - Class in org.springframework.boot.autoconfigure.mustache
- Mustache
Mustache.Collector
to expose properties from the SpringEnvironment
. - 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
- mvcContentNegotiationManager() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- mvcConversionService() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- MvcRequestMatcherConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration
- MvcRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
RequestMatcherProvider
that provides anMvcRequestMatcher
that can be used for Spring MVC applications.- MvcRequestMatcherProvider(HandlerMappingIntrospector) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.MvcRequestMatcherProvider
- mvcValidator() - Method in class org.springframework.boot.autoconfigure.web.servlet.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.
- Naming() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- NATIVE - org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
- Connect to a broker using the native Artemis protocol (i.e.
- 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
- Neo4jWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration
- Neo4jWebMvcConfiguration(Neo4jProperties) - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
- nettyWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
- NettyWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
- Customization for Netty-specific features.
- NettyWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
- NettyWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
- NEVER - org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
- Never add stacktrace information.
- 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.data.RepositoryType
- Enables no repositories.
- 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
- NonUniqueSessionRepositoryException - Exception in org.springframework.boot.autoconfigure.session
- Exception thrown when multiple
SessionRepository
implementations are available with no way to know which implementation should be used. - NonUniqueSessionRepositoryException(List<Class<?>>) - Constructor for exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
- 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
- OAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.servlet
Auto-configuration
for OAuth client support.- OAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration
- OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- OAuth 2.0 client properties.
- OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- OAuth2ClientProperties.Provider - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- OAuth2ClientProperties.Registration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- A single client registration.
- OAuth2ClientPropertiesRegistrationAdapter - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- Adapter class to convert
OAuth2ClientProperties
to aClientRegistration
. - OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
Auto-configuration
for OAuth resource server support.- OAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration
- OAuth2ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
- OAuth 2.0 resource server properties.
- OAuth2ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
- OAuth2ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
- objectNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
- of(Class<?>...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurations
- 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
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.ConditionEvaluationReportLoggingListener
- onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportListener
- Handle an auto-configuration import event.
- OnPropertyListCondition - Class in org.springframework.boot.autoconfigure.condition
Condition
that checks if a property whose value is a list is defined in the environment.- OnPropertyListCondition(String, Supplier<ConditionMessage.Builder>) - Constructor for class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
- Create a new instance with the property to check and the message builder to use.
- 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.CloudServiceConnectorsAutoConfiguration
- 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 Service 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.jdbc - package org.springframework.boot.autoconfigure.data.jdbc
- Auto-configuration for Spring Data JDBC.
- 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
- Internal
FailureAnalyzer
implementations related to auto-configuration. - 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.elasticsearch.rest - package org.springframework.boot.autoconfigure.elasticsearch.rest
- Auto-configuration for Elasticsearch REST clients.
- 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
- Auto-configuration for H2's Console.
- 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.http - package org.springframework.boot.autoconfigure.http
- Auto-configuration for HTTP concerns.
- org.springframework.boot.autoconfigure.http.codec - package org.springframework.boot.autoconfigure.http.codec
- Auto-configuration for HTTP codecs.
- org.springframework.boot.autoconfigure.influx - package org.springframework.boot.autoconfigure.influx
- Auto-configuration for InfluxDB.
- org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
- Auto-configuration for project information.
- 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.jsonb - package org.springframework.boot.autoconfigure.jsonb
- Auto-configuration for JSON-B.
- 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
- Auto-configuration for embedded LDAP.
- 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.mongo - package org.springframework.boot.autoconfigure.mongo
- Auto-configuration for MongoDB.
- org.springframework.boot.autoconfigure.mongo.embedded - package org.springframework.boot.autoconfigure.mongo.embedded
- Auto-configuration for embedded MongoDB.
- org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
- Auto-configuration for Mustache.
- org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
- Auto-configuration for JPA and Spring ORM.
- org.springframework.boot.autoconfigure.quartz - package org.springframework.boot.autoconfigure.quartz
- Auto-configuration for Quartz Scheduler.
- org.springframework.boot.autoconfigure.reactor.core - package org.springframework.boot.autoconfigure.reactor.core
- Auto-configuration for Reactor Core.
- org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
- Auto-configuration for Spring Security.
- org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
- Support for Spring Security's OAuth 2 client.
- org.springframework.boot.autoconfigure.security.oauth2.client.reactive - package org.springframework.boot.autoconfigure.security.oauth2.client.reactive
- Auto-configuration for Spring Security's Reactive OAuth 2 client.
- org.springframework.boot.autoconfigure.security.oauth2.client.servlet - package org.springframework.boot.autoconfigure.security.oauth2.client.servlet
- Auto-configuration for Spring Security's OAuth 2 client.
- org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
- Support for Spring Security's OAuth2 resource server.
- org.springframework.boot.autoconfigure.security.oauth2.resource.reactive - package org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
- Auto-configuration for Spring Security's Reactive OAuth2 resource server.
- org.springframework.boot.autoconfigure.security.oauth2.resource.servlet - package org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
- Auto-configuration for Spring Security's OAuth2 resource server.
- org.springframework.boot.autoconfigure.security.reactive - package org.springframework.boot.autoconfigure.security.reactive
- Auto-configuration for reactive Spring Security.
- org.springframework.boot.autoconfigure.security.servlet - package org.springframework.boot.autoconfigure.security.servlet
- Auto-configuration for Servlet-based Spring Security.
- org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
- Auto-configuration for SendGrid.
- org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
- Auto-configuration for Spring Session.
- org.springframework.boot.autoconfigure.solr - package org.springframework.boot.autoconfigure.solr
- Auto-configuration for Solr.
- org.springframework.boot.autoconfigure.task - package org.springframework.boot.autoconfigure.task
- Auto-configuration for task execution and scheduling.
- 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 common web concerns.
- org.springframework.boot.autoconfigure.web.client - package org.springframework.boot.autoconfigure.web.client
- Auto-configuration for web clients.
- org.springframework.boot.autoconfigure.web.embedded - package org.springframework.boot.autoconfigure.web.embedded
- Configuration for embedded reactive and servlet web servers.
- org.springframework.boot.autoconfigure.web.format - package org.springframework.boot.autoconfigure.web.format
- Support classes for web-specific formatting.
- org.springframework.boot.autoconfigure.web.reactive - package org.springframework.boot.autoconfigure.web.reactive
- Auto-configuration for reactive web servers and Spring WebFlux.
- org.springframework.boot.autoconfigure.web.reactive.error - package org.springframework.boot.autoconfigure.web.reactive.error
- Auto-configuration for Spring WebFlux error handling.
- org.springframework.boot.autoconfigure.web.reactive.function.client - package org.springframework.boot.autoconfigure.web.reactive.function.client
- Auto-configuration for Spring Framework's functional web client.
- org.springframework.boot.autoconfigure.web.servlet - package org.springframework.boot.autoconfigure.web.servlet
- Auto-configuration for servlet web servers and Spring MVC.
- org.springframework.boot.autoconfigure.web.servlet.error - package org.springframework.boot.autoconfigure.web.servlet.error
- Auto-configuration for Spring MVC error handling.
- org.springframework.boot.autoconfigure.webservices - package org.springframework.boot.autoconfigure.webservices
- Auto-configuration for Spring Web Services.
- org.springframework.boot.autoconfigure.webservices.client - package org.springframework.boot.autoconfigure.webservices.client
- Auto-configuration for Spring Web Services Clients.
- org.springframework.boot.autoconfigure.websocket.reactive - package org.springframework.boot.autoconfigure.websocket.reactive
- Auto-configuration for WebSocket support in reactive web servers.
- org.springframework.boot.autoconfigure.websocket.servlet - package org.springframework.boot.autoconfigure.websocket.servlet
- Auto-configuration for WebSocket support in servlet web servers.
P
- Packages() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
- Pageable() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- pageableCustomizer() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- parameterizedContainer() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
- Additional classes that may contain the specified bean types within their generic parameters.
- parameterizedContainer() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- Additional classes that may contain the specified bean types within their generic parameters.
- ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
- Extension of
MetadataNamingStrategy
that supports a parentApplicationContext
. - ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- 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
- Pathmatch() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- PathRequest - Class in org.springframework.boot.autoconfigure.security.reactive
- Factory that can be used to create a
ServerWebExchangeMatcher
for commonly used paths. - PathRequest - Class in org.springframework.boot.autoconfigure.security.servlet
- Factory that can be used to create a
RequestMatcher
for commonly used paths. - PathRequest.H2ConsoleRequestMatcher - Class in org.springframework.boot.autoconfigure.security.servlet
- The request matcher used to match against h2 console path.
- 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<PlatformTransactionManagerCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
- Pool() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- Pool() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- PooledDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- postProcessConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.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.http.HttpMessageConverters
- Method that can be used to post-process the
HttpMessageConverter
list before it is used to configure the part converters ofAllEncompassingFormHttpMessageConverter
. - 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.servlet.error.ErrorMvcAutoConfiguration
- 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.
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration
forPropertySourcesPlaceholderConfigurer
.- PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
- propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
- Provider() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- Proxy() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
- Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
Q
- QuartzAutoConfiguration - Class in org.springframework.boot.autoconfigure.quartz
Auto-configuration
for Quartz Scheduler.- QuartzAutoConfiguration(QuartzProperties, ObjectProvider<SchedulerFactoryBeanCustomizer>, ObjectProvider<JobDetail[]>, ObjectProvider<Map<String, Calendar>>, ObjectProvider<Trigger[]>, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
- QuartzAutoConfiguration.JdbcStoreTypeConfiguration - Class in org.springframework.boot.autoconfigure.quartz
- QuartzDataSource - Annotation Type in org.springframework.boot.autoconfigure.quartz
- Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.
- quartzDataSourceInitializer(DataSource, ObjectProvider<DataSource>, ResourceLoader, QuartzProperties) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- QuartzDataSourceInitializer - Class in org.springframework.boot.autoconfigure.quartz
- Initialize the Quartz Scheduler schema.
- QuartzDataSourceInitializer(DataSource, ResourceLoader, QuartzProperties) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
- QuartzProperties - Class in org.springframework.boot.autoconfigure.quartz
- Configuration properties for the Quartz Scheduler integration.
- QuartzProperties() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- QuartzProperties.Jdbc - Class in org.springframework.boot.autoconfigure.quartz
- quartzScheduler() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
- QUOTE - org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
R
- RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration
forRabbitTemplate
.- 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, ObjectProvider<ConnectionNameStrategy>) - 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.ContainerType - Enum in org.springframework.boot.autoconfigure.amqp
- RabbitProperties.DirectContainer - Class in org.springframework.boot.autoconfigure.amqp
- Configuration properties for
DirectMessageListenerContainer
. - 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.SimpleContainer - Class in org.springframework.boot.autoconfigure.amqp
- Configuration properties for
SimpleMessageListenerContainer
. - RabbitProperties.Ssl - Class in org.springframework.boot.autoconfigure.amqp
- RabbitProperties.Template - Class in org.springframework.boot.autoconfigure.amqp
- RabbitRetryTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
- Callback interface that can be used to customize a
RetryTemplate
used as part of the Rabbit infrastructure. - RabbitRetryTemplateCustomizer.Target - Enum in org.springframework.boot.autoconfigure.amqp
- Define the available target for a
RetryTemplate
. - rabbitTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
- RabbitTemplateConfiguration(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitRetryTemplateCustomizer>) - 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. - Reactive() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- REACTIVE - org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
- Only reactive-based web application will match.
- REACTIVE - org.springframework.boot.autoconfigure.data.RepositoryType
- Enables reactive repositories.
- reactiveCassandraSession(Session) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
- reactiveCassandraSessionFactory(ReactiveSession) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
- reactiveCassandraTemplate(ReactiveSession, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
- ReactiveMongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
- A factory for a reactive
MongoClient
that appliesMongoProperties
. - ReactiveMongoClientFactory(MongoProperties, Environment, List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
- reactiveMongoDatabaseFactory(MongoClient) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
- reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
- ReactiveOAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.reactive
Auto-configuration
for Spring Security's Reactive OAuth2 client.- ReactiveOAuth2ClientAutoConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
- ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
Auto-configuration
for Reactive OAuth2 resource server support.- ReactiveOAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.ReactiveOAuth2ResourceServerAutoConfiguration
- reactiveRedisTemplate(ReactiveRedisConnectionFactory, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
- ReactiveSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
Auto-configuration
for Spring Security in a reactive application.- ReactiveSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration
- reactiveStreamsMongoClient(MongoProperties, Environment, ObjectProvider<MongoClientSettingsBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
- ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
BeanFactoryPostProcessor
to automatically set up the recommendeddependsOn
configuration for Mongo clients when used embedded Mongo.- ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
- reactiveUserDetailsService(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
- ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
- Default user
Configuration
for a reactive web application. - ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
- ReactiveWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration
for a reactive web server.- ReactiveWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
- ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.reactive
- Registers a
WebServerFactoryCustomizerBeanPostProcessor
. - reactiveWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
- ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
WebServerFactoryCustomizer
to applyServerProperties
to reactive servers.- ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
- ReactorCoreAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor.core
Auto-configuration
for Reactor Core.- ReactorCoreAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration
- ReactorCoreProperties - Class in org.springframework.boot.autoconfigure.reactor.core
- Properties for Reactor Core.
- ReactorCoreProperties() - Constructor for class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties
- ReactorCoreProperties.StacktraceMode - Class in org.springframework.boot.autoconfigure.reactor.core
- 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.cache.CacheProperties.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
- 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.Jedis - Class in org.springframework.boot.autoconfigure.data.redis
- Jedis client properties.
- RedisProperties.Lettuce - Class in org.springframework.boot.autoconfigure.data.redis
- Lettuce client 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.
- RedisReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration
for Spring Data's reactive Redis support.- RedisReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
- 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
- RedisSessionProperties - Class in org.springframework.boot.autoconfigure.session
- Configuration properties for Redis backed Spring Session.
- RedisSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
- 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.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- renderDefaultErrorView(ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Render a default HTML "Whitelabel Error Page".
- renderErrorResponse(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- Render the error information as a JSON payload.
- renderErrorView(String, ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Render the given error data as a view, using a template view if available or a static HTML file if available otherwise.
- renderErrorView(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- Render the error information as an HTML view.
- 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
- RepositoryType - Enum in org.springframework.boot.autoconfigure.data
- Type of Spring Data repositories to enable.
- REQUEST - org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
- requestContextFilter() - Static method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- requestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- requestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- requestMatcherProvider(JerseyApplicationPath) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration
- requestMatcherProvider(HandlerMappingIntrospector) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration
- RequestMatcherProvider - Interface in org.springframework.boot.autoconfigure.security.servlet
- Interface that can be used to provide a
RequestMatcher
that can be used with Spring Security. - 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.servlet.error.AbstractErrorController
- Resolve any specific error views.
- resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
- resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver
- Resolve an error view for the specified details.
- Resource() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- 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...) - 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. - ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.autoconfigure.web.reactive
- Callback interface that can be used to customize
ResourceHandlerRegistration
. - 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.Cache - Class in org.springframework.boot.autoconfigure.web
- Cache configuration.
- ResourceProperties.Cache.Cachecontrol - Class in org.springframework.boot.autoconfigure.web
- Cache Control HTTP header configuration.
- 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.
- RESPONSE - org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
- restClient(RestClientBuilder) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration
- RestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch.rest
Auto-configuration
for Elasticsearch REST clients.- RestClientAutoConfiguration(RestClientProperties, ObjectProvider<RestClientBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration
- RestClientAutoConfiguration.RestHighLevelClientConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch.rest
- restClientBuilder() - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration
- RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch.rest
- Callback interface that can be implemented by beans wishing to further customize the
RestClient
via aRestClientBuilder
whilst retaining default auto-configuration. - RestClientProperties - Class in org.springframework.boot.autoconfigure.elasticsearch.rest
- Configuration properties for Elasticsearch REST clients.
- RestClientProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
- restHighLevelClient(RestClientBuilder) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration.RestHighLevelClientConfiguration
- RestHighLevelClientConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration.RestHighLevelClientConfiguration
- RestTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
Auto-configuration
forRestTemplate
.- RestTemplateAutoConfiguration(ObjectProvider<HttpMessageConverters>, ObjectProvider<RestTemplateCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
- restTemplateBuilder() - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
- 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
- rollback(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- 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.
- SchedulerFactoryBeanCustomizer - Interface in org.springframework.boot.autoconfigure.quartz
- Callback interface that can be implemented by beans wishing to customize the Quartz
SchedulerFactoryBean
before it is fully initialized, in particular to tune its configuration. - 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.
- SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
Auto-configuration
for Spring Security.- SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.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.servlet
Auto-configuration
for Spring Security's Filter.- SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
- securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
- SecurityProperties - Class in org.springframework.boot.autoconfigure.security
- Configuration properties for Spring Security.
- SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
- SecurityProperties.Filter - Class in org.springframework.boot.autoconfigure.security
- SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
- SecurityRequestMatcherProviderAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
- Auto-configuration for
RequestMatcherProvider
. - SecurityRequestMatcherProviderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration
- SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
- SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
- selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- SENDER - org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
RabbitTemplate
target.- 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 - 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
- Jetty properties.
- ServerProperties.Jetty.Accesslog - Class in org.springframework.boot.autoconfigure.web
- Jetty access log properties.
- ServerProperties.Servlet - Class in org.springframework.boot.autoconfigure.web
- Servlet properties.
- ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
- Tomcat properties.
- ServerProperties.Tomcat.Accesslog - Class in org.springframework.boot.autoconfigure.web
- Tomcat access log properties.
- ServerProperties.Tomcat.Resource - Class in org.springframework.boot.autoconfigure.web
- Tomcat static resource properties.
- ServerProperties.Undertow - Class in org.springframework.boot.autoconfigure.web
- Undertow properties.
- ServerProperties.Undertow.Accesslog - Class in org.springframework.boot.autoconfigure.web
- Undertow access log properties.
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
- SERVLET - org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
- Only servlet-based web application will match.
- SERVLET - org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
- ServletWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration
for servlet web servers.- ServletWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
- ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.servlet
- Registers a
WebServerFactoryCustomizerBeanPostProcessor
. - servletWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
- ServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer
to applyServerProperties
to servlet web servers.- ServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
- 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<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.Servlet - Class in org.springframework.boot.autoconfigure.session
- Servlet-related properties.
- SessionRepositoryUnavailableException - Exception in org.springframework.boot.autoconfigure.session
- Exception thrown when no
SessionRepository
is available. - SessionRepositoryUnavailableException(String, StoreType) - Constructor for exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
- 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(ContainerProperties.AckMode) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- 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(Duration) - 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
- setAllowCaching(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- setAllowCoreThreadTimeout(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- 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.MessageSourceProperties
- setAnonymousReadOnly(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- setApiKey(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
- setAppend(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- 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.validation.ValidatorAdapter
- setApplicationDisplayName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
- setApplicationId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- setAuthorizationGrantType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setAutoCommitInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- setAutoIndex(AutoIndexMode) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
- 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.jms.JmsProperties.Listener
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setBackgroundProcessorDelay(Duration) - 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(List<String>) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- setBaselineDescription(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setBaselineOnMigrate(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setBaselineVersion(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setBasename(String) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setBatchSize(DataSize) - 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.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- setBlockIfFull(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setBlockIfFullTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- 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
- setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- 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(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setBufferSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- 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
- setCacheDuration(Duration) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setCacheMaxBytesBuffering(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- Deprecated.
- setCacheMaxSizeBuffering(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setCacheNames(List<String>) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- setCacheNullValues(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setCachePrivate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setCachePublic(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setCacheTtl(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- 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(Charset) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setCheckChangeLogLocation(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setCheckoutTimeout(Duration) - 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
- setChunkedModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setCleanDisabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setCleanOnValidationError(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setCleanupCron(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setCleanupCron(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setClientAuthenticationMethod(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- 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.kafka.KafkaProperties.Streams
- setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setClientName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setCloseDataSourceOnceMigrated(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- setCloseTimeout(Duration) - 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.MongoSessionProperties
- setCommentPrefix(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- setCompressed(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
- 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.SimpleContainer
- 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.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(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- setConnectRetries(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setConnectTimeout(Duration) - 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
- setConsumers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- setConsumersPerQueue(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setControlFlag(KafkaJaasLoginModuleInitializer.ControlFlag) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- setCoreSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.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
- setDatabaseChangeLogLockTable(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setDatabaseChangeLogTable(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- 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.gson.GsonProperties
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setDdlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- 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(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setDefaultPropertyInclusion(JsonInclude.Include) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setDefaultReceiveQueue(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setDefaultTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
- setDefaultTopic(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- setDeliveryDelay(Duration) - 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
- setDisableHtmlEscaping(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setDisableInnerClassSerialization(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setEagerFilterInit(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setEnableAutoCommit(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setEnableComplexMapKeySerialization(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- 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.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.artemis.ArtemisProperties.Embedded
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- 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.reactor.core.ReactorCoreProperties.StacktraceMode
- 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.ErrorProperties.Whitelabel
- 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.Jetty.Accesslog
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setEnableSpringElCompiler(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- 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.jmx.JmxAutoConfiguration
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
- setExchange(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setExcludeFieldsWithoutExposeAnnotation(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setExpiration(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
- 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
- setExtendedFormat(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setFailFast(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setFavorParameter(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- setFavorPathExtension(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- setFeatures(Set<Feature>) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
- setFetchMaxWait(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setFetchMinSize(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- setFieldNamingPolicy(FieldNamingPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setFilename(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setFileSizeThreshold(DataSize) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setFilterDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- setFlushMode(RedisFlushMode) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setFlushMode(HazelcastFlushMode) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
- setForce(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- setForceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- setForceResponse(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- setFullModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setGenerateNonExecutableJson(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- setGroup(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setGroupId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setHeartbeatInterval(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- setHeartbeatInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- 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
- setHtmlApplicationCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
- setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setIgnoreFutureMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setIgnoreIgnoredMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setIgnoreMissingMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setIgnorePendingMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setImplicitStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- setIncludeException(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- 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(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setInitializationMode(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setInitSqls(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setInstalledBy(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setInternalProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setIoThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setIssuerUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setIssuerUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setJmxEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- 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
- setJobStoreType(JobStoreType) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setJodaDateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setKeepAlive(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setKeyDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyPrefix(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setKeySerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- 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.amqp.RabbitProperties.Ssl
- setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyStoreType(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setKeyStoreType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyValue(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
- setKeyValue(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setLabels(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setLdif(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- setLenient(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setLimitParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setLiquibaseSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setLiquibaseTablespace(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setLoadBalancingPolicy(Class<? extends LoadBalancingPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- Deprecated.
- setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
- setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.web.servlet.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.ServerProperties.Jetty.Accesslog
- setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setLocaleResolver(WebMvcProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setLocation(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.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
- setLogContainerConfig(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setLogCookies(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setLogDir(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
- setLoginModule(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- setLogLatency(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setLogRequestDetails(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties
- setLogResolvedException(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setLogServer(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setLongSerializationPolicy(LongSerializationPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setMandatory(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setMapName(String) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
- setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- 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(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setMaxChunkSize(DataSize) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
- setMaxFileSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setMaxHttpHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- setMaxHttpHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- Deprecated.
- setMaxHttpPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- setMaxHttpPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxHttpPostSize(DataSize) - 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.JmsPoolConnectionFactoryProperties
- Deprecated.
- setMaxInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setMaxPageSize(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setMaxQueueSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- setMaxRedirects(Integer) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- setMaxRequestSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setMaxRows(int) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- setMaxSessionsPerConnection(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setMaxSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setMaxSwallowSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxWait(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- setMediaTypes(List<MediaType>) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- Set the
MessageConverter
to use ornull
if the out-of-the-box converter should be used. - setMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Configure HTTP message readers to deserialize the request body with.
- setMessageRecoverer(MessageRecoverer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- Set the
MessageRecoverer
to use ornull
to rely on the default. - setMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Configure HTTP message writers to serialize the response body with.
- setMinEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
- 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
- setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- setMixed(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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
- setMonitorInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setMultiThreaded(boolean) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
- setMustRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- 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
- setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
- setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setNoCache(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- setNonBlockingRedelivery(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setNoPollThreshold(Float) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setNoStore(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setNoTransform(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setOneIndexedParameters(boolean) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setOpenInView(Boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
- setOpenInView(Boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setOplogSize(DataSize) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
- setOptions(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
- 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.security.SecurityProperties.Filter
- setOrder(int) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
- setOutOfOrder(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setOverwriteExistingJobs(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setPageParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setPageParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setParameterName(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- 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.elasticsearch.rest.RestClientProperties
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
- 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
- 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.servlet.WebMvcProperties.Servlet
- setPath(String) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
- 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
- setPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
- setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setPhysicalStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- setPlaceholderPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlaceholderReplacement(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlaceholders(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlaceholderSuffix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setPollTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
- setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- setPoolTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- 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
- setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- 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.servlet.WebMvcProperties.View
- setPrettyPrinting(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setPriority(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setProducePartialOutputWhileProcessing(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- setProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- 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.orm.jpa.JpaProperties
- setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setProtocol(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- 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
- setProvider(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
- setProxyRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- 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
- setQualifierDelimiter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setQuery(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setQueryTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- setQueue(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- Deprecated.
- setQueueCapacity(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setRabbitProperties(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- Set the
RabbitProperties
to use. - setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setReconnectionPolicy(Class<? extends ReconnectionPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- Deprecated.
- setRedirectContextRoot(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setRedirectUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setRedirectUriTemplate(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- Deprecated.
- 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
- setRenderHiddenMarkersBeforeCheckboxes(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setRepeatableSqlMigrationPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setReplicationFactor(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setReplSetName(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
- setReplyTimeout(Duration) - 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(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
- setResolveLazily(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.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.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- setRetentionPeriod(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- 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
- Deprecated.
- setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- Set the
RabbitRetryTemplateCustomizer
instances to use. - setReturnBodyOnCreate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setReturnBodyOnUpdate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setRoles(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
- setRoutingKey(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setSchedulerName(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- 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
- setSchemas(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSchemaUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setScope(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- setSendTimeout(Duration) - 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
- setSerializeNulls(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setServlet(SessionProperties.Servlet) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
- setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- setSessionCacheSize(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- 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
- setShutdownTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- setSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- 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
- setSizeParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setSkipDefaultCallbacks(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSkipDefaultResolvers(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setSocketConnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setSortParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
- setSortParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
- setSqlDialect(SQLDialect) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
- setSqlMigrationPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSqlMigrationSeparator(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSqlMigrationSuffixes(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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
- setStaleIfError(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setStaleWhileRevalidate(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- setStartupDelay(Duration) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setStateDir(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- 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.reactive.WebFluxProperties
- setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setStoreType(StoreType) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
- 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.servlet.WebMvcProperties.View
- setTable(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setTableName(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setTablePrefix(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
- setTarget(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setTemplateLoaderPath(String...) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- setTemplateResolverOrder(Integer) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setTestRollbackOnUpdate(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setThreadNamePrefix(String) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- setThreadNamePrefix(String) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setTimeBetweenExpirationCheck(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
- setTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- Settings() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- setTokenUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- 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
- setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setTransactionManagerId(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
- setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- 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.amqp.RabbitProperties.Ssl
- setTrustStorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setTrustStoreType(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setTrustStoreType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setType(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setType(RabbitProperties.ContainerType) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
- setType(CacheType) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
- setType(JerseyProperties.Type) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
- setType(KafkaProperties.Listener.Type) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- 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
- setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
- 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.influx.InfluxDbProperties
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- setUrls(String[]) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- setUseAnonymousProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setUseForwardHeaders(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
- setUseKeyPrefix(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setUseNewIdGeneratorMappings(Boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setUser(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
- 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
- setUseRegisteredSuffixPattern(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- setUseRelativeRedirects(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setUserInfoAuthenticationMethod(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- 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.elasticsearch.rest.RestClientProperties
- 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
- setUserNameAttribute(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setUseSuffixPattern(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- setValidateOnMigrate(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setValidateServerCertificate(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setValueDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setValueSerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setVerifyHostname(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- 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(Duration) - 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
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- Configure the
ViewResolver
to use for rendering views. - setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- 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
- setZkHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
- shouldForce(HttpProperties.Encoding.Type) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
- SIMPLE - org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
- Container where the RabbitMQ consumer dispatches messages to an invoker thread.
- SIMPLE - org.springframework.boot.autoconfigure.cache.CacheType
- Simple in-memory caching.
- SimpleContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
- Configure
SimpleRabbitListenerContainerFactoryConfigurer
with sensible defaults. - SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
- SINGLE - org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
- Invokes the endpoint with one ConsumerRecord at a time.
- 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
- sort(Collection<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
- Sort() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
- sortCustomizer() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
- Register a JMX component that allows to administer the current application.
- SpringApplicationAdminJmxAutoConfiguration(ObjectProvider<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 triggersauto-configuration
andcomponent scanning
. - 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.servlet
- The default configuration for web security.
- SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration
- SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
Auto-configuration
for Spring Data's web support.- SpringDataWebAutoConfiguration(SpringDataWebProperties) - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- SpringDataWebProperties - Class in org.springframework.boot.autoconfigure.data.web
- Configuration properties for Spring Data Web.
- SpringDataWebProperties() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
- SpringDataWebProperties.Pageable - Class in org.springframework.boot.autoconfigure.data.web
- Pageable properties.
- SpringDataWebProperties.Sort - Class in org.springframework.boot.autoconfigure.data.web
- Sort properties.
- SpringTransactionProvider - Class in org.springframework.boot.autoconfigure.jooq
- Allows Spring Transaction to be used with JOOQ.
- SpringTransactionProvider(PlatformTransactionManager) - Constructor for class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- 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
- StacktraceMode() - Constructor for class org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties.StacktraceMode
- standardGsonBuilderCustomizer(GsonProperties) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
- startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
- StaticResourceLocation - Enum in org.springframework.boot.autoconfigure.security
- Common locations for static resources.
- StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.reactive
- Used to create a
ServerWebExchangeMatcher
for static resources in commonly used locations. - StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.servlet
- Used to create a
RequestMatcher
for static resources in commonly used locations. - StaticResourceRequest.StaticResourceRequestMatcher - Class in org.springframework.boot.autoconfigure.security.servlet
- The request matcher used to match against resource
Locations
. - StaticResourceRequest.StaticResourceServerWebExchange - Class in org.springframework.boot.autoconfigure.security.reactive
- The server web exchange matcher used to match against resource
locations
. - Storage() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
- store() - Method in annotation type org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
- The name of the store that backs the repositories.
- 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
- Streams() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- stringHttpMessageConverter() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
- StringHttpMessageConverterConfiguration(HttpProperties) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
- stringOrNumberMigrationVersionConverter() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
- stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
- supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
T
- TaskExecutionAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
Auto-configuration
forTaskExecutor
.- TaskExecutionAutoConfiguration(TaskExecutionProperties, ObjectProvider<TaskExecutorCustomizer>, ObjectProvider<TaskDecorator>) - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- TaskExecutionProperties - Class in org.springframework.boot.autoconfigure.task
- Configuration properties for task execution.
- TaskExecutionProperties() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- TaskExecutionProperties.Pool - Class in org.springframework.boot.autoconfigure.task
- taskExecutorBuilder() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- taskScheduler(TaskSchedulerBuilder) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
- taskSchedulerBuilder(TaskSchedulingProperties, ObjectProvider<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
- TaskSchedulingAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
Auto-configuration
forTaskScheduler
.- TaskSchedulingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
- TaskSchedulingProperties - Class in org.springframework.boot.autoconfigure.task
- Configuration properties for task scheduling.
- TaskSchedulingProperties() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- TaskSchedulingProperties.Pool - Class in org.springframework.boot.autoconfigure.task
- Template() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- Template() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.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.ThymeleafSecurityDialectConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
- ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
- ThymeleafDefaultConfiguration(ThymeleafProperties, Collection<ITemplateResolver>, ObjectProvider<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
- ThymeleafProperties.Reactive - Class in org.springframework.boot.autoconfigure.thymeleaf
- ThymeleafProperties.Servlet - Class in org.springframework.boot.autoconfigure.thymeleaf
- 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
- toH2Console() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
- Returns a matcher that includes the H2 console location.
- toHttpCacheControl() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
- Tomcat() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- tomcatServletWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
- TomcatServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer
to applyServerProperties
to Tomcat web servers.- TomcatServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
- tomcatWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
- TomcatWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
- Customization for Tomcat-specific features common for both Servlet and Reactive servers.
- TomcatWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
- TomcatWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
- TomcatWebSocketReactiveWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.reactive
- WebSocket customizer for
TomcatReactiveWebServerFactory
. - TomcatWebSocketReactiveWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
- TomcatWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
- WebSocket customizer for
TomcatServletWebServerFactory
. - TomcatWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
- toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.reactive.PathRequest
- Returns a
StaticResourceRequest
that can be used to create a matcher forlocations
. - toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
- Returns a
StaticResourceRequest
that can be used to create a matcher forlocations
. - 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(SessionFactory, Neo4jProperties, ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- TransactionManagerCustomizers - Class in org.springframework.boot.autoconfigure.transaction
- A collection of
PlatformTransactionManagerCustomizer
. - 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
- type() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnBean
- The class type names of beans that should be checked.
- type() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- The class type names of beans 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() - Method in annotation type org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication
- The required type of the web application.
- type() - Method in annotation type org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
- The required repository type.
U
- unbind(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
- Undertow() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- undertowWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
- UndertowWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
- Customization for Undertow-specific features common for both Servlet and Reactive servers.
- UndertowWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
- UndertowWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
- UndertowWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
- WebSocket customizer for
UndertowServletWebServerFactory
. - UndertowWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
- User() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.User
- UserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
Auto-configuration
for a Spring Security in-memoryAuthenticationManager
.- UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
V
- validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- validate(Object, Errors, Object...) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- 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
- ValidatorAdapter - Class in org.springframework.boot.autoconfigure.validation
Validator
implementation that delegates calls to anotherValidator
.- 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 types of beans 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
- The
JavaVersion
to check for. - 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 types of beans 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
- Alias for
ConditionalOnProperty.name()
. - 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.
- value() - Method in annotation type org.springframework.boot.autoconfigure.web.servlet.ConditionalOnMissingFilterBean
- The filter bean type that must not be present.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
- Returns the enum constant of this type with the specified name.
- 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.Range
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
- 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.data.RepositoryType
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
- 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.kafka.KafkaProperties.Listener.Type
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.quartz.JobStoreType
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
- 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.servlet.WebMvcProperties.LocaleResolver
- Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
- 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.amqp.RabbitRetryTemplateCustomizer.Target
- 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.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.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.ConditionalOnWebApplication.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.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.data.RepositoryType
- 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.http.HttpProperties.Encoding.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.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.kafka.KafkaProperties.Listener.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.quartz.JobStoreType
- 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.StaticResourceLocation
- 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.servlet.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.servlet.WebMvcProperties.View
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.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. - WEB_JARS - org.springframework.boot.autoconfigure.security.StaticResourceLocation
- Resources under
"/webjars"
. - WebClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
Auto-configuration
forWebClient
.- WebClientAutoConfiguration(ObjectProvider<WebClientCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
- WebClientAutoConfiguration.WebClientCodecsConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
- webClientBuilder() - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
- WebClientCodecCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
WebClientCustomizer
that configures codecs for the HTTP client.- WebClientCodecCustomizer(List<CodecCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
- WebClientCodecsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
- WebConversionService - Class in org.springframework.boot.autoconfigure.web.format
FormattingConversionService
dedicated to web applications for formatting and converting values to/from the web.- WebConversionService(String) - Constructor for class org.springframework.boot.autoconfigure.web.format.WebConversionService
- Create a new WebConversionService that configures formatters with the provided date format, or register the default ones if no custom format is provided.
- WebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration
forWebFlux
.- WebFluxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
- WebFluxAutoConfiguration.EnableWebFluxConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
- Configuration equivalent to
@EnableWebFlux
. - WebFluxAutoConfiguration.WebFluxConfig - Class in org.springframework.boot.autoconfigure.web.reactive
- WebFluxConfig(ResourceProperties, WebFluxProperties, ListableBeanFactory, ObjectProvider<HandlerMethodArgumentResolver>, ObjectProvider<CodecCustomizer>, ObjectProvider<ResourceHandlerRegistrationCustomizer>, ObjectProvider<ViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- webFluxConversionService() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- WebFluxProperties - Class in org.springframework.boot.autoconfigure.web.reactive
properties
for Spring WebFlux.- WebFluxProperties() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- WebFluxRegistrations - Interface in org.springframework.boot.autoconfigure.web.reactive
- Interface to register key components of the
WebFluxAutoConfiguration
in place of the default ones provided by Spring WebFlux. - webFluxValidator() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration
forWeb MVC
.- WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
- WebMvcAutoConfiguration.EnableWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- Configuration equivalent to
@EnableWebMvc
. - WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.web.servlet
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- WebMvcAutoConfigurationAdapter(ResourceProperties, WebMvcProperties, ListableBeanFactory, ObjectProvider<HttpMessageConverters>, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- WebMvcProperties - Class in org.springframework.boot.autoconfigure.web.servlet
properties
for Spring MVC.- WebMvcProperties() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- WebMvcProperties.Async - Class in org.springframework.boot.autoconfigure.web.servlet
- WebMvcProperties.Contentnegotiation - Class in org.springframework.boot.autoconfigure.web.servlet
- WebMvcProperties.LocaleResolver - Enum in org.springframework.boot.autoconfigure.web.servlet
- WebMvcProperties.Pathmatch - Class in org.springframework.boot.autoconfigure.web.servlet
- WebMvcProperties.Servlet - Class in org.springframework.boot.autoconfigure.web.servlet
- WebMvcProperties.View - Class in org.springframework.boot.autoconfigure.web.servlet
- WebMvcRegistrations - Interface in org.springframework.boot.autoconfigure.web.servlet
- Interface to register key components of the
WebMvcConfigurationSupport
in place of the default ones provided by Spring MVC. - WebSecurityEnablerConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
- If there is a bean of type WebSecurityConfigurerAdapter, this adds the
EnableWebSecurity
annotation. - WebSecurityEnablerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.WebSecurityEnablerConfiguration
- 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
- WebServiceTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices.client
Auto-configuration
forWebServiceTemplate
.- WebServiceTemplateAutoConfiguration(ObjectProvider<WebServiceTemplateCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
- webServiceTemplateBuilder() - Method in class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
- WebSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.servlet
Auto-configuration
for WebSocket-based messaging.- WebSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.WebSocketMessagingAutoConfiguration
- WebSocketReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.reactive
- Auto configuration for WebSocket reactive server in Tomcat, Jetty or Undertow.
- WebSocketReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.reactive.WebSocketReactiveAutoConfiguration
- WebSocketServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.servlet
- Auto configuration for WebSocket servlet server in embedded Tomcat, Jetty or Undertow.
- WebSocketServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration
- welcomePageHandlerMapping(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- Whitelabel() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
- WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- WsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsConfiguration
- wsdlDefinitionBeanFactoryPostProcessor() - Static method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
X
- Xa() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
- XADataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration
forDataSource
with XA.- XADataSourceAutoConfiguration(XADataSourceWrapper, DataSourceProperties, ObjectProvider<XADataSource>) - Constructor for class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
All Classes All Packages