Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractConnectionFactoryConfigurer<T extends org.springframework.amqp.rabbit.connection.AbstractConnectionFactory> - Class in org.springframework.boot.autoconfigure.amqp
Configures Rabbit ConnectionFactory with sensible defaults.
AbstractConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
Creates a new configurer that will configure the connection factory using the given properties.
AbstractConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
Creates a new configurer that will configure the connection factory using the given properties and connectionDetails, with the latter taking priority.
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 specific other beans identified by name or type.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean class and dependency types.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean, factory bean classes, and dependency types.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean, factory bean classes, and dependency names.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean class and dependency names.
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, WebProperties.Resources, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Create a new 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(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Creates a new configurer that will use the given rabbitProperties.
AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
Base ImportBeanDefinitionRegistrar used to auto-configure Spring Data Repositories.
AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
Base class for @ConfigurationProperties of a AbstractTemplateViewResolver.
AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
Base class for @ConfigurationProperties of a ViewResolver.
AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
ACCEPT_HEADER - Enum constant in enum class org.springframework.boot.autoconfigure.web.WebProperties.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
 
AcknowledgeMode - Class in org.springframework.boot.autoconfigure.jms
Acknowledge modes for a JMS Session.
Acs() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
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
 
ActiveMQConnectionDetails - Interface in org.springframework.boot.autoconfigure.jms.activemq
Details required to establish a connection to an ActiveMQ service.
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
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration
 
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
 
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
 
Address(String, int) - Constructor for record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
Creates an instance of a Address record class.
addUrlMappings(String...) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
Admin() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
Admin() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
ADVANCED - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Detect leaks for 1% of buffers and track where they were accessed.
after() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
The auto-configure classes that should have already been applied.
afterName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
The names of the auto-configure classes that should have already been applied.
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
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.security.oauth2.client.OAuth2ClientProperties
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
ALL - Enum constant in enum class 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 - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Always add error attribute.
ALWAYS - Enum constant in enum class 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 - Enum constant in enum class 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.
annotatedControllerConfigurer(ObjectProvider<Executor>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
 
annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The annotation type decorating a bean that should be checked.
annotation() - Element in annotation interface 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
 
ANT_PATH_MATCHER - Enum constant in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
Use the AntPathMatcher implementation.
AntPathRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
RequestMatcherProvider that provides an AntPathRequestMatcher.
AntPathRequestMatcherProvider(Function<String, String>) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
 
ANY - Enum constant in enum class 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
 
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.
applicationAvailability() - Method in class org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
 
ApplicationAvailabilityAutoConfiguration - Class in org.springframework.boot.autoconfigure.availability
EnableAutoConfiguration for ApplicationAvailabilityBean.
ApplicationAvailabilityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
 
applyTo(Collection<?>) - Method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
applyToItem(Object) - Method in enum class 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-configured EmbeddedActiveMQ instance.
ArtemisMode - Enum Class 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.
asClientRegistrations() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
Maps the properties to ClientRegistrations.
asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
AssertingParty() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
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.
Authentication() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
Authentication() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
 
authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
 
AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
Enables all repository types automatically based on their availability.
AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
Context Propagation is applied to all Reactor operators.
AUTO - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
Messages sent or received from the session are automatically acknowledged.
AutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
Indicates that a class provides configuration that can be automatically applied by Spring Boot.
AutoConfigurationExcludeFilter - Class in org.springframework.boot.autoconfigure
A TypeFilter implementation that matches registered auto-configuration classes.
AutoConfigurationExcludeFilter() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
AutoConfigurationImportEvent - Class in org.springframework.boot.autoconfigure
Event fired when auto-configuration classes are imported.
AutoConfigurationImportEvent(Object, List<String>, Set<String>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
 
AutoConfigurationImportFilter - Interface in org.springframework.boot.autoconfigure
Filter that can be registered in spring.factories to limit the auto-configuration classes considered.
AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
Listener that can be registered with spring.factories to receive details of imported auto-configurations.
AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
DeferredImportSelector to handle auto-configuration.
AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
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 Interface in org.springframework.boot.autoconfigure
Registers packages 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 Interface in org.springframework.boot.autoconfigure
Hint for that an auto-configuration should be applied after other specified auto-configuration classes.
AutoConfigureBefore - Annotation Interface in org.springframework.boot.autoconfigure
Hint that an auto-configuration should be applied before other specified auto-configuration classes.
AutoConfigureOrder - Annotation Interface 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
 
BaseContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
 
basePackageClasses() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigurationPackage
Type-safe alternative to AutoConfigurationPackage.basePackages() for specifying the packages to be registered with AutoConfigurationPackages.
basePackageClasses() - Element in annotation interface org.springframework.boot.autoconfigure.domain.EntityScan
Type-safe alternative to EntityScan.basePackages() for specifying the packages to scan for entities.
basePackages() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigurationPackage
Base packages that should be registered with AutoConfigurationPackages.
basePackages() - Element in annotation interface 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 SecurityFilterChain that is used to configure basic authentication for application endpoints.
basicErrorController(ErrorAttributes, ObjectProvider<ErrorViewResolver>) - 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, rendering ErrorAttributes.
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 - Enum constant in enum class 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() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchConversionServiceCustomizer - Interface in org.springframework.boot.autoconfigure.batch
Callback interface that can be implemented by beans wishing to customize the ConfigurableConversionService that is provided by DefaultBatchConfiguration while retaining its default auto-configuration.
BatchDataSource - Annotation Interface in org.springframework.boot.autoconfigure.batch
Qualifier annotation for a DataSource to be injected into Batch auto-configuration.
BatchDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.batch
DataSourceScriptDatabaseInitializer for the Spring Batch database.
BatchDataSourceScriptDatabaseInitializer(DataSource, BatchProperties.Jdbc) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
BatchDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
batchLoaderRegistry() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
 
BatchProperties - Class in org.springframework.boot.autoconfigure.batch
Configuration properties for Spring Batch.
BatchProperties() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties
 
BatchProperties.Jdbc - Class in org.springframework.boot.autoconfigure.batch
 
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.
before() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
The auto-configure classes that should have not yet been applied.
beforeName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
The names of the auto-configure classes that should have not yet been applied.
begin(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
buildAdminProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of KafkaProperties.buildAdminProperties(SslBundles)}
buildAdminProperties(SslBundles) - 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
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of KafkaProperties.buildConsumerProperties(SslBundles)}
buildConsumerProperties(SslBundles) - 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
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of KafkaProperties.buildProducerProperties(SslBundles)}
buildProducerProperties(SslBundles) - 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.Security
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
Deprecated, for removal: This API element is subject to removal in a future version.
buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
buildStreamsProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of KafkaProperties.buildStreamsProperties(SslBundles)}
buildStreamsProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of streams properties from the state of this instance.
Bundles() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
 

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.pulsar.PulsarProperties.Producer.Cache
 
Cache() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
 
CACHE2K - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Cache2k backed caching.
Cache2kBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the default setup for caches added to the manager through addCaches and for dynamically created caches.
CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
cacheManager(CacheManagerCustomizers, 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 given CacheManager.
CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
 
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.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 Class in org.springframework.boot.autoconfigure.cache
Supported cache types (defined in order of precedence).
CachingConnectionFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configures Rabbit CachingConnectionFactory with sensible defaults.
CachingConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
Creates a new configurer that will configure the connection factory using the given properties.
CachingConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
Creates a new configurer that will configure the connection factory using the given properties and connectionDetails, with the latter taking priority.
Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CAFFEINE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Caffeine backed caching.
CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
CassandraConnectionDetails - Interface in org.springframework.boot.autoconfigure.cassandra
Details required to establish a connection to a Cassandra service.
CassandraConnectionDetails.Node - Record Class in org.springframework.boot.autoconfigure.cassandra
A Cassandra node.
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(CqlSession) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraDriverConfigLoader(CassandraConnectionDetails, ObjectProvider<DriverConfigLoaderBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraManagedTypes(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraMappingContext(CassandraManagedTypes, 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.Compression - Enum Class in org.springframework.boot.autoconfigure.cassandra
Name of the algorithm used to compress protocol frames.
CassandraProperties.Connection - Class in org.springframework.boot.autoconfigure.cassandra
 
CassandraProperties.Controlconnection - Class in org.springframework.boot.autoconfigure.cassandra
 
CassandraProperties.Pool - Class in org.springframework.boot.autoconfigure.cassandra
Pool properties.
CassandraProperties.Request - Class in org.springframework.boot.autoconfigure.cassandra
 
CassandraProperties.Ssl - Class in org.springframework.boot.autoconfigure.cassandra
 
CassandraProperties.Throttler - Class in org.springframework.boot.autoconfigure.cassandra
 
CassandraProperties.ThrottlerType - Enum Class in org.springframework.boot.autoconfigure.cassandra
 
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(CqlSessionBuilder) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraSessionBuilder(DriverConfigLoader, CassandraConnectionDetails, ObjectProvider<CqlSessionBuilderCustomizer>, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraSessionFactory(Environment, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraTemplate(SessionFactory, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
 
Chain() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
Channel() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
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() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
The auto-configuration classes that should be imported.
Cleanup() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
 
Client() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
Client() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
Client() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
CLIENT - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
Messages are acknowledged once the message listener implementation has called Message.acknowledge().
ClientHttpConnectorAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
Auto-configuration for ClientHttpConnector.
ClientHttpConnectorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
ClientResourcesBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
Callback interface that can be implemented by beans wishing to customize the ClientResources through a ClientResources.Builder whilst retaining default auto-configuration.
clientRSocketConnector(IntegrationProperties, RSocketStrategies) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
 
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.jms.artemis.ArtemisNoOpBindingRegistry
 
close() - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
close() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster
 
ClusterEnvironmentBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.couchbase
Callback interface that can be implemented by beans wishing to customize the ClusterEnvironment through a ClusterEnvironment.Builder whilst retaining default auto-configuration.
CodecProperties - Class in org.springframework.boot.autoconfigure.codec
Properties for reactive codecs.
CodecProperties() - Constructor for class org.springframework.boot.autoconfigure.codec.CodecProperties
 
CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
Auto-configuration for Encoders and Decoders.
CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
 
commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
CONCURRENCY_LIMITING - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
Limit the number of requests that can be executed in parallel.
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 Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when beans meeting all the specified requirements are already contained in the BeanFactory.
ConditionalOnCheckpointRestore - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when coordinated restore at checkpoint is to be used.
ConditionalOnClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the specified classes are on the classpath.
ConditionalOnCloudPlatform - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that matches when the specified cloud platform is active.
ConditionalOnDefaultWebSecurity - Annotation Interface in org.springframework.boot.autoconfigure.security
@Conditional that only matches when web security is available and the user has not defined their own configuration.
ConditionalOnEnabledResourceChain - Annotation Interface in org.springframework.boot.autoconfigure.web
@Conditional that checks whether the Spring resource handling chain is enabled.
ConditionalOnExpression - Annotation Interface in org.springframework.boot.autoconfigure.condition
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
ConditionalOnGraphQlSchema - Annotation Interface in org.springframework.boot.autoconfigure.graphql
@Conditional that only matches when a GraphQL schema is defined for the application, through schema files or infrastructure beans.
ConditionalOnJava - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that matches based on the JVM version the application is running on.
ConditionalOnJava.Range - Enum Class in org.springframework.boot.autoconfigure.condition
Range options.
ConditionalOnJndi - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that matches based on the availability of a JNDI InitialContext and the ability to lookup specific locations.
ConditionalOnMissingBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when no beans meeting the specified requirements are already contained in the BeanFactory.
ConditionalOnMissingClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the specified classes are not on the classpath.
ConditionalOnMissingFilterBean - Annotation Interface in org.springframework.boot.autoconfigure.web.servlet
@Conditional that only matches when no Filter beans of the specified type are contained in the BeanFactory.
ConditionalOnNotWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the application is not a traditional WAR deployment.
ConditionalOnNotWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the application context is a not a web application context.
ConditionalOnProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that checks if the specified properties have a specific value.
ConditionalOnRepositoryType - Annotation Interface in org.springframework.boot.autoconfigure.data
@Conditional that only matches when a particular type of Spring Data repository has been enabled.
ConditionalOnResource - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the specified resources are on the classpath.
ConditionalOnSingleCandidate - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when a bean of the specified class is already contained in the BeanFactory and a single candidate can be determined.
ConditionalOnThreading - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that matches when the specified threading is active.
ConditionalOnWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that matches when the application is a traditional WAR deployment.
ConditionalOnWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
@Conditional that matches when the application is a web application.
ConditionalOnWebApplication.Type - Enum Class 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 and ConditionOutcome.
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 the ConditionEvaluationReport to the log.
ConditionEvaluationReportLoggingListener() - 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 an ConditionMessage.ItemsBuilder for a condition.
ConditionMessage.Style - Enum Class 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.
ConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.neo4j
Callback interface that can be implemented by beans wishing to customize the Config through a Config.ConfigBuilder whilst retaining default auto-configuration.
ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration for @ConfigurationProperties beans.
ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
 
configure(Map<String, ?>) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
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(CachingConnectionFactory, RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
 
configure(RabbitConnectionFactoryBean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
Configure the specified rabbit connection factory bean.
configure(RabbitTemplate, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
Configure the specified RabbitTemplate.
configure(RestTemplateBuilder) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer
Configure the specified RestTemplateBuilder.
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(RabbitStreamTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
Configure the specified RabbitStreamTemplate.
configure(RestClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer
Configure the specified RestClient.Builder.
configure(HttpClient) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
Configure the given HttpClient and return the newly created instance.
configure(T) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
Configures the given connectionFactory with sensible defaults.
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
 
configure(T, RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
Configures the given connectionFactory using the given rabbitProperties.
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
 
configureBlockingExecution(BlockingExecutionConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
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
 
Connection() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
ConnectionDetails - Interface in org.springframework.boot.autoconfigure.service.connection
Base interface for types that provide the details required to establish a connection to a remote service.
ConnectionDetailsFactories - Class in org.springframework.boot.autoconfigure.service.connection
A registry of ConnectionDetailsFactory instances.
ConnectionDetailsFactories() - Constructor for class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
 
ConnectionDetailsFactory<S,D extends ConnectionDetails> - Interface in org.springframework.boot.autoconfigure.service.connection
A factory to create ConnectionDetails from a given source.
ConnectionDetailsFactoryNotFoundException - Exception in org.springframework.boot.autoconfigure.service.connection
RuntimeException thrown when a ConnectionDetailsFactory could not be found.
ConnectionDetailsFactoryNotFoundException(String) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
 
ConnectionDetailsFactoryNotFoundException(String, Throwable) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
 
ConnectionDetailsNotFoundException - Exception in org.springframework.boot.autoconfigure.service.connection
RuntimeException thrown when required ConnectionDetails could not be found.
ConnectionDetailsNotFoundException(String) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
 
ConnectionDetailsNotFoundException(String, Throwable) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
 
ConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
Callback interface that can be implemented by beans wishing to customize the auto-configured RabbitMQ ConnectionFactory.
ConnectionFactoryOptionsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.r2dbc
Callback interface that can be implemented by beans wishing to customize the ConnectionFactoryOptions through a ConnectionFactoryOptions.Builder whilst retaining default auto-configuration.
connectionFactoryTransactionManager(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcTransactionManagerAutoConfiguration
 
Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
Consumer() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
Content() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
 
Contentnegotiation() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
Controlconnection() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Controlconnection
 
Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
COUCHBASE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Couchbase backed caching.
CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
Auto-configuration for Couchbase.
CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the CouchbaseCacheManager.CouchbaseCacheManagerBuilder before it is used to build the auto-configured CouchbaseCacheManager.
couchbaseCluster(ClusterEnvironment, CouchbaseConnectionDetails) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
couchbaseClusterEnvironment(CouchbaseConnectionDetails, ObjectProvider<ClusterEnvironmentBuilderCustomizer>, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseConnectionDetails - Interface in org.springframework.boot.autoconfigure.couchbase
Details required to establish a connection to a Couchbase service.
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
 
CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
Configuration properties for Couchbase.
CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Io - 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
 
CqlSessionBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
Callback interface that can be implemented by beans wishing to customize the CqlSession through a CqlSessionBuilder whilst retaining default auto-configuration.
createClassPathScanningCandidateComponentProvider(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
Create a ClassPathScanningCandidateComponentProvider to scan entities based on the specified ApplicationContext.
createClientSslEngine(String, int, String) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
 
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 specified ConnectionFactory.
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
 
createServerSslEngine(String, int) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
CSS - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/css".
CURRENT - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
Search only the current context.
customize(ClusterEnvironment.Builder) - Method in interface org.springframework.boot.autoconfigure.couchbase.ClusterEnvironmentBuilderCustomizer
Customize the ClusterEnvironment.Builder.
customize(ProgrammaticDriverConfigLoaderBuilder) - Method in interface org.springframework.boot.autoconfigure.cassandra.DriverConfigLoaderBuilderCustomizer
Customize the DriverConfigLoader builder.
customize(CqlSessionBuilder) - Method in interface org.springframework.boot.autoconfigure.cassandra.CqlSessionBuilderCustomizer
Customize the CqlSessionBuilder.
customize(GsonBuilder) - Method in interface org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
Customize the GsonBuilder.
customize(Config) - Method in interface org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigCustomizer
Customize the configuration.
customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
Customize the MongoClientSettings.Builder.
customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
Deprecated.
 
customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
 
customize(ConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.amqp.ConnectionFactoryCustomizer
Customize the ConnectionFactory.
customize(EnvironmentBuilder) - Method in interface org.springframework.boot.autoconfigure.amqp.EnvironmentBuilderCustomizer
Customize the EnvironmentBuilder.
customize(ClientResources.Builder) - Method in interface org.springframework.boot.autoconfigure.data.redis.ClientResourcesBuilderCustomizer
Customize the ClientResources.Builder.
customize(ConnectionFactoryOptions.Builder) - Method in interface org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryOptionsBuilderCustomizer
Customize the ConnectionFactoryOptions.Builder.
customize(Configuration<?>) - Method in interface org.springframework.boot.autoconfigure.validation.ValidationConfigurationCustomizer
Customize the given configuration.
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(RequestConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
Customize the RequestConfig.Builder.
customize(HttpAsyncClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
Customize the HttpAsyncClientBuilder.
customize(Cache2kBuilder<?, ?>) - Method in interface org.springframework.boot.autoconfigure.cache.Cache2kBuilderCustomizer
Customize the default cache settings.
customize(RestClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.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(InfluxDB) - Method in interface org.springframework.boot.autoconfigure.influx.InfluxDbCustomizer
Deprecated.
Customize the InfluxDB.
customize(DefaultConfiguration) - Method in interface org.springframework.boot.autoconfigure.jooq.DefaultConfigurationCustomizer
Customize the jOOQ Configuration.
customize(Config.ConfigBuilder) - Method in interface org.springframework.boot.autoconfigure.neo4j.ConfigBuilderCustomizer
Customize the Config.ConfigBuilder.
customize(RabbitTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitTemplateCustomizer
Callback to customize a RabbitTemplate instance.
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 specified RabbitRetryTemplateCustomizer.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.JettyVirtualThreadsWebServerFactoryCustomizer
 
customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
customize(JettyReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.JettyWebSocketReactiveWebServerCustomizer
 
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.TomcatVirtualThreadsWebServerFactoryCustomizer
 
customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
 
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.web.servlet.UndertowServletWebServerFactoryCustomizer
 
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(ConfigurableConversionService) - Method in interface org.springframework.boot.autoconfigure.batch.BatchConversionServiceCustomizer
Customize the ConfigurableConversionService.
customize(CouchbaseCacheManager.CouchbaseCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.CouchbaseCacheManagerBuilderCustomizer
Customize the CouchbaseCacheManager.CouchbaseCacheManagerBuilder.
customize(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.RedisCacheManagerBuilderCustomizer
Customize the RedisCacheManager.RedisCacheManagerBuilder.
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(GraphQlSource.SchemaResourceBuilder) - Method in interface org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer
Customize the Builder instance.
customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
Customize the JacksonObjectMapperBuilder.
customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
 
customize(StreamsBuilderFactoryBean) - Method in interface org.springframework.boot.autoconfigure.kafka.StreamsBuilderFactoryBeanCustomizer
Customize the StreamsBuilderFactoryBean.
customize(DefaultKafkaConsumerFactory<?, ?>) - Method in interface org.springframework.boot.autoconfigure.kafka.DefaultKafkaConsumerFactoryCustomizer
Customize the DefaultKafkaConsumerFactory.
customize(DefaultKafkaProducerFactory<?, ?>) - Method in interface org.springframework.boot.autoconfigure.kafka.DefaultKafkaProducerFactoryCustomizer
Customize the DefaultKafkaProducerFactory.
customize(RSocketMessageHandler) - Method in interface org.springframework.boot.autoconfigure.rsocket.RSocketMessageHandlerCustomizer
Customize the RSocketMessageHandler.
customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
Customize the SchedulerFactoryBean.
customize(NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.JwkSetUriJwtDecoderBuilderCustomizer
Customize the given builder.
customize(NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.JwkSetUriReactiveJwtDecoderBuilderCustomizer
Customize the given builder.
customize(DefaultCookieSerializer) - Method in interface org.springframework.boot.autoconfigure.session.DefaultCookieSerializerCustomizer
Customize the cookie serializer.
customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of TransactionManagerCustomizers.customize(TransactionManager)
customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
customize(TransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
Customize the given transactionManager.
customize(RestClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer
 
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.TransactionManagerCustomizer
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

databaseSelectionProvider(Neo4jDataProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
dataBufferFactory() - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
dataSource(XADataSourceWrapper, DataSourceProperties, JdbcConnectionDetails, ObjectProvider<XADataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
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 underlying DataSource 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>, ObjectProvider<PlatformTransactionManager>) - 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.
DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for JdbcTransactionManager.
DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
 
Datatype() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonProperties.Datatype
 
dateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
Configures the date format using the given pattern.
dateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
Configures the date-time format using the given pattern.
DateTimeFormatters - Class in org.springframework.boot.autoconfigure.web.format
Formatters for dates, times, and date-times.
DateTimeFormatters() - Constructor for class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
 
ddlAuto(Supplier<String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
DeadLetterPolicy() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
Decryption() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
 
DEFAULT - Enum constant in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
Use heuristics to see if "properties" mode is to be used.
DEFAULT - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
Auto-configure a RedisSessionRepository.
DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
The bean name for a DispatcherServlet that will be mapped to the root URL "/".
DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
The bean name for a ServletRegistrationBean for the DispatcherServlet "/".
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 interface org.springframework.boot.autoconfigure.AutoConfigureOrder
The default order value.
DEFAULT_ORDER - Static variable in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
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
The default Spring MVC view prefix.
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
The default Spring MVC view suffix.
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.
DefaultConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jooq
Callback interface that can be implemented by beans wishing to customize the DefaultConfiguration whilst retaining default auto-configuration.
DefaultCookieSerializerCustomizer - Interface in org.springframework.boot.autoconfigure.session
Callback interface that can be implemented by beans wishing to customize the DefaultCookieSerializer configuration.
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, WebProperties.Resources) - 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, rendering ErrorAttributes.
DefaultErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Create a new DefaultErrorWebExceptionHandler instance.
DefaultJerseyApplicationPath - Class in org.springframework.boot.autoconfigure.web.servlet
Default implementation of JerseyApplicationPath that derives the path from JerseyProperties or the @ApplicationPath annotation.
DefaultJerseyApplicationPath(String, ResourceConfig) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
 
DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
Configure DefaultJmsListenerContainerFactory with sensible defaults.
DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
 
DefaultKafkaConsumerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
Callback interface for customizing DefaultKafkaConsumerFactory beans.
DefaultKafkaProducerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
Callback interface for customizing DefaultKafkaProducerFactory beans.
defaultLifecycleProcessor(LifecycleProperties) - Method in class org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
 
defaultPollerMetadata(IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
 
Defaults() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
 
defaultValidator(ApplicationContext, ObjectProvider<ValidationConfigurationCustomizer>) - 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.
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.
determineEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
Returns whether SSL is enabled from the first address, or the configured ssl enabled flag if no addresses have been set.
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.
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 primary DataSource.
determineTimeout(Supplier<Duration>) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
Determine the session timeout.
determineUniqueName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
Provide a unique name specific to this instance.
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.
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 - Enum constant in enum class 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(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
DirectRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure DirectRabbitListenerContainerFactoryConfigurer with sensible defaults.
DirectRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
Creates a new configurer that will use the given rabbitProperties.
DISABLED - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Disable leak detection completely.
dispatcherServlet(WebMvcProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for the Spring DispatcherServlet.
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() - 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.
dispatcherServletRegistration(DispatcherServlet, WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DispatcherServletRegistrationBean - Class in org.springframework.boot.autoconfigure.web.servlet
ServletRegistrationBean for the auto-configured DispatcherServlet.
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() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DriverConfigLoaderBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
Callback interface that can be implemented by beans wishing to customize the DriverConfigLoader through a DriverConfigLoaderBuilderCustomizer whilst retaining default auto-configuration.
dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DslContextConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DUPS_OK - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
Similar to auto acknowledgment except that said acknowledgment is lazy.

E

ElasticsearchClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch
Auto-configuration for Elasticsearch's Java client.
ElasticsearchClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchClientAutoConfiguration
 
ElasticsearchConnectionDetails - Interface in org.springframework.boot.autoconfigure.elasticsearch
Details required to establish a connection to an Elasticsearch service.
ElasticsearchConnectionDetails.Node - Record Class in org.springframework.boot.autoconfigure.elasticsearch
An Elasticsearch node.
ElasticsearchConnectionDetails.Node.Protocol - Enum Class in org.springframework.boot.autoconfigure.elasticsearch
Connection protocol.
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.elasticsearch
Configuration properties for Elasticsearch.
ElasticsearchProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
ElasticsearchProperties.Restclient - Class in org.springframework.boot.autoconfigure.elasticsearch
 
ElasticsearchProperties.Restclient.Sniffer - Class in org.springframework.boot.autoconfigure.elasticsearch
 
ElasticsearchProperties.Restclient.Ssl - Class in org.springframework.boot.autoconfigure.elasticsearch
 
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
 
ElasticsearchRestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch
Auto-configuration for Elasticsearch REST clients.
ElasticsearchRestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
EMBEDDED - Enum constant in enum class 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() - 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) - 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
 
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 Interface 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 interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
Environment property that can be used to override when auto-configuration is enabled.
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, WebProperties, ServerProperties, ObjectProvider<WebFluxRegistrations>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
EnableWebMvcConfiguration(WebMvcProperties, WebProperties, ObjectProvider<WebMvcRegistrations>, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>, ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
Endpoint() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
Endpoint() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
entityManagerFactory(EntityManagerFactoryBuilder, PersistenceManagedTypes) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
entityManagerFactoryBootstrapExecutorCustomizer(Map<String, 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.orm.jpa
BeanFactoryPostProcessor that can be used to dynamically declare that all EntityManagerFactory beans should "depend on" one or more specific beans.
EntityManagerFactoryDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor
Creates a new EntityManagerFactoryDependsOnPostProcessor that will set up dependencies upon beans with the given types.
EntityManagerFactoryDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor
Creates a new EntityManagerFactoryDependsOnPostProcessor that will set up dependencies upon beans with the given names.
EntityScan - Annotation Interface 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
 
EnvironmentBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
Callback interface that can be implemented by beans wishing to customize the auto-configured Environment that is created by an EnvironmentBuilder.
EQUAL_OR_NEWER - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Equal to, or newer than the specified JavaVersion.
equals(Object) - Method in record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
Indicates whether some other object is "equal to" this one.
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
 
equals(Object) - Method in record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Indicates whether some other object is "equal to" this one.
error(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
Error() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 
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 through an MVC error controller.
ErrorMvcAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
 
errorPageCustomizer(DispatcherServletPath) - 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.IncludeAttribute - Enum Class in org.springframework.boot.autoconfigure.web
Include error attributes options.
ErrorProperties.IncludeStacktrace - Enum Class 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, WebProperties, ObjectProvider<ViewResolver>, ServerCodecConfigurer, ApplicationContext) - 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 through a WebFlux WebExceptionHandler.
ErrorWebFluxAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 
exception(ExecuteContext) - Method in class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
 
exchangeStrategiesCustomizer(ObjectProvider<CodecCustomizer>) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
 
exclude() - Element in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
Exclude specific auto-configuration classes such that they will never be applied.
exclude() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
Exclude specific auto-configuration classes such that they will never be applied.
exclude() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
Exclude specific auto-configuration classes such that they will never be applied.
excludeName() - Element in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
Exclude specific auto-configuration class names such that they will never be applied.
excludeName() - Element in annotation interface 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.JobLauncherApplicationRunner
 
executionGraphQlService(GraphQlSource, BatchLoaderRegistry) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
 
exists(ResourcePatternResolver) - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
Determine if this template location exists using the specified ResourcePatternResolver.
EXPLICIT_ONLY - Enum constant in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
Refuse to decide implicit mode and instead throw an InvalidDefinitionException for ambiguous cases.
EXTENDED_NCSA - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
Extended NCSA format, as defined in CustomRequestLog#EXTENDED_NCSA_FORMAT.
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 

F

FAVICON - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
The "favicon.ico" resource.
File() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
FILTER - Enum constant in enum class 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.WebProperties.Resources.Chain.Strategy.Fixed
 
FIXED - Enum constant in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
Always use the configured locale.
flashMapManager() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
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
 
FlywayConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.flyway
Callback interface that can be implemented by beans wishing to customize the flyway configuration.
FlywayConnectionDetails - Interface in org.springframework.boot.autoconfigure.flyway
Details required for Flyway to establish a connection to an SQL service using JDBC.
FlywayDataSource - Annotation Interface 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, ObjectProvider<FlywayMigrationStrategy>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayMigrationInitializer - Class in org.springframework.boot.autoconfigure.flyway
InitializingBean used to trigger Flyway migration through the FlywayMigrationStrategy.
FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationStrategy - Interface in org.springframework.boot.autoconfigure.flyway
Strategy used to initialize Flyway migration.
FlywayProperties - Class in org.springframework.boot.autoconfigure.flyway
Configuration properties for Flyway database migrations.
FlywayProperties() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
FlywayProperties.Oracle - Class in org.springframework.boot.autoconfigure.flyway
OracleConfigurationExtension properties.
FlywayProperties.Postgresql - Class in org.springframework.boot.autoconfigure.flyway
PostgreSQLConfigurationExtension properties.
FlywayProperties.Sqlserver - Class in org.springframework.boot.autoconfigure.flyway
SQLServerConfigurationExtension properties.
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.
forLogLevel(LogLevel) - Static method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
Static factory method that creates a ConditionEvaluationReportLoggingListener which logs the report at the specified log level.
Format() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
Format() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
formatConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
formContentFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
forwardedHeaderTransformer() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
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.
FRAMEWORK - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Use Spring's support for handling forwarded headers.
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
 
FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.freemarker
 
fromBundle(String) - Method in interface org.springframework.boot.autoconfigure.web.client.RestClientSsl
Return a Consumer that will apply SSL configuration for the named SslBundle to a RestClient.Builder.
fromBundle(String) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientSsl
Return a Consumer that will apply SSL configuration for the named SslBundle to a WebClient.Builder.
fromBundle(SslBundle) - Method in interface org.springframework.boot.autoconfigure.web.client.RestClientSsl
Return a Consumer that will apply SSL configuration for the SslBundle to a RestClient.Builder.
fromBundle(SslBundle) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientSsl
Return a Consumer that will apply SSL configuration for the SslBundle to a WebClient.Builder.
Function() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 

G

generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
Creates the minimal transport parameters for an embedded transport configuration.
GENERIC - Enum constant in enum class 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(JksSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
Get an SslBundle for the given JksSslBundleProperties.
get(PemSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
Get an SslBundle for the given PemSslBundleProperties.
get(ApplicationContext, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
Return a Validator that only implements the Validator 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.Threads
 
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
 
getAccessMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
getAccessTokenFormat() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
getAccessTokenTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
getAcks() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getAckTime() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAcs() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getAdditionalHosts() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getAdditionalTldSkipPatterns() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAddress() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getAddresses() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
List of addresses to which the client should connect.
getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAddressShuffleMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAdmin() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getAdmin() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getAdminBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
Returns the list of bootstrap servers used for the admin.
getAdminUrl() - Method in interface org.springframework.boot.autoconfigure.pulsar.PulsarConnectionDetails
URL user to connect to the admin endpoint.
getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getAlias() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
 
getAll() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getAllowCredentials() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
getAllowedHeaders() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
getAllowedMethods() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
getAllowedOriginPatterns() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
getAllowedOrigins() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
getAnalytics() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
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
 
getAssertingparty() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getAsync() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getAsyncAcks() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAttempts() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the appropriate AnnotationAttributes from the AnnotationMetadata.
getAudiences() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getAuthentication() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getAuthentication() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
getAuthentication() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getAuthorizationCodeTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
getAuthorizationGrantType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getAuthorizationGrantTypes() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getAuthToken() - Method in interface org.springframework.boot.autoconfigure.neo4j.Neo4jConnectionDetails
Returns the token to use for authentication.
getAuthTokenManager() - Method in interface org.springframework.boot.autoconfigure.neo4j.Neo4jConnectionDetails
Returns the AuthTokenManager to use for authentication.
getAutoCommitInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAutoConfigurationEntry(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the AutoConfigurationImportSelector.AutoConfigurationEntry based on the AnnotationMetadata 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
 
getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
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
 
getBasePath() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getBatch() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBatchSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
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
 
getBinding() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
getBinding() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
getBinding() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
 
getBlockIfFullTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getBooleanParameter(HttpServletRequest, String) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getBootstrapMode() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The BootstrapMode for the particular repository support.
getBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
Returns the list of bootstrap servers.
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 interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionDetails
Broker URL to use.
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getBrokerUrl() - Method in interface org.springframework.boot.autoconfigure.pulsar.PulsarConnectionDetails
URL used to connect to the broker.
getBucket() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails.GridFs
GridFS bucket name.
getBucket() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
getBucketName() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
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
 
getBundle() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getBundle() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
 
getBundle() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getBundle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
getBundle() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
 
getBundle() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getBundle() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
 
getBundle() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties
 
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.pulsar.PulsarProperties.Producer
 
getCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
getCachecontrol() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
 
getCacheDuration() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getCacheMaxSizeBuffering() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
Deprecated, for removal: This API element is subject to removal in a future version.
getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCachePrivate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getCachePublic() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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.
getCertFile() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
getCertificate() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
 
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
getChain() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
getChangeConsumerThreadName() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getChannel() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getChannel() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getChannelRpcTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getCharset() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCharsetName() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getCherryPick() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getChunkedModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getCiphers() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
 
getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getCleanup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getClient() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
 
getClient() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getClient() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
getClientAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientAuthenticationMethods() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.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
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
getClientName() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
getClientRegistrations(OAuth2ClientProperties) - Static method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesRegistrationAdapter
Deprecated.
 
getClientRegistrationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
getClientType() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getCluster() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
Redis cluster configuration.
getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
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
 
getCompressionType() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
Deprecated, for removal: This API element is subject to removal in a future version.
getConcurrency() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getConcurrencyLimit() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
 
getConcurrencyLimit() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
 
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.
getConditionIf() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getConditionUnless() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
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.cassandra.CassandraProperties
 
getConfig() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
getConfigurableWebBindingInitializer(FormattingConversionService, Validator) - 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
 
getConfigureAction() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getConnection() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getConnection() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConnectionAcquisitionTimeout() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getConnectionDetails(S) - Method in interface org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactory
Get the ConnectionDetails from the given source.
getConnectionDetails(S, boolean) - Method in class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
Return a Map of ConnectionDetails interface type to ConnectionDetails instance created from the factories associated with the given source.
getConnectionFactoryOptions() - Method in interface org.springframework.boot.autoconfigure.r2dbc.R2dbcConnectionDetails
Connection factory options for connecting to the database.
getConnectionIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getConnectionInitTimeout() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
 
getConnectionNameStrategy() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
 
getConnectionString() - Method in interface org.springframework.boot.autoconfigure.couchbase.CouchbaseConnectionDetails
Connection string used to locate the Couchbase cluster.
getConnectionString() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getConnectionString() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails
The ConnectionString for MongoDB.
getConnectionString() - Method in class org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getConnectRetries() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getConnectRetriesInterval() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getConsistency() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getConstructorDetector() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getConsumer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getConsumer() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getConsumerBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
Returns the list of bootstrap servers used for consumers.
getConsumersPerQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
getContactPoints() - Method in interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
Cluster node addresses.
getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getContent() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
 
getContentnegotiation() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getContentType() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
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
 
getContextPropagation() - Method in class org.springframework.boot.autoconfigure.reactor.ReactorProperties
 
getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getControlconnection() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
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.
getCookie() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
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
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
 
getCron() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getCustomFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
 
getDatabase() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
Database index used by the connection factory.
getDatabase() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
Database index used by the connection factory.
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getDatabase() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails.GridFs
GridFS database name.
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
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
 
getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getDataLocations() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
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
 
getDatatype() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDate() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
getDate() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDateTime() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
getDateTime() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
getDeadLetterPolicy() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
getDeadLetterTopic() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
getDecodeSlash() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getDecryption() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getDefaultDestination() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDefaultDomain() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getDefaultLeniency() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
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
 
getDefaults() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
getDelay() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
getDelayAfterFailure() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
 
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
 
getDetectEncoding() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getDetectionStrategy() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDeviceAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getDeviceCodeTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
getDeviceVerificationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
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
 
getDisconnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getDrainInterval() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getDriverClassName() - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
The name of the JDBC driver class.
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured driver or null if none was configured.
getDriverClassName() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
The name of the JDBC driver class.
getDriverClassName() - Method in interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
The name of the JDBC driver class.
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDryRunOutput() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getEmbeddedDatabaseConnection() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
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.amqp.RabbitProperties.Ssl
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
Return whether the resource chain is enabled.
getEnabledProtocols() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
 
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.info.ProjectInfoProperties.Build
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getEndpoint() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getEndpoint() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
getEntityId() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
getEntityId() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getEnum() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties.Datatype
 
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.integration.IntegrationProperties
 
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.
getErrorAttributeOptions(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
getErrorAttributeOptions(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
 
getErrorAttributes(HttpServletRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getErrorAttributes(ServerRequest, ErrorAttributeOptions) - 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.
getErrorOverrides() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Provide access to the error properties.
getErrorsParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
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
 
getExcludeAutoConfigurationsProperty() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Returns the auto-configurations excluded by the spring.autoconfigure.exclude property.
getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getExcludeFieldsWithoutExposeAnnotation() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getExclusionFilter() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
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
 
getExpireAfterAccess() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
getExposedHeaders() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
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.jdbc.JdbcProperties.Template
 
getFieldNamingPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getFile() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch
 
getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getFileExtensions() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
getFilename() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getFileStorageDirectory() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
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
 
getFirstAddress() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
Returns the first address.
getFixed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
 
getFixedDelay() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getFixedRate() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getFormat() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getForwardHeadersStrategy() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getFragmentSize() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getFullModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getFunction() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
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
 
getGraphiql() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
 
getGridfs() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getGridFs() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails
GridFS configuration.
getGridFs() - Method in class org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
 
getGroupId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getH2cMaxContentLength() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getHashingScheme() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
getHeadersCharset() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
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.amqp.RabbitProperties.Stream
 
getHost() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
Redis server host.
getHost() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
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
 
getHostHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
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.
getIdleBetweenPolls() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getIdleHttpConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
getIdlePartitionEventInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getIdleTimeBeforeConnectionTest() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getIdTokenSignatureAlgorithm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
getIgnoreMigrationPatterns() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getIgnorePaths() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
getImportGroup() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getIncludeBindingErrors() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getIncludeMessage() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
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
 
getInitialBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getInitialCapacity() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
getInitialDelay() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
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
 
getInitialPosition() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
getInitialSize() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getInitialSubscriptionName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
getInitQueryTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInspection() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
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.Remoteip
 
getInterval() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
 
getIntrospection() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
getIntrospectionUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getIo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getIo() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
 
getIsolationLevel() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getIsolationLevelForCreate() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
getIssuer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
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.batch.BatchProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJdbcProperties() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getJdbcUrl() - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
JDBC URL for the database or null if no Flyway-specific configuration is required.
getJdbcUrl() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
JDBC url for the database.
getJdbcUrl() - Method in interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
JDBC URL for the database or null if no Liquibase-specific configuration is required.
getJedis() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getJetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getJks() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
 
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.
getJobStoreType() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJsonNode() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties.Datatype
 
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
 
getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getJwsAlgorithms() - 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
 
getKeepAliveTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getKerberosCacheFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
getKerberosConfigFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getKerberosLoginFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
 
getKerberosTicket() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
getKey() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
 
getKey() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
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.ssl.JksSslBundleProperties
 
getKeystore() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
Deprecated, for removal: This API element is subject to removal in a future version.
getKeyStoreAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStoreCertificateChain() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStoreKey() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
Deprecated, for removal: This API element is subject to removal in a future version.
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.Timeouts
 
getKeyValueDurable() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getLabelFilter() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLdif() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getLeakDetection() - Method in class org.springframework.boot.autoconfigure.netty.NettyProperties
 
getLenient() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getLettuce() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getLicenseKey() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
getListener() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
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
 
getLocalDatacenter() - Method in interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
Datacenter that is considered "local".
getLocalDatacenter() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getLocale() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
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.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
getLocation() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
getLocation() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLocations() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
getLockRetryCount() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLogContainerConfig() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getLoggers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLoginModule() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getLogoutUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
getLongSerializationPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getLookupTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
getManagement() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getManagement() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getManagers() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
 
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.graphql.GraphQlProperties.Rsocket
 
getMappingPath() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getMappingResources() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getMaster() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
Name of the Redis server.
getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getMatchingStrategy() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
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
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.KeyValueCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.sql.init.OnDatabaseInitializationCondition
 
getMax() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getMax() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
getMaxAcquireTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxAge() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxBroadcastSubscribers() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
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
 
getMaxConcurrentRequests() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getMaxConnectionLifetime() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getMaxConnectionPoolSize() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxCookies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxCreateConnectionTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxDays() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getMaxDelay() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
getMaxDiskUsagePerPart() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxFramePayloadLength() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
getMaxHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxHeadersSize() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxHttpFormPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxHttpFormPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxHttpRequestHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getMaxHttpResponseHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxHttpResponseHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxIdleTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaximumSize() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
getMaxInboundMessageBodySize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getMaxInitialLineLength() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getMaxInMemorySize() - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
 
getMaxInMemorySize() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxKeepAliveRequests() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getMaxKeepAliveRequests() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxLifeTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxMessagesPerPoll() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getMaxParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxParts() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getMaxQueueCapacity() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getMaxQueueSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
getMaxRedeliverCount() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxRequestsPerSecond() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
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.r2dbc.R2dbcProperties.Pool
 
getMaxSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getMaxSwallowSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxTransactionRetryTime() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getMaxUnicastSubscribers() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
getMaxValidationTime() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMaxWait() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMbeanregistry() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMediaTypes() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Reactive
 
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
 
getMessageParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getMessageRoutingMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
getMetadataUri() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
getMin() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getMinConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getMinEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getMinSpare() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
getMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getMode() - Method in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
 
getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
getMode() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
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
 
getMultiplier() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
getMustRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getName() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getName() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
getName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
getName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getNamespace() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getNetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getNoAutoStartup() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
getNoCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getNodes() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Cluster
Nodes to bootstrap from.
getNodes() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
List of nodes.
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getNodes() - Method in interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
List of the Elasticsearch nodes to use.
getNonMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getNoPollThreshold() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getNoRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getNoStore() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getNoTransform() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
getObservationPatterns() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
getOidc() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getOpaquetoken() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
getOpenInView() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getOperationTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getOperationTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
getOptions() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getOptions() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
 
getOptions() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
getOptions() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getOracle() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOracleKerberosCacheFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
getOracleSqlplus() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
getOracleSqlplusWarn() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
getOracleWalletLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
getOrder() - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
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.BackgroundPreinitializer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
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.mongo.MongoPropertiesClientSettingsBuilderCustomizer
Deprecated.
 
getOrder() - Method in class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyVirtualThreadsWebServerFactoryCustomizer
 
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.TomcatVirtualThreadsWebServerFactoryCustomizer
 
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.JettyWebSocketReactiveWebServerCustomizer
 
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
 
getOutputQueryResults() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
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
 
getPageSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getParam() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
 
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 interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
Login to authenticate against the broker.
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getPassword() - Method in interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
Login password of the server.
getPassword() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPassword() - Method in interface org.springframework.boot.autoconfigure.couchbase.CouchbaseConnectionDetails
Cluster password.
getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getPassword() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
Login password of the redis server.
getPassword() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
Password for authenticating with sentinel(s).
getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getPassword() - Method in interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
Password for authentication with Elasticsearch.
getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getPassword() - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
Password for the database or null if no Flyway-specific configuration is required.
getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
Deprecated.
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured password or null if none was configured.
getPassword() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
Password for the database.
getPassword() - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionDetails
Login to authenticate against the broker.
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 interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
Password for the database or null if no Liquibase-specific configuration is required.
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.neo4j.Neo4jProperties.Authentication
 
getPassword() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getPassword() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
 
getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
 
getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
 
getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
 
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
 
getPathPrefix() - Method in interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
Prefix added to the path of every request sent to Elasticsearch.
getPathPrefix() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.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 class org.springframework.boot.autoconfigure.security.StaticResourceLocation
 
getPem() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
 
getPeriod() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
getPeriod() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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
 
getPlaceholderSeparator() - 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.batch.BatchProperties.Jdbc
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getPluginClassName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
 
getPoller() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
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.neo4j.Neo4jProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getPort() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPort() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
Redis server port.
getPort() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
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.rsocket.RSocketProperties.Server
 
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.Remoteip
 
getPostgresql() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPostLogoutRedirectUris() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
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
 
getPrinter() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
getPriority() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getPriorityLevel() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
getPrivateKey() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
getPrivateKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
getPrivateKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
getPrivateKeyPassword() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
getProblemdetails() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getProblemdetails() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getProcessorCache() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProducer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProducer() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getProducerBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
Returns the list of bootstrap servers used for producers.
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
 
getProperties() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getProtocols() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
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() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
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.sendgrid.SendGridProperties
 
getProxyRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getPublicKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getPublisherConfirmType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
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
 
getQueryTimeout() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getQueueCapacity() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getQuietPeriod() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
 
getRabbitProperties() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
getRabbitProperties() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
 
getReactive() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getReactive() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getReactive() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getReader() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getReadOnlyHeaders() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
getReadTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
getRealm() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRedirectUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getRedirectUris() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
getRedis() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getRefresh() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster
 
getRefreshTokenTimeToLive() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
getRegistration() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
getRegistration() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
getRegistration() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
 
getRegistrationPolicy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
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.
getRelaxedPathChars() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRelaxedQueryChars() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRemoteip() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getRepeatableSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getReplicaSetName() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getReplicationFactor() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
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.
getRepositoryType() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getRequest() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getRequestedChannelMax() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
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.AntPathRequestMatcherProvider
 
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.pulsar.PulsarProperties.Admin
 
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.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
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
 
getResources() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
getResponseUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
 
getRestclient() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
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
 
getRetry() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getRetryLetterTopic() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
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
 
getRsocket() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
 
getRsocket() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getSchedulerName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
getSchema() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
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
 
getSchemaLocations() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSchemaType() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
getScope() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getScopeName() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getScopes() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
getScriptPlaceholderPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getScriptPlaceholderSuffix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSearch() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getSecurity() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getSelectors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
getSendTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getSendTimeout() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
getSentinel() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
Redis sentinel configuration.
getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getSeparator() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getSerialConsistency() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getSerializeNulls() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getServer() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
 
getServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
getServer() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties
 
getServer() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getServiceUrl() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
getServiceUrl() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
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
 
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.jms.JmsProperties.Listener
 
getSession() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getSessionCacheSize() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
getSessionName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
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
 
getSettings(DataSource, BatchProperties.Jdbc) - Static method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
Adapts Spring Batch JDBC properties to DatabaseInitializationSettings replacing any @@platform@@ placeholders.
getSettings(DataSource, QuartzProperties) - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
Adapts Quartz properties to DatabaseInitializationSettings replacing any @@platform@@ placeholders.
getSettings(SqlInitializationProperties) - Static method in class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
Adapts SQL initialization properties to DatabaseInitializationSettings.
getSettings(SqlInitializationProperties) - Static method in class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
Adapts SQL initialization properties to DatabaseInitializationSettings.
getShowSummary() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getShowSummaryOutput() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getShutdownQuietPeriod() - Method in class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties
 
getShutdownTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getSigning() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getSignRequest() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
getSimple() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getSimple() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getSimple() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getSinglelogout() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
getSinglelogout() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getSinglesignon() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
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
 
getSkipExecutingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSMaxAge() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getSniffer() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient
 
getSocket() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
getSocketTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
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
 
getSpec() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
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
 
getSqlplus() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
getSqlplusWarn() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
getSqlserver() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlServerKerberosLoginFile() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
getSsl() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getSsl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient
 
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.mongo.MongoProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getStaleIfError() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getStaleWhileRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
getStandalone() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
Redis standalone configuration.
getStartupDelay() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getStateDir() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getStateStoreCacheMaxSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
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
 
getStores() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
 
getStrategy() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
getStream() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getStream() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getStream() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getStreams() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getStreamsBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
Returns the list of bootstrap servers used for Kafka Streams.
getSubscription() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
getSubscriptionName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
getSubscriptionRolePrefix() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
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.Jdbc
 
getTablespace() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTag() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
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() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
getTemplate(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
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
 
getThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getThrottler() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getTime() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
getTime() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
getTimeBetweenEvictionRuns() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Controlconnection
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
getTimeoutPerShutdownPhase() - Method in class org.springframework.boot.autoconfigure.context.LifecycleProperties
 
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
 
getToken() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
getTokenEndpointAuthenticationSigningAlgorithm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
getTokenIntrospectionUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getTokenRevocationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getTopic() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry
 
getTopicName() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getTopics() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
getTopics() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
getTopicsMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
getTopicsPattern() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getTransacted() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
getTransactionalLock() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
 
getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
getTransport() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrustedProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
getTruststore() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
 
getTruststore() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
 
getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStoreAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStoreCertificates() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
 
getTrustStrategy() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
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.cassandra.CassandraProperties.Throttler
 
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
 
getType() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
getType() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
getType() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
getTypeKey() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getTypeMappings() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
 
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
 
getUndoSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUri() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUri() - Method in interface org.springframework.boot.autoconfigure.neo4j.Neo4jConnectionDetails
Returns the URI of the Neo4j server.
getUri() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
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
Deprecated.
 
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
 
getUrl() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
getUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
 
getUrlCharset() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
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
Deprecated.
 
getUser() - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionDetails
Login user to authenticate to the broker.
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
 
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
 
getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
getUsername() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
Login user to authenticate to the broker.
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getUsername() - Method in interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
Login user of the server.
getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getUsername() - Method in interface org.springframework.boot.autoconfigure.couchbase.CouchbaseConnectionDetails
Cluster username.
getUsername() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getUsername() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails
Login username of the redis server.
getUsername() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
Login username for authenticating with sentinel(s).
getUsername() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getUsername() - Method in interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
Username for authentication with Elasticsearch.
getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
getUsername() - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails
Username for the database or null if no Flyway-specific configuration is required.
getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured username or null if none was configured.
getUsername() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
Username for the database.
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 interface org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails
Username for the database or null if no Liquibase-specific configuration is required.
getUsername() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
getUsername() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
getUserNameAttribute() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUuidRepresentation() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getValidation() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getValidationDepth() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
getValue() - Method in enum class 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
 
getVerification() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
getVerifyHostname() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getVersion() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.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.mustache.MustacheProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getVirtualHost() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
Virtual host to use when connecting to the broker.
getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
getVisibility() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getWalletLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
getWatch() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
 
getWebAdminPassword() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
getWebjarsPathPattern() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getWebjarsPathPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getWebsocket() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
 
getWhitelabel() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getWorker() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
 
getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getXaDataSourceClassName() - Method in interface org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails
Returns the name of the XA DataSource class.
Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
gitProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
Graphiql() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
 
GraphQlAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql
Auto-configuration for creating a Spring GraphQL base infrastructure.
GraphQlAutoConfiguration(ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
 
GraphQlCorsProperties - Class in org.springframework.boot.autoconfigure.graphql
Configuration properties for GraphQL endpoint's CORS support.
GraphQlCorsProperties() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
GraphQlEndpointCorsConfiguration(GraphQlProperties, GraphQlCorsProperties) - Constructor for class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration
 
GraphQlEndpointCorsConfiguration(GraphQlProperties, GraphQlCorsProperties) - Constructor for class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration
 
graphQlHttpHandler(WebGraphQlHandler) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
 
graphQlHttpHandler(WebGraphQlHandler) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
 
GraphQlProperties - Class in org.springframework.boot.autoconfigure.graphql
Properties for Spring GraphQL.
GraphQlProperties() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
 
GraphQlProperties.Graphiql - Class in org.springframework.boot.autoconfigure.graphql
 
GraphQlProperties.Rsocket - Class in org.springframework.boot.autoconfigure.graphql
 
GraphQlProperties.Schema - Class in org.springframework.boot.autoconfigure.graphql
 
GraphQlProperties.Schema.Inspection - Class in org.springframework.boot.autoconfigure.graphql
 
GraphQlProperties.Schema.Introspection - Class in org.springframework.boot.autoconfigure.graphql
 
GraphQlProperties.Schema.Printer - Class in org.springframework.boot.autoconfigure.graphql
 
GraphQlProperties.Websocket - Class in org.springframework.boot.autoconfigure.graphql
 
GraphQlQueryByExampleAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
Auto-configuration that creates a GraphQlSourceBuilderCustomizers to detect Spring Data repositories with Query By Example support and register them as DataFetchers for any queries with a matching return type.
GraphQlQueryByExampleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlQueryByExampleAutoConfiguration
 
GraphQlQuerydslAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
Auto-configuration that creates a GraphQlSourceBuilderCustomizers to detect Spring Data repositories with Querydsl support and register them as DataFetchers for any queries with a matching return type.
GraphQlQuerydslAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlQuerydslAutoConfiguration
 
GraphQlReactiveQueryByExampleAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
Auto-configuration that creates a GraphQlSourceBuilderCustomizers to detect Spring Data repositories with Query By Example support and register them as DataFetchers for any queries with a matching return type.
GraphQlReactiveQueryByExampleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQueryByExampleAutoConfiguration
 
GraphQlReactiveQuerydslAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.data
Auto-configuration that creates a GraphQlSourceBuilderCustomizers to detect Spring Data repositories with Querydsl support and register them as DataFetchers for any queries with a matching return type.
GraphQlReactiveQuerydslAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQuerydslAutoConfiguration
 
graphQlRouterFunction(GraphQlHttpHandler, GraphQlSource, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
 
graphQlRouterFunction(GraphQlHttpHandler, GraphQlSource, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
 
GraphQlRSocketAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.rsocket
Auto-configuration for enabling Spring GraphQL over RSocket.
GraphQlRSocketAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.rsocket.GraphQlRSocketAutoConfiguration
 
graphQlRSocketController(GraphQlRSocketHandler) - Method in class org.springframework.boot.autoconfigure.graphql.rsocket.GraphQlRSocketAutoConfiguration
 
graphQlRSocketHandler(ExecutionGraphQlService, ObjectProvider<RSocketGraphQlInterceptor>, ObjectMapper) - Method in class org.springframework.boot.autoconfigure.graphql.rsocket.GraphQlRSocketAutoConfiguration
 
graphQlSource(ResourcePatternResolver, GraphQlProperties, ObjectProvider<DataFetcherExceptionResolver>, ObjectProvider<SubscriptionExceptionResolver>, ObjectProvider<Instrumentation>, ObjectProvider<RuntimeWiringConfigurer>, ObjectProvider<GraphQlSourceBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
 
GraphQlSourceBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.graphql
Callback interface that can be implemented by beans wishing to customize properties of Builder whilst retaining default auto-configuration.
GraphQlWebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.reactive
Auto-configuration for enabling Spring GraphQL over WebFlux.
GraphQlWebFluxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
 
GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration - Class in org.springframework.boot.autoconfigure.graphql.reactive
 
GraphQlWebFluxAutoConfiguration.WebSocketConfiguration - Class in org.springframework.boot.autoconfigure.graphql.reactive
 
GraphQlWebFluxSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.security
Auto-configuration for enabling Security support for Spring GraphQL with WebFlux.
GraphQlWebFluxSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebFluxSecurityAutoConfiguration
 
GraphQlWebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.servlet
Auto-configuration for enabling Spring GraphQL over Spring MVC.
GraphQlWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
 
GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration - Class in org.springframework.boot.autoconfigure.graphql.servlet
 
GraphQlWebMvcAutoConfiguration.WebSocketConfiguration - Class in org.springframework.boot.autoconfigure.graphql.servlet
 
GraphQlWebMvcSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.security
Auto-configuration for enabling Security support for Spring GraphQL with MVC.
GraphQlWebMvcSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration
 
graphQlWebSocketEndpoint(GraphQlWebSocketHandler, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.WebSocketConfiguration
 
graphQlWebSocketHandler(WebGraphQlHandler, GraphQlProperties, HttpMessageConverters) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
 
graphQlWebSocketHandler(WebGraphQlHandler, GraphQlProperties, ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.WebSocketConfiguration
 
graphQlWebSocketMapping(GraphQlWebSocketHandler, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
 
Gridfs() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
GroovyMarkupConfiguration(ApplicationContext, GroovyTemplateProperties) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupConfigurer(ObjectProvider<MarkupTemplateEngine>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupViewResolver(GroovyTemplateProperties) - 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
 
GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.groovy.template
 
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() - 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
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 through GsonBuilder 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(H2ConsoleProperties, ObjectProvider<DataSource>) - 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() - 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
 
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.
hasBeenCustomized() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
hashCode() - Method in record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
Returns a hash code value for this object.
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
 
hashCode() - Method in record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Returns a hash code value for this object.
HateoasProperties - Class in org.springframework.boot.autoconfigure.hateoas
Properties for Spring HATEOAS.
HateoasProperties() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
havingValue() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
The string representation of the expected value for the properties.
HAZELCAST - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Hazelcast backed caching.
HAZELCAST_CONFIG_PROPERTY - Static variable in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
HazelcastAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast IMDG.
HazelcastAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration
 
HazelcastConfigCustomizer - Interface in org.springframework.boot.autoconfigure.hazelcast
Callback interface that can be implemented by beans wishing to customize the Hazelcast server configuration.
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
 
HazelcastJpaDependencyAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Additional configuration to ensure that EntityManagerFactory beans depend on the hazelcastInstance bean.
HazelcastJpaDependencyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastProperties - Class in org.springframework.boot.autoconfigure.hazelcast
Configuration properties for the hazelcast integration.
HazelcastProperties() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
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
 
host() - Method in record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
Returns the value of the host record component.
host() - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
Returns the value of the host record component.
host() - Method in record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
Returns the value of the host record component.
hostname() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Returns the value of the hostname record component.
HTTP - Enum constant in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
HTTP.
HttpEncodingAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for configuring the encoding to use in web applications.
HttpEncodingAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
httpHandler(ObjectProvider<WebFluxProperties>) - Method in class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 
HttpHandlerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for HttpHandler.
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 HttpMessageConverters 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 for HttpMessageConverters.
HttpMessageConvertersAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
 
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.http
 
HttpMessageConvertersRestClientCustomizer - Class in org.springframework.boot.autoconfigure.web.client
RestClientCustomizer to apply HttpMessageConverters.
HttpMessageConvertersRestClientCustomizer(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer
 
HTTPS - Enum constant in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
HTTPS.
HypermediaAutoConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS's @EnableHypermediaSupport.
HypermediaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration
 
HypermediaAutoConfiguration.HypermediaConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 
HypermediaConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 

I

id() - Method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
 
IGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME - Static variable in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
System property that instructs Spring Boot how to run pre initialization.
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
ignored() - Element in annotation interface 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 WebSecurityCustomizer that ignores standard static resource paths.
ignoredType() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type names of beans that should be ignored when identifying matching beans.
IMAGES - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/images".
IMPERATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
Enables imperative repositories.
ImportAutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
Import and apply the specified auto-configuration classes.
INDEXED - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
Auto-configure a RedisIndexedSessionRepository.
Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
INFINISPAN - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Infinispan backed caching.
InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Infinispan cache configuration.
InfinispanCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
infinispanCacheManager(CacheProperties, ObjectProvider<ConfigurationBuilder>) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
influxDb(InfluxDbProperties, ObjectProvider<InfluxDbOkHttpClientBuilderProvider>, ObjectProvider<InfluxDbCustomizer>) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
Deprecated.
 
InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
InfluxDbAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
Deprecated.
 
InfluxDbCustomizer - Interface in org.springframework.boot.autoconfigure.influx
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
InfluxDbProperties - Class in org.springframework.boot.autoconfigure.influx
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the new InfluxDB Java client and its own Spring Boot integration.
InfluxDbProperties() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
Deprecated.
 
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.
inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 
Inspection() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Inspection
 
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
 
IntegrationAutoConfiguration.IntegrationRSocketConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration RSocket configuration.
IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration - Class in org.springframework.boot.autoconfigure.integration
Expose a standard ThreadPoolTaskScheduler if the user has not enabled task scheduling explicitly.
IntegrationComponentScanConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
 
IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
 
integrationDataSourceInitializer(DataSource, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
 
IntegrationDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.integration
DataSourceScriptDatabaseInitializer for the Spring Integration database.
IntegrationDataSourceScriptDatabaseInitializer(DataSource, IntegrationProperties.Jdbc) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
IntegrationDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
integrationGlobalProperties(IntegrationProperties) - Static method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
 
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(BeanFactory, JmxProperties) - 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.Channel - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.Endpoint - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.Error - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.Jdbc - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.Management - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.Poller - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.RSocket - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.RSocket.Client - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationProperties.RSocket.Server - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationRSocketClientConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
 
IntegrationRSocketConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration
 
IntegrationRSocketServerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
 
IntegrationTaskSchedulerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
 
Introspection() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Introspection
 
inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return the inverse of the specified condition outcome.
Io() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
isActive(Environment) - Method in enum class org.springframework.boot.autoconfigure.thread.Threading
Determines whether the threading is active.
isAdaptive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
isAllowCaching() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
isAllowCoreThreadTimeout() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
isAllowEncodedSlash() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
Deprecated, for removal: This API element is subject to removal in a future version.
isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAlwaysSetKeepAlive() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isAppend() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isAutoCreate() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
isAutoCreate() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
isAutoIndexCreation() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
isBaselineOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isBatchingEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
isBindingErrorsEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Check whether the errors attribute has been set on the given request.
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.mustache.MustacheProperties.Servlet
 
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.WebProperties.Resources.Chain
 
isCacheNullValues() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isCheckExists() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isCheckTemplate() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isChunkingEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
isCleanDisabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCleanOnValidationError() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isClearChecksums() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isCompress() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
isCompressed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
isConsumerBatchEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
isConsumers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isContinueOnError() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
isCreateSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isDeBatchingEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
isDecodeUrl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isDefaultLoggingEnabled() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
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
 
isDynamicRefreshSources() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
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.cassandra.CassandraProperties.Ssl
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Inspection
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Introspection
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Printer
 
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.kafka.KafkaProperties.Retry.Topic
 
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.mongo.MongoProperties.Ssl
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
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.reactive.WebFluxProperties.Problemdetails
 
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.Tomcat.Mbeanregistry
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Problemdetails
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
 
isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
isEnableSpringElCompiler() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isEnableStatistics() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isEncrypted() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
isExecuteInTransaction() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isFailFast() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
isFailFast() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
isFailOnMissingLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isFavorParameter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
isForceStop() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
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
 
isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
isGroup() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isHandlePing() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
isHostnameVerificationEnabled() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
isIgnoreFailures() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 
isIgnoreNameNotFoundException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
isIgnorePartialResultException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
isIgnoreSizeLimitExceededException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
isImmediateStop() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
isIncludeBindingErrors(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Determine if the errors attribute should be included.
isIncludeBindingErrors(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Determine if the errors attribute should be included.
isIncludeException() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
isIncludeMessage(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Determine if the message attribute should be included.
isIncludeMessage(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Determine if the message attribute should be included.
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.
isIpv6Canonical() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Returns if a JTA PlatformTransactionManager is being used.
isLogLeakedSessions() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
 
isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return true if the outcome was a match.
isMessageEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Check whether the message attribute has been set on the given request.
isMessageMappingEnabled() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
 
isMetricsEnabled() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
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
 
isMissingTopicsFatal() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
isMixed() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isModifyTopicConfigs() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
isNativeListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
 
isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isObservationEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
isObservationEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
isObservationEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
isObservationsEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Template
 
isOneIndexedParameters() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
isOnShutdown() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
 
isOnStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
 
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
 
isPreservePathOnForward() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isProducePartialOutputWhileProcessing() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
isProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isPropagateFailures() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
isPropagateStopFailures() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
isPublisherReturns() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPublishRequestHandledEvents() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
isRandomBackOff() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
isReadCompacted() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
isReadCompacted() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
isRegisterDefaultServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
isRejectIllegalHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated, for removal: This API element is subject to removal in a future version.
isReloadOnUpdate() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
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
 
isRequireAuthorizationConsent() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
isRequireProofKey() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
isRequireSubscribers() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 
isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
isRetryEnable() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
isReuseRefreshTokens() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
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
 
isSignRequest() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
isSkipDefaultCallbacks() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isSkipDefaultResolvers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isSocketKeepAlive() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
isStateless() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
isStrictServletCompliance() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
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 given view.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
 
isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
Deprecated, for removal: This API element is subject to removal in a future version.
isThrowExceptionOnLateReply() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
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.
isTransacted() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
isUniqueNames() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
isUseAnonymousProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isUseCodeAsDefaultMessage() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isUseKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isUseLastModified() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
 
isUseRelativeRedirects() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
isValidateHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
isValidateMigrationNaming() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isValidateOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isValidateServerCertificate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
isVerifyKeys() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
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 through Jackson2ObjectMapperBuilder retaining its default auto-configuration.
JacksonAutoConfiguration - Class in org.springframework.boot.autoconfigure.jackson
Auto configuration for Jackson.
JacksonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
jacksonCborRSocketStrategyCustomizer(Jackson2ObjectMapperBuilder) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
 
JacksonCborStrategyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
 
jacksonJsonRSocketStrategyCustomizer(ObjectMapper) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
 
JacksonJsonStrategyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
 
JacksonProperties - Class in org.springframework.boot.autoconfigure.jackson
Configuration properties to configure Jackson.
JacksonProperties() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
JacksonProperties.ConstructorDetectorStrategy - Enum Class in org.springframework.boot.autoconfigure.jackson
 
JacksonProperties.Datatype - Class in org.springframework.boot.autoconfigure.jackson
 
JAVA_SCRIPT - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/js".
JCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
JCACHE - Enum constant in enum class 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.batch.BatchProperties.Jdbc
 
Jdbc() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
Jdbc() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
JDBC - Enum constant in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
Store jobs in the database.
JdbcClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for JdbcClient.
JdbcClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration
 
JdbcConnectionDetails - Interface in org.springframework.boot.autoconfigure.jdbc
Details required to establish a connection to an SQL service using JDBC.
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
 
JdbcSessionDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.session
DataSourceScriptDatabaseInitializer for the Spring Session JDBC database.
JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, JdbcSessionProperties) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
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
Auto-configuration for JdbcTemplate and NamedParameterJdbcTemplate.
JdbcTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
JdkDynamicAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
 
Jedis() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
JEDIS - Enum constant in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
Use the Jedis redis client.
JedisClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
Callback interface that can be implemented by beans wishing to customize the JedisClientConfiguration through a JedisClientConfiguration.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 Class in org.springframework.boot.autoconfigure.jersey
 
jerseyServletRegistration(JerseyApplicationPath) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyWebApplicationInitializer() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
Jetty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
JettyVirtualThreadsWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
Activates virtual threads on the ConfigurableJettyWebServerFactory.
JettyVirtualThreadsWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.JettyVirtualThreadsWebServerFactoryCustomizer
 
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
 
JettyWebSocketReactiveWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.reactive
WebSocket customizer for JettyReactiveWebServerFactory.
JettyWebSocketReactiveWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.reactive.JettyWebSocketReactiveWebServerCustomizer
 
JettyWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
WebSocket customizer for JettyServletWebServerFactory.
JettyWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
JksSslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
SslBundleProperties for Java keystores.
JksSslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
 
JksSslBundleProperties.Store - Class in org.springframework.boot.autoconfigure.ssl
Store properties.
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
 
jmsConnectionFactory(JmsProperties) - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
jmsMessagingTemplate(JmsProperties, 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 in JmsPoolConnectionFactoryProperties.
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.Cache - Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.DeliveryMode - Enum Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Listener - Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Listener.Session - Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Template - Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Template.Session - Class in org.springframework.boot.autoconfigure.jms
 
jmsTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmsTemplateConfiguration(JmsProperties, ObjectProvider<DestinationResolver>, ObjectProvider<MessageConverter>) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.jmx
Auto-configuration to enable/disable Spring's @EnableMBeanExport mechanism based on configuration properties.
JmxAutoConfiguration(JmxProperties) - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
JmxProperties - Class in org.springframework.boot.autoconfigure.jmx
Configuration properties for JMX.
JmxProperties() - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
JndiConnectionFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS provided from JNDI.
JndiConnectionFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
JndiDataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for a JNDI located DataSource.
JndiDataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
Job() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
JobExecutionEvent - Class in org.springframework.boot.autoconfigure.batch
Spring ApplicationEvent encapsulating a JobExecution.
JobExecutionEvent(JobExecution) - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Create a new JobExecutionEvent instance.
jobExecutionExitCodeGenerator() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobExecutionExitCodeGenerator - Class in org.springframework.boot.autoconfigure.batch
ExitCodeGenerator for JobExecutionEvents.
JobExecutionExitCodeGenerator() - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
jobLauncherApplicationRunner(JobLauncher, JobExplorer, JobRepository, BatchProperties) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobLauncherApplicationRunner - Class in org.springframework.boot.autoconfigure.batch
ApplicationRunner to launch Spring Batch jobs.
JobLauncherApplicationRunner(JobLauncher, JobExplorer, JobRepository) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
JobStoreType - Enum Class in org.springframework.boot.autoconfigure.quartz
Define the supported Quartz JobStore.
JooqAutoConfiguration - Class in org.springframework.boot.autoconfigure.jooq
JooqAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqAutoConfiguration.DslContextConfiguration - Class in org.springframework.boot.autoconfigure.jooq
 
jooqConfiguration(JooqProperties, ConnectionProvider, DataSource, ObjectProvider<TransactionProvider>, ObjectProvider<ExecuteListenerProvider>, ObjectProvider<DefaultConfigurationCustomizer>) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
JooqExceptionTranslator - Class in org.springframework.boot.autoconfigure.jooq
Transforms SQLException into a Spring-specific DataAccessException.
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>) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaBaseConfiguration.JpaWebConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 
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(JpaProperties) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
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
JtaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration
 
JwkSetUriJwtDecoderBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
Callback interface for the customization of the NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder used to create the auto-configured JwtDecoder for a JWK set URI that has been configured directly or obtained through an issuer URI.
JwkSetUriReactiveJwtDecoderBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
Callback interface for the customization of the NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder used to create the auto-configured ReactiveJwtDecoder for a JWK set URI that has been configured directly or obtained through an issuer URI.
Jwt() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 

K

kafkaAdmin(KafkaConnectionDetails, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
KafkaAutoConfiguration - Class in org.springframework.boot.autoconfigure.kafka
Auto-configuration for Apache Kafka.
KafkaConnectionDetails - Interface in org.springframework.boot.autoconfigure.kafka
Details required to establish a connection to a Kafka service.
kafkaConsumerFactory(KafkaConnectionDetails, ObjectProvider<DefaultKafkaConsumerFactoryCustomizer>, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaJaasInitializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaProducerFactory(KafkaConnectionDetails, ObjectProvider<DefaultKafkaProducerFactoryCustomizer>, ObjectProvider<SslBundles>) - 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.Cleanup - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Consumer - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.IsolationLevel - Enum 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 Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Producer - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Retry - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Retry.Topic - Class in org.springframework.boot.autoconfigure.kafka
Properties for non-blocking, topic-based retries.
KafkaProperties.Security - 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
 
kafkaRetryTopicConfiguration(KafkaTemplate<?, ?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaTemplate(ProducerFactory<Object, Object>, ProducerListener<Object, Object>, ObjectProvider<RecordMessageConverter>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaTransactionManager(ProducerFactory<?, ?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
Key() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
 
keystore() - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
KeyValueCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Condition for creating a jwt decoder using a public key value.
KeyValueCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.KeyValueCondition
 

L

launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
LdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap
LdapAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
ldapContextSource(LdapProperties, Environment, ObjectProvider<DirContextAuthenticationStrategy>) - 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
 
LdapProperties.Template - Class in org.springframework.boot.autoconfigure.ldap
settings.
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(LdapProperties, ContextSource) - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
Lettuce() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
LETTUCE - Enum constant in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
Use the Lettuce redis client.
LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
Callback interface that can be implemented by beans wishing to customize the LettuceClientConfiguration through a LettuceClientConfiguration.LettuceClientConfigurationBuilder whilst retaining default auto-configuration.
LifecycleAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration relating to the application context's lifecycle.
LifecycleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
 
LifecycleProperties - Class in org.springframework.boot.autoconfigure.context
Configuration properties for lifecycle processing.
LifecycleProperties() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleProperties
 
LIMITED - Enum constant in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
Context Propagation is only applied to "tap" and "handle" Reactor operators.
liquibase(ObjectProvider<DataSource>, ObjectProvider<DataSource>, LiquibaseProperties, LiquibaseConnectionDetails) - 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
 
LiquibaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseConnectionDetails - Interface in org.springframework.boot.autoconfigure.liquibase
Details required for Liquibase to establish a connection to an SQL service using JDBC.
LiquibaseDataSource - Annotation Interface 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
 
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() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
LISTENER - Enum constant in enum class 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
 
localeContextResolver() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
localeResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
logError(ServerRequest, ServerResponse, Throwable) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Logs the throwable error for the given request and response exchange.
logOutcome(String, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
LZ4 - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Requires 'net.jpountz.lz4:lz4'.

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
 
Management() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
mappingMongoConverter(MongoMappingContext, MongoCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
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() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
Specify if the condition should match if the property is not set.
mbeanExporter(ObjectNamingStrategy, BeanFactory) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
Mbeanregistry() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
 
mbeanServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
mediaTypeNotAcceptable(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - Constructor for class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
MEMORY - Enum constant in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
Store jobs in memory.
merge(Set<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
 
messageConverters(ObjectProvider<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
 
messageDispatcherServlet(ApplicationContext, WebServicesProperties) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
messageHandler(RSocketStrategies, ObjectProvider<RSocketMessageHandlerCustomizer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
 
messageKeyType() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Returns the value of the messageKeyType record component.
messageSource(MessageSourceProperties) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration for MessageSource.
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
 
messageType() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Returns the value of the messageType record component.
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
methodValidationPostProcessor(Environment, ObjectProvider<Validator>, ObjectProvider<MethodValidationExcludeFilter>) - 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(ObjectProvider<MongoClientSettingsBuilderCustomizer>, MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
MongoAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
A factory for a blocking MongoClient.
MongoClientFactory(List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
Construct a factory for creating a blocking MongoClient.
MongoClientFactorySupport<T> - Class in org.springframework.boot.autoconfigure.mongo
Base class for setup that is common to MongoDB client factories.
MongoClientFactorySupport(List<MongoClientSettingsBuilderCustomizer>, BiFunction<MongoClientSettings, MongoDriverInformation, T>) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
 
MongoClientSettingsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.mongo
Callback interface that can be implemented by beans wishing to customize the MongoClientSettings through a MongoClientSettings.Builder whilst retaining default auto-configuration.
MongoConnectionDetails - Interface in org.springframework.boot.autoconfigure.mongo
Details required to establish a connection to a MongoDB service.
MongoConnectionDetails.GridFs - Interface in org.springframework.boot.autoconfigure.mongo
GridFS configuration.
MongoDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's mongo support.
MongoDataAutoConfiguration() - Constructor for 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
 
MongoProperties.Gridfs - Class in org.springframework.boot.autoconfigure.mongo
 
MongoProperties.Ssl - Class in org.springframework.boot.autoconfigure.mongo
 
MongoPropertiesClientSettingsBuilderCustomizer - Class in org.springframework.boot.autoconfigure.mongo
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.1.0 for removal in 3.3.0 in favor of StandardMongoClientSettingsBuilderCustomizer
MongoPropertiesClientSettingsBuilderCustomizer(MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
Deprecated.
 
MongoReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
Auto-configuration for Reactive Mongo.
MongoReactiveAutoConfiguration() - 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.
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
 
MultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for multipart 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, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
mustacheCompiler(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheProperties - Class in org.springframework.boot.autoconfigure.mustache
@ConfigurationProperties for Mustache.
MustacheProperties() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
MustacheProperties.Reactive - Class in org.springframework.boot.autoconfigure.mustache
 
MustacheProperties.Servlet - Class in org.springframework.boot.autoconfigure.mustache
 
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
 
mvcValidator() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 

N

name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
The names of the auto-configure classes that should have already been applied.
name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
The names of the auto-configure classes that should have not yet been applied.
name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The names of beans to check.
name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnClass
The classes names that must be present.
name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The names of beans to check.
name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
The name of the properties to test.
nameGenerator() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
The BeanNameGenerator class to be used for naming detected components within the Spring container.
Naming() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
NATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Connect to a broker using the native Artemis protocol (i.e.
NATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Use the underlying container's native support for forwarded headers.
NCSA - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
NCSA format, as defined in CustomRequestLog#NCSA_FORMAT.
Neo4jAutoConfiguration - Class in org.springframework.boot.autoconfigure.neo4j
Neo4jAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jAutoConfiguration
 
neo4jClient(Driver, DatabaseSelectionProvider) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jConnectionDetails - Interface in org.springframework.boot.autoconfigure.neo4j
Details required to establish a connection to a Neo4j service.
neo4jConversions() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
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
 
Neo4jDataProperties - Class in org.springframework.boot.autoconfigure.data.neo4j
Configuration properties for Spring Data Neo4j.
Neo4jDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
 
neo4jDriver(Neo4jProperties, Environment, Neo4jConnectionDetails, ObjectProvider<ConfigBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jAutoConfiguration
 
neo4jMappingContext(Neo4jManagedTypes, Neo4jConversions) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jProperties - Class in org.springframework.boot.autoconfigure.neo4j
Configuration properties for Neo4j.
Neo4jProperties() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
Neo4jProperties.Authentication - Class in org.springframework.boot.autoconfigure.neo4j
 
Neo4jProperties.Pool - Class in org.springframework.boot.autoconfigure.neo4j
 
Neo4jProperties.Security - Class in org.springframework.boot.autoconfigure.neo4j
 
Neo4jProperties.Security.TrustStrategy - Enum Class in org.springframework.boot.autoconfigure.neo4j
 
Neo4jReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data's reactive Neo4j support.
Neo4jReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 
Neo4jReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data's Neo4j Reactive Repositories.
Neo4jReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveRepositoriesAutoConfiguration
 
Neo4jRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data's Neo4j Repositories.
Neo4jRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
 
neo4jTemplate(Neo4jClient, Neo4jMappingContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Netty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
NettyAutoConfiguration - Class in org.springframework.boot.autoconfigure.netty
NettyAutoConfiguration(NettyProperties) - Constructor for class org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration
 
NettyProperties - Class in org.springframework.boot.autoconfigure.netty
@ConfigurationProperties for the Netty engine.
NettyProperties() - Constructor for class org.springframework.boot.autoconfigure.netty.NettyProperties
 
NettyProperties.LeakDetection - Enum Class in org.springframework.boot.autoconfigure.netty
 
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 - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Never add error attribute.
NEVER - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Never add stacktrace information.
Node(String, int) - Constructor for record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
Creates an instance of a Node record class.
Node(String, int) - Constructor for record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
Creates an instance of a Node record class.
Node(String, int, ElasticsearchConnectionDetails.Node.Protocol) - Constructor for record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
 
Node(String, int, ElasticsearchConnectionDetails.Node.Protocol, String, String) - Constructor for record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Creates an instance of a Node record class.
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 - Enum constant in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Does not require that the message be logged to stable storage.
NONE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
No caching.
NONE - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
No compression.
NONE - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
No request throttling.
NONE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
Enables no repositories.
NONE - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
No not attempt to apply any custom Redis configuration.
NONE - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Ignore X-Forwarded-* headers.
NoneNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when none of the nested class conditions match.
NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
NORMAL - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Render with normal styling.
notAvailable(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is not available.
NOTIFY_KEYSPACE_EVENTS - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
Ensure that Redis Keyspace events for Generic commands and Expired events are enabled.

O

OAuth2AuthorizationServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
Auto-configuration for OAuth2 authorization server support.
OAuth2AuthorizationServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerAutoConfiguration
 
OAuth2AuthorizationServerJwtAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
Auto-configuration for JWT support for endpoints of the OAuth2 authorization server that require it (e.g.
OAuth2AuthorizationServerJwtAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration
 
OAuth2AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
OAuth 2.0 Authorization Server properties.
OAuth2AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
OAuth2AuthorizationServerProperties.Client - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
A registered client of the Authorization Server.
OAuth2AuthorizationServerProperties.Endpoint - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
Authorization Server endpoints.
OAuth2AuthorizationServerProperties.OidcEndpoint - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
OpenID Connect 1.0 endpoints.
OAuth2AuthorizationServerProperties.Registration - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
Client registration information.
OAuth2AuthorizationServerProperties.Token - Class in org.springframework.boot.autoconfigure.security.oauth2.server.servlet
Token settings of the registered client.
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.
OAuth2ClientPropertiesMapper - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Maps OAuth2ClientProperties to ClientRegistrations.
OAuth2ClientPropertiesMapper(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
Creates a new mapper for the given properties.
OAuth2ClientPropertiesRegistrationAdapter - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.1.0 for removal in 3.3.0 in favor of OAuth2ClientPropertiesMapper
OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
Auto-configuration for OAuth2 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
 
OAuth2ResourceServerProperties.Opaquetoken - 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) - Static method in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
Creates an AcknowledgeMode of the given mode.
of(String, int) - Static method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
 
of(String, int, int) - Static method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
 
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(String, String) - Static method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails.GridFs
Factory method to create a new MongoConnectionDetails.GridFs instance.
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.
of(Collection<? extends TransactionManagerCustomizer<?>>) - Static method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
Returns a new TransactionManagerCustomizers instance containing the given customizers.
of(Collection<ReactorNettyHttpClientMapper>) - Static method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
Return a new ReactorNettyHttpClientMapper composed of the given mappers.
of(ReactorNettyHttpClientMapper...) - Static method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
Return a new ReactorNettyHttpClientMapper composed of the given mappers.
OidcEndpoint() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
OLDER_THAN - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Older than the specified JavaVersion.
ON_PARAM - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Add error attribute when the appropriate request parameter is not "false".
ON_PARAM - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Add stacktrace attribute when the appropriate request parameter is not "false".
onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportListener
Handle an auto-configuration import event.
OnDatabaseInitializationCondition - Class in org.springframework.boot.autoconfigure.sql.init
Condition that checks if the database initialization of a particular component should be considered.
OnDatabaseInitializationCondition(String, String...) - Constructor for class org.springframework.boot.autoconfigure.sql.init.OnDatabaseInitializationCondition
Create a new instance with the name of the component and the property names to check, in order.
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
 
Opaquetoken() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
openEntityManagerInViewInterceptorConfigurer(OpenEntityManagerInViewInterceptor) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
Options() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
 
Options() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
Oracle() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
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.availability - package org.springframework.boot.autoconfigure.availability
Auto-configuration for application availability features.
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.codec - package org.springframework.boot.autoconfigure.codec
Auto-configuration for reactive codecs.
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.r2dbc - package org.springframework.boot.autoconfigure.data.r2dbc
Auto-Configuration for Spring Data R2DBC.
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.web - package org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's Web Support.
org.springframework.boot.autoconfigure.domain - package org.springframework.boot.autoconfigure.domain
General purpose domain annotations and classes.
org.springframework.boot.autoconfigure.elasticsearch - package org.springframework.boot.autoconfigure.elasticsearch
Auto-configuration for Elasticsearch client.
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.graphql - package org.springframework.boot.autoconfigure.graphql
Auto-configuration for Spring GraphQL.
org.springframework.boot.autoconfigure.graphql.data - package org.springframework.boot.autoconfigure.graphql.data
Auto-configuration classes for data integrations with GraphQL.
org.springframework.boot.autoconfigure.graphql.reactive - package org.springframework.boot.autoconfigure.graphql.reactive
Auto-configuration classes for WebFlux support in Spring GraphQL.
org.springframework.boot.autoconfigure.graphql.rsocket - package org.springframework.boot.autoconfigure.graphql.rsocket
Auto-configuration classes for RSocket integration with GraphQL.
org.springframework.boot.autoconfigure.graphql.security - package org.springframework.boot.autoconfigure.graphql.security
Auto-configuration classes for Security support in Spring GraphQL.
org.springframework.boot.autoconfigure.graphql.servlet - package org.springframework.boot.autoconfigure.graphql.servlet
Auto-configuration classes for MVC support in Spring GraphQL.
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.mustache - package org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
org.springframework.boot.autoconfigure.neo4j - package org.springframework.boot.autoconfigure.neo4j
Auto-configuration for Neo4j.
org.springframework.boot.autoconfigure.netty - package org.springframework.boot.autoconfigure.netty
Auto-configuration for the Netty library.
org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for JPA and Spring ORM.
org.springframework.boot.autoconfigure.pulsar - package org.springframework.boot.autoconfigure.pulsar
Auto-configuration for Spring for Apache Pulsar.
org.springframework.boot.autoconfigure.quartz - package org.springframework.boot.autoconfigure.quartz
Auto-configuration for Quartz Scheduler.
org.springframework.boot.autoconfigure.r2dbc - package org.springframework.boot.autoconfigure.r2dbc
Auto-Configuration for R2DBC.
org.springframework.boot.autoconfigure.reactor - package org.springframework.boot.autoconfigure.reactor
Auto-configuration for Reactor.
org.springframework.boot.autoconfigure.reactor.netty - package org.springframework.boot.autoconfigure.reactor.netty
Auto-configuration for Reactor Netty.
org.springframework.boot.autoconfigure.rsocket - package org.springframework.boot.autoconfigure.rsocket
Auto-configuration for RSocket.
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.oauth2.server.servlet - package org.springframework.boot.autoconfigure.security.oauth2.server.servlet
Auto-configuration for Spring Security's OAuth2 authorization 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.rsocket - package org.springframework.boot.autoconfigure.security.rsocket
Auto-configuration for RSocket support in Spring Security.
org.springframework.boot.autoconfigure.security.saml2 - package org.springframework.boot.autoconfigure.security.saml2
Auto-configuration for Spring Security's SAML 2.0.
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.service.connection - package org.springframework.boot.autoconfigure.service.connection
Support for service connections that affect auto-configuration.
org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
org.springframework.boot.autoconfigure.sql.init - package org.springframework.boot.autoconfigure.sql.init
Auto-configuration for basic script-based initialization of an SQL database.
org.springframework.boot.autoconfigure.ssl - package org.springframework.boot.autoconfigure.ssl
Auto-configuration for SSL bundles.
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.thread - package org.springframework.boot.autoconfigure.thread
Classes related to threads.
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() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
Additional classes that may contain the specified bean types within their generic parameters.
parameterizedContainer() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
Additional classes that may contain the specified bean types within their generic parameters.
PARANOID - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Detect leaks for 100% of buffers and track where they were accessed.
ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
Extension of MetadataNamingStrategy that supports a parent ApplicationContext.
ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
password() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Returns the value of the password record component.
PATH_PATTERN_PARSER - Enum constant in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
Use the PathPatternParser implementation.
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.
PemSslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
SslBundleProperties for PEM-encoded certificates and private keys.
PemSslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
 
PemSslBundleProperties.Store - Class in org.springframework.boot.autoconfigure.ssl
Store properties.
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 - Enum constant in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 
PLATFORM - Enum constant in enum class org.springframework.boot.autoconfigure.thread.Threading
Platform threads.
PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager> - Interface in org.springframework.boot.autoconfigure.transaction
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of TransactionManagerCustomizer.
Poller() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
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.neo4j.Neo4jProperties.Pool
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.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
 
port() - Method in record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
Returns the value of the port record component.
port() - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
Returns the value of the port record component.
port() - Method in record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
Returns the value of the port record component.
port() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Returns the value of the port record component.
Postgresql() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
 
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 of AllEncompassingFormHttpMessageConverter.
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
Log file name prefix.
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
Log file name prefix.
prefix() - Element in annotation interface 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
 
Printer() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Printer
 
Problemdetails() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Problemdetails
 
Problemdetails() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Problemdetails
 
Producer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
Producer() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.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.
PropertiesMongoConnectionDetails - Class in org.springframework.boot.autoconfigure.mongo
PropertiesMongoConnectionDetails(MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
 
PropertiesSslBundle - Class in org.springframework.boot.autoconfigure.ssl
PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
Auto-configuration for PropertySourcesPlaceholderConfigurer.
PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
protocol() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Returns the value of the protocol record component.
Provider() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
proxyBeanMethods() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
Specify whether @Bean methods should get proxied in order to enforce bean lifecycle behavior, e.g.
PulsarAutoConfiguration - Class in org.springframework.boot.autoconfigure.pulsar
Auto-configuration for Apache Pulsar.
PulsarConnectionDetails - Interface in org.springframework.boot.autoconfigure.pulsar
Details required to establish a connection to a Pulsar service.
PulsarProperties - Class in org.springframework.boot.autoconfigure.pulsar
Configuration properties Apache Pulsar.
PulsarProperties() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
 
PulsarProperties.Admin - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Authentication - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Client - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Consumer - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Consumer.DeadLetterPolicy - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Consumer.Subscription - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Defaults - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Defaults.SchemaInfo - Record Class in org.springframework.boot.autoconfigure.pulsar
Represents a schema - holds enough information to construct an actual schema instance.
PulsarProperties.Defaults.TypeMapping - Record Class in org.springframework.boot.autoconfigure.pulsar
A mapping from message type to topic and/or schema info to use (at least one of topicName or schemaInfo must be specified.
PulsarProperties.Function - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Listener - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Producer - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Producer.Cache - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Reader - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarProperties.Template - Class in org.springframework.boot.autoconfigure.pulsar
 
PulsarReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.pulsar
Auto-configuration for Spring for Apache Pulsar Reactive.

Q

QuartzAutoConfiguration - Class in org.springframework.boot.autoconfigure.quartz
Auto-configuration for Quartz Scheduler.
QuartzAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
 
QuartzAutoConfiguration.JdbcStoreTypeConfiguration - Class in org.springframework.boot.autoconfigure.quartz
 
QuartzDataSource - Annotation Interface in org.springframework.boot.autoconfigure.quartz
Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.
quartzDataSourceScriptDatabaseInitializer(DataSource, ObjectProvider<DataSource>, QuartzProperties) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
QuartzDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.quartz
DataSourceScriptDatabaseInitializer for the Quartz Scheduler database.
QuartzDataSourceScriptDatabaseInitializer(DataSource, QuartzProperties) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
QuartzDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
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(QuartzProperties, ObjectProvider<SchedulerFactoryBeanCustomizer>, ObjectProvider<JobDetail>, Map<String, Calendar>, ObjectProvider<Trigger>, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
 
QuartzTransactionManager - Annotation Interface in org.springframework.boot.autoconfigure.quartz
Qualifier annotation for a TransactionManager to be injected into Quartz auto-configuration.
queryByExampleRegistrar(ObjectProvider<QueryByExampleExecutor<?>>) - Method in class org.springframework.boot.autoconfigure.graphql.data.GraphQlQueryByExampleAutoConfiguration
 
querydslRegistrar(ObjectProvider<QuerydslPredicateExecutor<?>>) - Method in class org.springframework.boot.autoconfigure.graphql.data.GraphQlQuerydslAutoConfiguration
 
QUOTE - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Render with the item surrounded by quotes.

R

R2dbcAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
R2dbcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration
 
R2dbcConnectionDetails - Interface in org.springframework.boot.autoconfigure.r2dbc
Details required to establish a connection to an SQL service using R2DBC.
r2dbcConverter(R2dbcMappingContext, R2dbcCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
r2dbcCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
R2dbcDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
Auto-configuration for DatabaseClient.
R2dbcDataAutoConfiguration(DatabaseClient) - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
r2dbcEntityTemplate(R2dbcConverter) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
r2dbcMappingContext(ObjectProvider<NamingStrategy>, R2dbcCustomConversions, RelationalManagedTypes) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcDataAutoConfiguration
 
R2dbcProperties - Class in org.springframework.boot.autoconfigure.r2dbc
Configuration properties for R2DBC.
R2dbcProperties() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
R2dbcProperties.Pool - Class in org.springframework.boot.autoconfigure.r2dbc
 
R2dbcRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
Auto-configuration for Spring Data R2DBC Repositories.
R2dbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcRepositoriesAutoConfiguration
 
R2dbcTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
Auto-configuration for R2dbcTransactionManager.
R2dbcTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcTransactionManagerAutoConfiguration
 
RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitConnectionDetails - Interface in org.springframework.boot.autoconfigure.amqp
Details required to establish a connection to a RabbitMQ service.
RabbitConnectionDetails.Address - Record Class in org.springframework.boot.autoconfigure.amqp
A RabbitMQ address.
RabbitConnectionFactoryBeanConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configures RabbitConnectionFactoryBean with sensible defaults.
RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
Creates a new configurer that will use the given resourceLoader and properties.
RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
Creates a new configurer that will use the given resourceLoader, properties, and connectionDetails.
RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
Creates a new configurer that will use the given resourceLoader, properties, connectionDetails, and sslBundles.
RabbitConnectionFactoryCreator(RabbitProperties) - 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.BaseContainer - 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 Class 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.Stream - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.StreamContainer - 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 Class in org.springframework.boot.autoconfigure.amqp
Define the available target for a RetryTemplate.
RabbitStreamTemplateConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure RabbitStreamTemplate with sensible defaults.
RabbitStreamTemplateConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
 
rabbitTemplate(RabbitTemplateConfigurer, ConnectionFactory, ObjectProvider<RabbitTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
rabbitTemplateConfigurer(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure RabbitTemplate with sensible defaults.
RabbitTemplateConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
Creates a new configurer that will use the given rabbitProperties.
RabbitTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
Callback interface that can be used to customize a RabbitTemplate.
range() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJava
Configures whether the value configured in ConditionalOnJava.value() shall be considered the upper exclusive or lower inclusive boundary.
RATE_LIMITING - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
Limits the request rate per second.
Reactive() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Reactive
 
Reactive() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
Reactive() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive
 
REACTIVE - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Only reactive-based web application will match.
REACTIVE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
Enables reactive repositories.
reactiveCassandraSession(CqlSession) - 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
 
reactiveDatabaseSelectionProvider(Neo4jDataProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 
ReactiveElasticsearchClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch
Auto-configuration for Spring Data Elasticsearch's reactive client.
ReactiveElasticsearchClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ReactiveElasticsearchClientAutoConfiguration
 
ReactiveElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch Reactive Repositories.
ReactiveElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRepositoriesAutoConfiguration
 
reactiveGridFsTemplate(ReactiveMongoDatabaseFactory, MappingMongoConverter, DataBufferFactory) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
ReactiveMongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
A factory for a reactive MongoClient.
ReactiveMongoClientFactory(List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
Construct a factory for creating a MongoClient.
reactiveMongoDatabaseFactory(MongoClient, MongoProperties) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
ReactiveMultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for multipart support in Spring WebFlux.
ReactiveMultipartAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartAutoConfiguration
 
ReactiveMultipartProperties - Class in org.springframework.boot.autoconfigure.web.reactive
Configuration properties for configuring multipart support in Spring Webflux.
ReactiveMultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
reactiveNeo4jClient(Driver, ReactiveDatabaseSelectionProvider) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 
reactiveNeo4jTemplate(ReactiveNeo4jClient, Neo4jMappingContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jReactiveDataAutoConfiguration
 
ReactiveOAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.reactive
Auto-configuration for Spring Security's Reactive OAuth2 client.
ReactiveOAuth2ClientAutoConfiguration() - 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
 
reactiveQueryByExampleRegistrar(ObjectProvider<ReactiveQueryByExampleExecutor<?>>) - Method in class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQueryByExampleAutoConfiguration
 
reactiveQuerydslRegistrar(ObjectProvider<ReactiveQuerydslPredicateExecutor<?>>) - Method in class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQuerydslAutoConfiguration
 
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
 
reactiveSecurityDataFetcherExceptionResolver() - Method in class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebFluxSecurityAutoConfiguration
 
reactiveStreamsMongoClient(ObjectProvider<MongoClientSettingsBuilderCustomizer>, MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
reactiveStringRedisTemplate(ReactiveRedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
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, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
WebServerFactoryCustomizer to apply ServerProperties to reactive servers.
ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
Create a new ReactiveWebServerFactoryCustomizer instance.
ReactiveWebServerFactoryCustomizer(ServerProperties, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
Create a new ReactiveWebServerFactoryCustomizer instance.
ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
Auto-configuration for Reactor.
ReactorNettyConfigurations - Class in org.springframework.boot.autoconfigure.reactor.netty
Configurations for Reactor Netty.
ReactorNettyConfigurations.ReactorResourceFactoryConfiguration - Class in org.springframework.boot.autoconfigure.reactor.netty
 
ReactorNettyHttpClientMapper - Interface in org.springframework.boot.autoconfigure.web.reactive.function.client
Mapper that allows for custom modification of a HttpClient before it is used as the basis for a ReactorClientHttpConnector.
ReactorNettyProperties - Class in org.springframework.boot.autoconfigure.reactor.netty
Configuration properties for Reactor Netty.
ReactorNettyProperties() - Constructor for class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties
 
ReactorProperties - Class in org.springframework.boot.autoconfigure.reactor
Configuration properties for Reactor.
ReactorProperties() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorProperties
 
ReactorProperties.ContextPropagationMode - Enum Class in org.springframework.boot.autoconfigure.reactor
 
ReactorResourceFactoryConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyConfigurations.ReactorResourceFactoryConfiguration
 
READ_COMMITTED - Enum constant in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
Read records from committed transactions, in addition to records not part of transactions.
READ_UNCOMMITTED - Enum constant in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
Read everything including aborted transactions.
Reader() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
readPublicKey() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
reconfigurableConfigs() - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
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 - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Redis backed caching.
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
 
RedisCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be used to customize a RedisCacheManager.RedisCacheManagerBuilder.
RedisConnectionDetails - Interface in org.springframework.boot.autoconfigure.data.redis
Details required to establish a connection to a Redis service.
RedisConnectionDetails.Cluster - Interface in org.springframework.boot.autoconfigure.data.redis
Redis cluster configuration.
RedisConnectionDetails.Node - Record Class in org.springframework.boot.autoconfigure.data.redis
A node in a sentinel or cluster configuration.
RedisConnectionDetails.Sentinel - Interface in org.springframework.boot.autoconfigure.data.redis
Redis sentinel configuration.
RedisConnectionDetails.Standalone - Interface in org.springframework.boot.autoconfigure.data.redis
Redis standalone configuration.
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.ClientType - Enum Class in org.springframework.boot.autoconfigure.data.redis
Type of Redis client to use.
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.Lettuce.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
 
RedisProperties.Lettuce.Cluster.Refresh - Class in org.springframework.boot.autoconfigure.data.redis
 
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.
RedisProperties.Ssl - Class in org.springframework.boot.autoconfigure.data.redis
 
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
 
RedisSessionProperties.ConfigureAction - Enum Class in org.springframework.boot.autoconfigure.session
Strategies for configuring and validating Redis.
RedisSessionProperties.RepositoryType - Enum Class in org.springframework.boot.autoconfigure.session
Type of Redis session repository to auto-configure.
redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
Refresh() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
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
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBundles(SslBundleRegistry) - Method in interface org.springframework.boot.autoconfigure.ssl.SslBundleRegistrar
Callback method for registering SslBundles with an SslBundleRegistry.
registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints
 
Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
Registration() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
Remoteip() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
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 Class in org.springframework.boot.autoconfigure.data
Type of Spring Data repositories to enable.
Request() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
requestContextFilter() - Static method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
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.
resources() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnResource
The resources that must be present.
Resources() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
Restclient() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient
 
RestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
Auto-configuration for RestClient.
RestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration
 
RestClientBuilderConfigurer - Class in org.springframework.boot.autoconfigure.web.client
Configure RestClient.Builder with sensible defaults.
RestClientBuilderConfigurer() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer
 
RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch
Callback interface that can be implemented by beans wishing to further customize the RestClient through a RestClientBuilder whilst retaining default auto-configuration.
RestClientSsl - Interface in org.springframework.boot.autoconfigure.web.client
Interface that can be used to apply SSL configuration to a RestClient.Builder.
RestTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
Auto-configuration for RestTemplate.
RestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
restTemplateBuilder(RestTemplateBuilderConfigurer) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
restTemplateBuilderConfigurer(ObjectProvider<HttpMessageConverters>, ObjectProvider<RestTemplateCustomizer>, ObjectProvider<RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
RestTemplateBuilderConfigurer - Class in org.springframework.boot.autoconfigure.web.client
Configure RestTemplateBuilder with sensible defaults.
RestTemplateBuilderConfigurer() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer
 
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
 
Retry() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry
 
rollback(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
Rsocket() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Rsocket
 
RSocket() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket
 
RSocketGraphQlClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.rsocket
Auto-configuration for RSocketGraphQlClient.
RSocketGraphQlClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.rsocket.RSocketGraphQlClientAutoConfiguration
 
rsocketGraphQlClientBuilder(RSocketRequester.Builder) - Method in class org.springframework.boot.autoconfigure.graphql.rsocket.RSocketGraphQlClientAutoConfiguration
 
RSocketMessageHandlerCustomizer - Interface in org.springframework.boot.autoconfigure.rsocket
Callback interface that can be used to customize a RSocketMessageHandler.
RSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for Spring RSocket support in Spring Messaging.
RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
 
RSocketProperties - Class in org.springframework.boot.autoconfigure.rsocket
Properties for RSocket support.
RSocketProperties() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties
 
RSocketProperties.Server - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketProperties.Server.Spec - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketRequesterAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for RSocketRequester.
RSocketRequesterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 
rSocketRequesterBuilder(RSocketStrategies, ObjectProvider<RSocketConnectorConfigurer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 
RSocketSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.rsocket
Auto-configuration for Spring Security for an RSocket server.
RSocketSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.rsocket.RSocketSecurityAutoConfiguration
 
RSocketServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for RSocket servers.
RSocketServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketServerAutoConfiguration
 
rSocketStrategies(ObjectProvider<RSocketStrategiesCustomizer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 
RSocketStrategiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for RSocketStrategies.
RSocketStrategiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 
RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 
run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
run(ApplicationArguments) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 

S

Saml2RelyingPartyAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.saml2
Auto-configuration for Spring Security's SAML 2.0 authentication support.
Saml2RelyingPartyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration
 
Saml2RelyingPartyProperties - Class in org.springframework.boot.autoconfigure.security.saml2
SAML2 relying party properties.
Saml2RelyingPartyProperties() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
 
Saml2RelyingPartyProperties.AssertingParty - Class in org.springframework.boot.autoconfigure.security.saml2
Represents a remote Identity Provider.
Saml2RelyingPartyProperties.AssertingParty.Singlesignon - Class in org.springframework.boot.autoconfigure.security.saml2
Single sign on details for an Identity Provider.
Saml2RelyingPartyProperties.AssertingParty.Verification - Class in org.springframework.boot.autoconfigure.security.saml2
Verification details for an Identity Provider.
Saml2RelyingPartyProperties.AssertingParty.Verification.Credential - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Decryption - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Decryption.Credential - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Registration - Class in org.springframework.boot.autoconfigure.security.saml2
Represents a SAML Relying Party.
Saml2RelyingPartyProperties.Registration.Acs - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Registration.Signing - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Registration.Signing.Credential - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Singlelogout - Class in org.springframework.boot.autoconfigure.security.saml2
Single logout details.
scan(Class<? extends Annotation>...) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
Scan for entities with the specified annotations.
scanBasePackageClasses() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
Type-safe alternative to SpringBootApplication.scanBasePackages() for specifying the packages to scan for annotated components.
scanBasePackages() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
Base packages to scan for annotated components.
scheduledBeanLazyInitializationExcludeFilter() - Static method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 
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.
Schema() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
schemaInfo() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Returns the value of the schemaInfo record component.
SchemaInfo(SchemaType, Class<?>) - Constructor for record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Creates an instance of a SchemaInfo record class.
schemaType() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Returns the value of the schemaType record component.
search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
SearchStrategy - Enum Class in org.springframework.boot.autoconfigure.condition
Some named search strategies for beans in the bean factory hierarchy.
Security() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
 
Security() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
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
 
securityDataFetcherExceptionResolver() - Method in class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration
 
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
 
selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
SENDER - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
RabbitTemplate target.
sendGrid(SendGridProperties) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
Auto-configuration for SendGrid.
SendGridAutoConfiguration() - 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
 
Server() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
 
Server() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
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.ForwardHeadersStrategy - Enum Class in org.springframework.boot.autoconfigure.web
Strategies for supporting forward headers.
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.Jetty.Accesslog.FORMAT - Enum Class in org.springframework.boot.autoconfigure.web
Log format for Jetty access logs.
ServerProperties.Jetty.Threads - Class in org.springframework.boot.autoconfigure.web
Jetty thread properties.
ServerProperties.Netty - Class in org.springframework.boot.autoconfigure.web
Netty properties.
ServerProperties.Reactive - Class in org.springframework.boot.autoconfigure.web
Reactive server properties.
ServerProperties.Reactive.Session - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Servlet - Class in org.springframework.boot.autoconfigure.web
Servlet server 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.Mbeanregistry - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat.Remoteip - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat.Resource - Class in org.springframework.boot.autoconfigure.web
Tomcat static resource properties.
ServerProperties.Tomcat.Threads - Class in org.springframework.boot.autoconfigure.web
Tomcat thread 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.
ServerProperties.Undertow.Options - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Undertow.Threads - Class in org.springframework.boot.autoconfigure.web
Undertow thread properties.
serverRSocketConnector(ServerRSocketMessageHandler) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
 
serverRSocketMessageHandler(RSocketStrategies, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties.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 - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Only servlet-based web application will match.
SERVLET - Enum constant in enum class 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, ObjectProvider<WebListenerRegistrar>, ObjectProvider<CookieSameSiteSupplier>, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
ServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer to apply ServerProperties and WebListenerRegistrars to servlet web servers.
ServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
ServletWebServerFactoryCustomizer(ServerProperties, List<WebListenerRegistrar>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
Session() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
Session() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
Session() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
 
SessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for Spring Session.
SessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties
 
SessionProperties.Servlet - Class in org.springframework.boot.autoconfigure.session
Servlet-related properties.
setAcceptCount(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAcceptors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setAccessMode(ProducerAccessMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setAccessTokenFormat(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setAccessTokenTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
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(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
Deprecated, for removal: This API element is subject to removal in a future version.
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
setAcks(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setAckTime(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAdaptive(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
setAdditionalHosts(List<String>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAdditionalTldSkipPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setAddressShuffleMode(AbstractConnectionFactory.AddressShuffleMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setAlias(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
 
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
 
setAllowCredentials(Boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
setAllowedHeaders(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
setAllowedMethods(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
setAllowedOriginPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
setAllowedOrigins(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
setAllowEncodedSlash(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
Deprecated, for removal: This API element is subject to removal in a future version.
setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAlwaysSetKeepAlive(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setAnalytics(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
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.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.JobLauncherApplicationRunner
 
setApplicationId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setAsyncAcks(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAttempts(int) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
setAudiences(List<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAuthorizationCodeTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setAuthorizationGrantType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setAuthorizationGrantTypes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setAutoCommitInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoCreate(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
setAutoCreate(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setAutoIndexCreation(Boolean) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAutoOffsetReset(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setAwaitTermination(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
setAwaitTermination(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
setAwaitTerminationPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
setAwaitTerminationPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
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
 
setBasePath(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setBatch(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBatchingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setBatchSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
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.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
setBinding(Saml2MessageBinding) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
setBinding(Saml2MessageBinding) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
setBinding(Saml2MessageBinding) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
 
setBlockIfFull(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setBlockIfFullTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
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
 
setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setBucket(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
setBucketName(String) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
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
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
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.WebProperties.Resources.Chain
 
setCacheDuration(Duration) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setCacheMaxSizeBuffering(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
Deprecated, for removal: This API element is subject to removal in a future version.
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.WebProperties.Resources.Cache.Cachecontrol
 
setCachePublic(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setCacheTtl(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
setCertFile(File) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
setCertificate(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
 
setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
setChangeConsumerThreadName(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setChannelRpcTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the charset.
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCheckExists(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
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.mustache.MustacheProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCherryPick(String[]) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setChunkedModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setChunkingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setCiphers(Set<String>) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
 
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
 
setClearChecksums(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setClientAuthenticationMethod(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientAuthenticationMethods(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.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
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientName(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setClientName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientRegistrationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientType(RedisProperties.ClientType) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setCloseDataSourceOnceMigrated(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
setCloseTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setCloseTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setCluster(RedisProperties.Cluster) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
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(List<String>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setCommonErrorHandler(CommonErrorHandler) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
Set the CommonErrorHandler to use.
setCompress(boolean) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
setCompressed(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
setCompression(CassandraProperties.Compression) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setCompressionType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setCompressionType(CompressionType) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.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
Deprecated, for removal: This API element is subject to removal in a future version.
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setConcurrencyLimit(Integer) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
 
setConcurrencyLimit(Integer) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
 
setConditionIf(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setConditionUnless(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
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.cassandra.CassandraProperties
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
setConfigureAction(RedisSessionProperties.ConfigureAction) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setConnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setConnectionAcquisitionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
setConnectionIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setConnectionInitTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
 
setConnectionNameStrategy(ConnectionNameStrategy) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
 
setConnectionString(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setConnectRetries(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setConnectRetriesInterval(Duration) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setConsistency(DefaultConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
setConstructorDetector(JacksonProperties.ConstructorDetectorStrategy) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setConsumerBatchEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setConsumers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setConsumersPerQueue(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
setContactPoints(List<String>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
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
 
setContextPropagation(ReactorProperties.ContextPropagationMode) - Method in class org.springframework.boot.autoconfigure.reactor.ReactorProperties
 
setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
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
 
setCreateSchemas(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCredential(EmbeddedLdapProperties.Credential) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setCredentials(List<Saml2RelyingPartyProperties.AssertingParty.Verification.Credential>) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification
 
setCredentials(List<Saml2RelyingPartyProperties.Decryption.Credential>) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
 
setCredentials(List<Saml2RelyingPartyProperties.Registration.Signing.Credential>) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
 
setCredentialsProvider(CredentialsProvider) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
 
setCredentialsRefreshService(CredentialsRefreshService) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
 
setCron(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
setCustomFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setDatabase(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
 
setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
 
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
 
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
 
setDataLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
setDataSourceClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setDate(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
setDate(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDateTime(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
setDateTime(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
setDdlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
setDeadLetterPolicy(PulsarProperties.Consumer.DeadLetterPolicy) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setDeadLetterTopic(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
setDeBatchingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setDecodeSlash(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setDecodeUrl(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setDefaultDestination(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDefaultDomain(String) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
setDefaultEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setDefaultLeniency(Boolean) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDefaultLoggingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
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.flyway.FlywayProperties
 
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
 
setDelay(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
setDelayAfterFailure(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
 
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
 
setDetectEncoding(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setDetectionStrategy(RepositoryDetectionStrategy.RepositoryDetectionStrategies) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDeviceAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setDeviceCodeTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setDeviceVerificationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
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
 
setDisconnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
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
 
setDrainInterval(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDryRunOutput(File) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setDynamicRefreshSources(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
setEagerFilterInit(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setEmbeddedDatabaseConnection(EmbeddedDatabaseConnection) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
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.cassandra.CassandraProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Inspection
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Introspection
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Printer
 
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.jmx.JmxProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
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.mongo.MongoProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
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.reactive.WebFluxProperties.Problemdetails
 
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.Tomcat.Mbeanregistry
 
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.web.servlet.WebMvcProperties.Problemdetails
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setEnabledProtocols(Set<String>) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
 
setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setEnableSpringElCompiler(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnableStatistics(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setEncoding(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
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.sql.init.SqlInitializationProperties
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEncrypted(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
Set if unique runtime object names should be ensured.
setEntityId(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
setEntityId(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setErrorOverrides(String[]) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
setExecuteInTransaction(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setExpiration(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
setExpireAfterAccess(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
setExposedHeaders(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setFailFast(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setFailFast(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
setFailOnMissingLocations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setFavorParameter(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
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.jdbc.JdbcProperties.Template
 
setFieldNamingPolicy(FieldNamingPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
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
 
setFileExtensions(String[]) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
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
 
setFileStorageDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
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
 
setFixedDelay(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
setFixedRate(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
setFlushMode(FlushMode) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setFlushMode(FlushMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setFlushMode(FlushMode) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setForceStop(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setFormat(ServerProperties.Jetty.Accesslog.FORMAT) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setForwardHeadersStrategy(ServerProperties.ForwardHeadersStrategy) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setFragmentSize(DataSize) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
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
 
setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
setGroup(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setGroupId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setH2cMaxContentLength(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setHandlePing(boolean) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
setHashingScheme(HashingScheme) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setHeadersCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
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.amqp.RabbitProperties.Stream
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
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
 
setHostHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
setHostnameVerificationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
setIdleBetweenPolls(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setIdleHttpConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
setIdlePartitionEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setIdleTimeBeforeConnectionTest(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setIdTokenSignatureAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setIgnoreFailures(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 
setIgnoreMigrationPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnoreNameNotFoundException(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
setIgnorePartialResultException(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
setIgnorePaths(List<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setIgnoreSizeLimitExceededException(Boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
setImmediateStop(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setImplicitStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
setIncludeBindingErrors(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setIncludeException(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setIncludeMessage(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setIncludeStacktrace(ErrorProperties.IncludeAttribute) - 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
 
setInitialBufferSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setInitialCapacity(int) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
setInitialDelay(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
setInitialInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setInitializeSchema(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
setInitializeSchema(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
setInitializeSchema(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setInitializeSchema(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setInitialPosition(SubscriptionInitialPosition) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
setInitialSize(int) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setInitialSubscriptionName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
setInitQueryTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
setInitSqls(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInstalledBy(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInternalProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
setInterval(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
 
setIntrospectionUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
setIo(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
 
setIpv6Canonical(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setIsolationLevel(KafkaProperties.IsolationLevel) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setIsolationLevelForCreate(Isolation) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
setIssuer(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
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
 
setJdbcProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Allows the DataSource to be managed by the container and obtained through JNDI.
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setJobName(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
setJobStoreType(JobStoreType) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
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
 
setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setJwsAlgorithms(List<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
 
setKeepAliveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setKerberosCacheFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
setKerberosConfigFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setKerberosLoginFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
 
setKerberosTicket(String) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
setKeyStoreAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStoreCertificateChain(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyStoreKey(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
Deprecated, for removal: This API element is subject to removal in a future version.
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(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setKeyValueDurable(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setLabelFilter(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLdif(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setLeakDetection(NettyProperties.LeakDetection) - Method in class org.springframework.boot.autoconfigure.netty.NettyProperties
 
setLenient(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setLicenseKey(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
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
 
setLocalDatacenter(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setLocale(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
setLocaleResolver(WebProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.WebProperties
 
setLocation(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
setLocation(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
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(String[]) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
setLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLockRetryCount(Integer) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLogContainerConfig(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setLoggers(String[]) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLoginModule(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setLogLeakedSessions(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
setLogoutUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
setLogRequestDetails(boolean) - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
 
setLogRequestDetails(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLogResolvedException(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLongSerializationPolicy(LongSerializationPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setLookupTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
setManagement(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setMandatory(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setMapName(String) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setMapping(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Rsocket
 
setMappingPath(String) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setMaster(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setMatchingStrategy(WebMvcProperties.MatchingStrategy) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
setMax(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
setMax(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setMaxAcquireTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
setMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxBroadcastSubscribers(int) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
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
 
setMaxConcurrentRequests(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
setMaxConnectionLifetime(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
setMaxConnectionPoolSize(int) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxCookies(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxCreateConnectionTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setMaxDays(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setMaxDelay(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
setMaxDiskUsagePerPart(DataSize) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
setMaxEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
setMaxFileSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setMaxFramePayloadLength(DataSize) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
setMaxHeaders(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxHeadersSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
setMaxHttpFormPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxHttpFormPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxHttpPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxHttpRequestHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setMaxHttpResponseHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxHttpResponseHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxIdleTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setMaximumSize(long) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
setMaxInboundMessageBodySize(DataSize) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setMaxInitialLineLength(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
 
setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
setMaxInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxKeepAliveRequests(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxKeepAliveRequests(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setMaxLifeTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setMaxMessagesPerPoll(int) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
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
 
setMaxParameters(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxParts(Integer) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
 
setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setMaxQueueCapacity(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setMaxQueueSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
setMaxRedeliverCount(int) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
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
 
setMaxRequestsPerSecond(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
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.r2dbc.R2dbcProperties.Pool
 
setMaxSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setMaxSwallowSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxTransactionRetryTime(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
setMaxUnicastSubscribers(int) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
setMaxValidationTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setMaxWait(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMediaTypes(List<MediaType>) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Reactive
 
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 or null if the out-of-the-box converter should be used.
setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
Set the MessageConverter to use or null if the out-of-the-box converter should be used.
setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
Set the MessageConverter to use or null if the out-of-the-box converter should be used.
setMessageMappingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
 
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 or null to rely on the default.
setMessageRoutingMode(MessageRoutingMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Configure HTTP message writers to serialize the response body with.
setMetadataUri(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
 
setMetricsEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
setMin(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setMinConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setMinEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setMinSpare(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setMissingTopicsFatal(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setMixed(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setMode(SubscriptionMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
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
 
setMode(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
setModifyTopicConfigs(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setMonitorInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
setMustRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setName(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
setName(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
setName(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setNativeListener(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
 
setNoAutoStartup(List<String>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
setNoCache(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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
 
setNoRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setNoStore(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setNoTransform(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
setObservationPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
setObservationsEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Template
 
setOneIndexedParameters(boolean) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setOnShutdown(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
 
setOnStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
 
setOpenInView(Boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setOperationTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setOperationTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
setOptions(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setOracleKerberosCacheFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setOracleSqlplus(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setOracleSqlplusWarn(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setOracleWalletLocation(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setOrder(int) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
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.mongo.MongoPropertiesClientSettingsBuilderCustomizer
Deprecated.
Set the order value of this object.
setOrder(int) - Method in class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
Set the order value of this object.
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
 
setOutputQueryResults(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
 
setPageSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
setParam(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
 
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.amqp.RabbitProperties.Stream
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
Deprecated.
 
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.neo4j.Neo4jProperties.Authentication
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
 
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
 
setPathPrefix(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.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.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
setPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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
 
setPlaceholderSeparator(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.batch.BatchProperties.Jdbc
 
setPlatform(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
setPlatform(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setPlatform(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setPlatform(String) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
setPluginClassName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
 
setPollTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
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.ldap.embedded.EmbeddedLdapProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
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.rsocket.RSocketProperties.Server
 
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.Remoteip
 
setPostLogoutRedirectUris(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
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
 
setPreservePathOnForward(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setPrettyPrinting(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setPriority(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setPriorityLevel(int) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setPrivateKey(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
setPrivateKeyLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
setPrivateKeyLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
setPrivateKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
setProcessorCache(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProducePartialOutputWhileProcessing(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
setProducerCustomizer(ProducerCustomizer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
Set the ProducerCustomizer instances to use.
setProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setPropagateFailures(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
setPropagateStopFailures(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
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.Security
 
setProtocol(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setProtocol(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setProtocol(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
setProtocols(String) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
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
 
setProvider(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setProxyRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setPublicKeyLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setPublisherConfirmType(CachingConnectionFactory.ConfirmType) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPublisherReturns(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPublishRequestHandledEvents(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
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
 
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
 
setQuietPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
 
setRandomBackOff(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
setReadCompacted(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setReadCompacted(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
setReadOnlyHeaders(List<String>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
setRealm(String) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
 
setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
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
 
setRedirectUris(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setRefreshTokenTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
setRejectIllegalHeader(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated, for removal: This API element is subject to removal in a future version.
setRelaxedPathChars(List<Character>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRelaxedQueryChars(List<Character>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setReloadOnUpdate(boolean) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
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
 
setReplicaSetName(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setReplicationFactor(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setReplyTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setRepositoryType(RedisSessionProperties.RepositoryType) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setRequestAttributesEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setRequestedChannelMax(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setRequestedHeartbeat(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
setRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
setRequireAuthorizationConsent(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setRequireProofKey(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setRequireSubscribers(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 
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.EnableWebMvcConfiguration
 
setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
setResourceLoaderPath(List<String>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
setResponseUrl(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
 
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
 
setRetryEnable(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setRetryLetterTopic(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the RabbitRetryTemplateCustomizer instances to use.
setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
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
 
setReuseRefreshTokens(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
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
 
setSaveMode(SaveMode) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setSaveMode(SaveMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setSaveMode(SaveMode) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setSchedulerName(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
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(Resource) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
setSchemaAction(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSchemaLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
setSchemas(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSchemaType(SchemaType) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
setScope(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setScopeName(String) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setScopes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setScriptPlaceholderPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setScriptPlaceholderSuffix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSearch(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setSendTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setSendTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setSentinel(RedisProperties.Sentinel) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSeparator(String) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
setSerialConsistency(DefaultConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
setSerializeNulls(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setServer(String) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setServiceUrl(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
setServiceUrl(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
setServlet(SessionProperties.Servlet) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
setSessionCacheSize(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setSessionName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
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
 
setShowSummary(UpdateSummaryEnum) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setShowSummaryOutput(UpdateSummaryOutputEnum) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setShutdown(Shutdown) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setShutdownQuietPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties
 
setShutdownTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
setSignRequest(Boolean) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
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
 
setSkipExecutingMigrations(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setSocketKeepAlive(boolean) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
setSocketTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
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
 
setSqlplus(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
setSqlplusWarn(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
setSqlServerKerberosLoginFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setSsl(CassandraProperties.Ssl) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setStaleIfError(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
setStaleWhileRevalidate(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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
 
setStateStoreCacheMaxSize(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
 
setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setStream(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setStreamMessageConverter(StreamMessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
Set the StreamMessageConverter to use or null if the out-of-the-box stream message converter should be used.
setStrictServletCompliance(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setSubscriptionName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
setSubscriptionRolePrefix(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
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.Jdbc
 
setTablespace(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setTag(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setTarget(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setTaskExecutor(Executor) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the task executor to use.
setTemplateLoaderPath(String...) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setTemplateLoaderPath(List<String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
setThrowExceptionOnLateReply(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 
setTime(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
 
setTime(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
 
setTimeBetweenEvictionRuns(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setTimeBetweenExpirationCheck(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Controlconnection
 
setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
setTimeoutPerShutdownPhase(Duration) - Method in class org.springframework.boot.autoconfigure.context.LifecycleProperties
 
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
 
Settings() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTokenEndpointAuthenticationSigningAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setTokenIntrospectionUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTokenRevocationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTokenUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setTokenUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTopicName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setTopics(List<String>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setTopics(List<String>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
setTopicsMode(RegexSubscriptionMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
setTopicsPattern(Pattern) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setTrace(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTransacted(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
setTransacted(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
setTransactionalLock(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
 
setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
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
 
setTrustedProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
setTrustStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStoreAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStoreCertificates(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
 
setTrustStrategy(Neo4jProperties.Security.TrustStrategy) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
setType(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setType(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
setType(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
setType(SubscriptionType) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
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(CassandraProperties.ThrottlerType) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
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
 
setTypeKey(String) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setTypeMappings(List<PulsarProperties.Defaults.TypeMapping>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
 
setUndoSqlMigrationPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUniqueNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUri(URI) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
setUri(URI) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
 
setUriEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
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
Deprecated.
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
 
setUrlCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
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
 
setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
setUseKeyPrefix(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setUseLastModified(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
Deprecated.
 
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
 
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
 
setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
setUserNameAttribute(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setUuidRepresentation(UuidRepresentation) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setValidateHeaders(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setValidateMigrationNaming(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setValidateOnMigrate(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setValidateServerCertificate(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setValidationDepth(ValidationDepth) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setValidationQuery(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
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
 
setVerifyKeys(boolean) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
setVersion(String) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
 
setView(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
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
 
setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setWalletLocation(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
setWebAdminPassword(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setWebAllowOthers(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setWebjarsPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setWebjarsPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setWorker(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
 
setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
shouldBeRebuilt(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
Signing() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
 
Simple() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
 
Simple() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
 
SIMPLE - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Container where the RabbitMQ consumer dispatches messages to an invoker thread.
SIMPLE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Simple in-memory caching.
SIMPLE - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Detect leaks for 1% of buffers.
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(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
Creates a new configurer that will use the given rabbitProperties.
SINGLE - Enum constant in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Invokes the endpoint with one ConsumerRecord at a time.
Singlelogout() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
 
Singlesignon() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
 
SNAPPY - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Requires org.xerial.snappy:snappy-java.
Sniffer() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
 
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
 
Spec() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
Register a JMX component that allows to administer the current application.
SpringApplicationAdminJmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
springApplicationAdminRegistrar(ObjectProvider<MBeanExporter>, Environment) - Method in class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringBootApplication - Annotation Interface in org.springframework.boot.autoconfigure
Indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component 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
 
springBootRepositoryRestConfigurer(ObjectProvider<Jackson2ObjectMapperBuilder>, RepositoryRestProperties) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
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
 
SqlDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
DataSourceScriptDatabaseInitializer for the primary SQL database.
SqlDataSourceScriptDatabaseInitializer(DataSource, SqlInitializationProperties) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
SqlDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
SqlInitializationAutoConfiguration - Class in org.springframework.boot.autoconfigure.sql.init
Auto-configuration for initializing an SQL database.
SqlInitializationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration
 
SqlInitializationProperties - Class in org.springframework.boot.autoconfigure.sql.init
Configuration properties for initializing an SQL database.
SqlInitializationProperties() - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
SqlR2dbcScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
R2dbcScriptDatabaseInitializer for the primary SQL database.
SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, SqlInitializationProperties) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
Sqlserver() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
 
SslAutoConfiguration - Class in org.springframework.boot.autoconfigure.ssl
SslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
Base class for SSL Bundle properties.
SslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
SslBundleProperties.Key - Class in org.springframework.boot.autoconfigure.ssl
 
SslBundleProperties.Options - Class in org.springframework.boot.autoconfigure.ssl
 
SslBundleRegistrar - Interface in org.springframework.boot.autoconfigure.ssl
Interface to be implemented by types that register SslBundle instances with an SslBundleRegistry.
SslBundleSslEngineFactory - Class in org.springframework.boot.autoconfigure.kafka
An SslEngineFactory that configures creates an SSLEngine from an SslBundle.
SslBundleSslEngineFactory() - Constructor for class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
SslProperties - Class in org.springframework.boot.autoconfigure.ssl
Properties for centralized SSL trust material configuration.
SslProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties
 
SslProperties.Bundles - Class in org.springframework.boot.autoconfigure.ssl
Properties to define SSL Bundles.
SslProperties.Bundles.Watch - Class in org.springframework.boot.autoconfigure.ssl
 
SslProperties.Bundles.Watch.File - Class in org.springframework.boot.autoconfigure.ssl
 
standardGsonBuilderCustomizer(GsonProperties) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
StandardMongoClientSettingsBuilderCustomizer - Class in org.springframework.boot.autoconfigure.mongo
A MongoClientSettingsBuilderCustomizer that applies standard settings to a MongoClientSettings.
StandardMongoClientSettingsBuilderCustomizer(ConnectionString, UuidRepresentation, MongoProperties.Ssl, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
 
startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
StaticResourceLocation - Enum Class 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.
store() - Element in annotation interface org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
The name of the store that backs the repositories.
Store() - Constructor for class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
Store() - Constructor for class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
Strategy() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
 
Stream() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
STREAM - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Container that uses the RabbitMQ Stream Client.
StreamContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
 
Streams() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
StreamsBuilderFactoryBeanCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
Callback interface for customizing StreamsBuilderFactoryBean beans.
stringHttpMessageConverter(Environment) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
StringHttpMessageConverterConfiguration() - 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
 
Subscription() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 

T

TaskExecutionAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
Auto-configuration for TaskExecutor.
TaskExecutionAutoConfiguration() - 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
 
TaskExecutionProperties.Shutdown - Class in org.springframework.boot.autoconfigure.task
 
TaskExecutionProperties.Simple - Class in org.springframework.boot.autoconfigure.task
 
taskScheduler(TaskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
 
TaskSchedulingAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
Auto-configuration for TaskScheduler.
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
 
TaskSchedulingProperties.Shutdown - Class in org.springframework.boot.autoconfigure.task
 
TaskSchedulingProperties.Simple - 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
 
Template() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
Template() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.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.
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
 
themeResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
Deprecated.
Threading - Enum Class in org.springframework.boot.autoconfigure.thread
Threading of the application.
Threads() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
Threads() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
Threads() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
 
Throttler() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
ThymeleafAutoConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
ThymeleafAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
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
 
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
 
timeFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
Configures the time format using the given pattern.
Timeouts() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
toCorsConfiguration() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
 
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.WebProperties.Resources.Cache.Cachecontrol
 
Token() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
Tomcat() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
tomcatReactiveWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
TomcatReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
WebServerFactoryCustomizer to apply ServerProperties to Tomcat reactive web servers.
TomcatReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
 
tomcatServletWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
TomcatServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer to apply ServerProperties to Tomcat web servers.
TomcatServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
TomcatVirtualThreadsWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
Activates VirtualThreadExecutor on Tomcat's protocol handler.
TomcatVirtualThreadsWebServerFactoryCustomizer() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.TomcatVirtualThreadsWebServerFactoryCustomizer
 
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
 
Topic() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 
topicName() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Returns the value of the topicName record component.
toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.reactive.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toString() - Method in record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
Returns a string representation of this record class.
toString() - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
Returns a string representation of this record class.
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 record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
Returns a string representation of this record class.
toString() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Returns a string representation of this record class.
toString() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
toString() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Returns a string representation of this record class.
toString() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Returns a string representation of this record class.
toString() - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
 
transactionalOperator(ReactiveTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
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(Driver, DatabaseSelectionProvider, ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
transactionManager(ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
TransactionManagerCustomizationAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction
Auto-configuration for the customization of a TransactionManager.
TransactionManagerCustomizationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration
 
TransactionManagerCustomizer<T extends org.springframework.transaction.TransactionManager> - Interface in org.springframework.boot.autoconfigure.transaction
Callback interface that can be implemented by beans wishing to customize TransactionManagers while retaining default auto-configuration.
TransactionManagerCustomizers - Class in org.springframework.boot.autoconfigure.transaction
TransactionManagerCustomizers(Collection<? extends PlatformTransactionManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of TransactionManagerCustomizers.of(Collection)
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(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
TransactionTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
TRUST_ALL_CERTIFICATES - Enum constant in enum class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
Trust all certificates.
TRUST_CUSTOM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
Trust certificates that are signed by a trusted certificate.
TRUST_SYSTEM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
Trust certificates that can be verified through the local system store.
truststore() - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
type() - Method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
 
type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The class type names of beans that should be checked.
type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type names of beans that should be checked.
type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
The class type name of bean that should be checked.
type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication
The required type of the web application.
type() - Element in annotation interface org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
The required repository type.
TypeMapping(Class<?>, String, PulsarProperties.Defaults.SchemaInfo) - Constructor for record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Creates an instance of a TypeMapping record class.

U

unbind(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
Undertow() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
UndertowServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer to apply ServerProperties to Undertow Servlet web servers.
UndertowServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
 
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
 
unwrap(Class<T>) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
USE_DELEGATING - Enum constant in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
Assume "delegating" mode if not explicitly annotated otherwise.
USE_PROPERTIES_BASED - Enum constant in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
Assume "properties" mode if not explicitly annotated otherwise.
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-memory AuthenticationManager.
UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 
username() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
Returns the value of the username record component.

V

validate() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
Deprecated, for removal: This API element is subject to removal in a future version.
validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
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
 
ValidationConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.validation
Callback interface that can be used to customize Configuration.
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 another Validator.
value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
Explicitly specify the name of the Spring bean definition associated with the @AutoConfiguration class.
value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
The auto-configure classes that should have already been applied.
value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
The auto-configure classes that should have not yet been applied.
value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureOrder
The order value.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The class types of beans that should be checked.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnClass
The classes that must be present.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnCloudPlatform
The cloud platform that must be active.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnExpression
The SpEL expression to evaluate.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJava
The JavaVersion to check for.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJndi
JNDI Locations, one of which must exist.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class types of beans that should be checked.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass
The names of the classes that must not be present.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
The class type of bean that should be checked.
value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnThreading
The threading that must be active.
value() - Element in annotation interface org.springframework.boot.autoconfigure.domain.EntityScan
Alias for the EntityScan.basePackages() attribute.
value() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
The auto-configuration classes that should be imported.
value() - Element in annotation interface org.springframework.boot.autoconfigure.web.servlet.ConditionalOnMissingFilterBean
The filter bean type that must not be present.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.cache.CacheType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.data.RepositoryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.thread.Threading
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.cache.CacheType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.data.RepositoryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.thread.Threading
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
Returns an array containing the constants of this enum class, in the order they are declared.
Verification() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification
 
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
 
VIRTUAL - Enum constant in enum class org.springframework.boot.autoconfigure.thread.Threading
Virtual threads.

W

wasProcessed(String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Return true if the specified class name was processed by the annotation processor.
Watch() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch
 
WEB_JARS - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/webjars".
WebClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
Auto-configuration for WebClient.
WebClientAutoConfiguration() - 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(ObjectProvider<WebClientCustomizer>) - 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
 
webClientHttpConnectorCustomizer(ClientHttpConnector) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
WebClientSsl - Interface in org.springframework.boot.autoconfigure.web.reactive.function.client
Interface that can be used to apply SSL configuration to a WebClient.Builder.
WebConversionService - Class in org.springframework.boot.autoconfigure.web.format
FormattingConversionService dedicated to web applications for formatting and converting values to/from the web.
WebConversionService(DateTimeFormatters) - Constructor for class org.springframework.boot.autoconfigure.web.format.WebConversionService
Create a new WebConversionService that configures formatters with the provided date, time, and date-time formats, or registers the default if no custom format is provided.
WebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for WebFlux.
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
 
WebFluxAutoConfiguration.WelcomePageConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
 
WebFluxConfig(WebProperties, 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
 
WebFluxProperties.Format - Class in org.springframework.boot.autoconfigure.web.reactive
 
WebFluxProperties.Problemdetails - Class in org.springframework.boot.autoconfigure.web.reactive
 
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
 
webGraphQlHandler(ExecutionGraphQlService, ObjectProvider<WebGraphQlInterceptor>) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
 
webGraphQlHandler(ExecutionGraphQlService, ObjectProvider<WebGraphQlInterceptor>) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
 
WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for Web 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
 
WebMvcAutoConfigurationAdapter(WebProperties, WebMvcProperties, ListableBeanFactory, ObjectProvider<HttpMessageConverters>, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>, ObjectProvider<DispatcherServletPath>, ObjectProvider<ServletRegistrationBean<?>>) - 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.Format - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcProperties.MatchingStrategy - Enum Class in org.springframework.boot.autoconfigure.web.servlet
Matching strategy options.
WebMvcProperties.Pathmatch - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcProperties.Problemdetails - 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.
WebProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties for general web concerns.
WebProperties() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties
 
WebProperties.LocaleResolver - Enum Class in org.springframework.boot.autoconfigure.web
 
WebProperties.Resources - Class in org.springframework.boot.autoconfigure.web
 
WebProperties.Resources.Cache - Class in org.springframework.boot.autoconfigure.web
Cache configuration.
WebProperties.Resources.Cache.Cachecontrol - Class in org.springframework.boot.autoconfigure.web
Cache Control HTTP header configuration.
WebProperties.Resources.Chain - Class in org.springframework.boot.autoconfigure.web
Configuration for the Spring Resource Handling chain.
WebProperties.Resources.Chain.Strategy - Class in org.springframework.boot.autoconfigure.web
Strategies for extracting and embedding a resource version in its URL path.
WebProperties.Resources.Chain.Strategy.Content - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on content hashing.
WebProperties.Resources.Chain.Strategy.Fixed - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on a fixed version string.
WebResourcesRuntimeHints - Class in org.springframework.boot.autoconfigure.web
RuntimeHintsRegistrar for default locations of web resources.
WebResourcesRuntimeHints() - Constructor for class org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints
 
WebServicesAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
WebServicesAutoConfiguration() - 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 for WebServiceTemplate.
WebServiceTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
 
webServiceTemplateBuilder(ObjectProvider<WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
 
webSessionIdResolver() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebSessionIdResolverAutoConfiguration
 
WebSessionIdResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for WebSessionIdResolver.
WebSessionIdResolverAutoConfiguration(ServerProperties, WebFluxProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebSessionIdResolverAutoConfiguration
 
webSessionManager(ObjectProvider<WebSessionIdResolver>) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
Websocket() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
 
WebSocketConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.WebSocketConfiguration
 
WebSocketConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.WebSocketConfiguration
 
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
 
WelcomePageConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WelcomePageConfiguration
 
welcomePageHandlerMapping(ApplicationContext, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
welcomePageNotAcceptableHandlerMapping(ApplicationContext, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
welcomePageRouterFunctionMapping(ApplicationContext, WebFluxProperties, WebProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WelcomePageConfiguration
 
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
XADataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
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 and Interfaces|All Packages|Constant Field Values|Serialized Form