Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractClientHttpConnectorProperties - Class in org.springframework.boot.autoconfigure.http.client.reactive
-
Base
@ConfigurationPropertiesfor configuring aClientHttpConnector. - AbstractClientHttpConnectorProperties() - Constructor for class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties
- AbstractClientHttpConnectorProperties.Connector - Enum Class in org.springframework.boot.autoconfigure.http.client.reactive
-
Supported factory types.
- AbstractConnectionFactoryConfigurer<T extends org.springframework.amqp.rabbit.connection.AbstractConnectionFactory> - Class in org.springframework.boot.autoconfigure.amqp
-
Configures
Rabbit ConnectionFactorywith 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
propertiesandconnectionDetails, with the latter taking priority. - AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
-
Abstract base class for a
BeanFactoryPostProcessorthat 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
@Controllerimplementations. - 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
ErrorWebExceptionHandlerimplementations. - AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Create a new
AbstractErrorWebExceptionHandler. - AbstractHttpClientProperties - Class in org.springframework.boot.autoconfigure.http.client
-
Abstract base class for properties that directly or indirectly make use of a blocking or reactive HTTP client.
- AbstractHttpClientProperties() - Constructor for class org.springframework.boot.autoconfigure.http.client.AbstractHttpClientProperties
- AbstractHttpClientProperties.Ssl - Class in org.springframework.boot.autoconfigure.http.client
-
SSL configuration.
- AbstractHttpRequestFactoryProperties - Class in org.springframework.boot.autoconfigure.http.client
-
Base
@ConfigurationPropertiesfor configuring aClientHttpRequestFactory. - AbstractHttpRequestFactoryProperties() - Constructor for class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties
- AbstractHttpRequestFactoryProperties.Factory - Enum Class in org.springframework.boot.autoconfigure.http.client
-
Supported factory types.
- 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
RabbitListenerContainerFactorywith 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
ImportBeanDefinitionRegistrarused 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
@ConfigurationPropertiesof aAbstractTemplateViewResolver. - AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
-
Base class for
@ConfigurationPropertiesof aViewResolver. - 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-configurationto 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
ActiveMQConnectionFactorywhilst 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.Embedded - Class in org.springframework.boot.autoconfigure.jms.activemq
-
Configuration for an embedded ActiveMQ broker.
- 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
Addressrecord class. - addTo(AttributeAccessor) - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Add this container image metadata to the given attributes.
- 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-configuration classes that should have already been applied.
- afterName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The names of the auto-configuration 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.
- ALL - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
-
Log the summary and output it to the console.
- AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
-
Conditionthat 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.
- ALWAYS - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
-
Always use APR and fail if it's not available.
- 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
ConditionMessagebased 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
ConditionMessagebased on the instance and a new condition outcome. - annotatedControllerConfigurer(ObjectProvider<Executor>, ObjectProvider<HandlerMethodArgumentResolver>) - 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
AntPathMatcherimplementation. - AntPathRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AntPathRequestMatcherProvider(Function<String, String>) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
-
Deprecated.
- 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
-
Conditionthat 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-configurationfor 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
ConditionMessagebased 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
-
EnableAutoConfigurationforApplicationAvailabilityBean. - 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-configurationto 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
Configurationbefore it is used by an auto-configuredEmbeddedActiveMQinstance. - ArtemisConnectionDetails - Interface in org.springframework.boot.autoconfigure.jms.artemis
-
Details required to establish a connection to an Artemis service.
- 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.couchbase.CouchbaseProperties.Authentication
- 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 - Enum constant in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
-
Create the task executor if no user-defined executor is present.
- 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
TypeFilterimplementation 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.factoriesto limit the auto-configuration classes considered. - AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
-
Listener that can be registered with
spring.factoriesto receive details of imported auto-configurations. - AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
-
DeferredImportSelectorto handleauto-configuration. - AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- AutoConfigurationImportSelector.AutoConfigurationEntry - Class in org.springframework.boot.autoconfigure
- AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
-
Provides access to meta-data written by the auto-configure annotation processor.
- AutoConfigurationPackage - Annotation 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
-
Configurationsrepresenting auto-configuration@Configurationclasses. - AutoConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurations
- AutoConfigureAfter - Annotation Interface in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configurationshould be applied after other specified auto-configuration classes. - AutoConfigureBefore - Annotation Interface in org.springframework.boot.autoconfigure
-
Hint that an
auto-configurationshould be applied before other specified auto-configuration classes. - AutoConfigureOrder - Annotation Interface in org.springframework.boot.autoconfigure
-
Auto-configuration specific variant of Spring Framework's
@Orderannotation. - available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates something is available.
B
- BackgroundPreinitializer - Class in org.springframework.boot.autoconfigure
-
ApplicationListenerto trigger early initialization in a background thread of time-consuming tasks. - BackgroundPreinitializer() - Constructor for class org.springframework.boot.autoconfigure.BackgroundPreinitializer
- Backoff() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- BackupCluster() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover.BackupCluster
- 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 withAutoConfigurationPackages. - 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
SecurityFilterChainthat 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, renderingErrorAttributes. - BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Create a new
BasicErrorControllerinstance. - BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Create a new
BasicErrorControllerinstance. - 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-configurationfor 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
ConfigurableConversionServicethat isprovided by DefaultBatchConfigurationwhile 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
-
DataSourceScriptDatabaseInitializerfor the Spring Batch database. - BatchDataSourceScriptDatabaseInitializer(DataSource, BatchProperties.Jdbc) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
-
Create a new
BatchDataSourceScriptDatabaseInitializerinstance. - BatchDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
-
Create a new
BatchDataSourceScriptDatabaseInitializerinstance. - 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
- BatchTaskExecutor - Annotation Interface in org.springframework.boot.autoconfigure.batch
-
Qualifier annotation for a
TaskExecutorto be injected into Batch auto-configuration. - BatchTransactionManager - Annotation Interface in org.springframework.boot.autoconfigure.batch
-
Qualifier annotation for a
PlatformTransactionManagerto be injected into Batch auto-configuration. - 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-configuration classes that should have not yet been applied.
- beforeName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The names of the auto-configuration 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(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
-
Create an initial map of consumer properties from the state of this instance.
- 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
-
Create an initial map of producer properties from the state of this instance.
- 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(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-configurationfor 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
CacheManagerCustomizerinstances in the context for a givenCacheManager. - 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
CachingConnectionFactorywith 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
propertiesandconnectionDetails, 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-configurationfor 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-configurationfor 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-configurationfor 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-configurationfor 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-configurationfor 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>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
- cassandraSessionFactory(Environment, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- cassandraTemplate(CqlTemplate, 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.http.client.reactive
- ClientHttpConnectorAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
ClientHttpConnectorAutoConfigurationand to align with the deprecation ofReactorNettyHttpClientMapper - ClientHttpConnectorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
-
Deprecated.
- ClientHttpConnectorBuilderCustomizer<B extends org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder<?>> - Interface in org.springframework.boot.autoconfigure.http.client.reactive
-
Customizer that can be used to modify the auto-configured
ClientHttpConnectorBuilderwhen its type matches. - ClientHttpRequestFactoryBuilderCustomizer<B extends org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder<?>> - Interface in org.springframework.boot.autoconfigure.http.client
-
Customizer that can be used to modify the auto-configured
ClientHttpRequestFactoryBuilderwhen its type matches. - ClientResourcesBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
-
Callback interface that can be implemented by beans wishing to customize the
ClientResourcesthrough aClientResources.Builderwhilst 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
@ConditionalOnOAuth2ClientRegistrationProperties - ClientsConfiguredCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
-
Deprecated.
- close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
- close() - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- 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
ClusterEnvironmentthrough aClusterEnvironment.Builderwhilst retaining default auto-configuration. - CodecProperties - Class in org.springframework.boot.autoconfigure.codec
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
HttpCodecsProperties - CodecProperties() - Constructor for class org.springframework.boot.autoconfigure.codec.CodecProperties
-
Deprecated.
- CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
- CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
- commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- 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
ConcurrentKafkaListenerContainerFactorywith sensible defaults. - ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
- ConditionalOnBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when beans meeting all the specified requirements are already contained in theBeanFactory. - ConditionalOnBooleanProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Container annotation that aggregates several
@ConditionalOnBooleanPropertyannotations. - ConditionalOnBooleanProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat checks if the specified properties have a specific boolean value. - ConditionalOnCheckpointRestore - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when coordinated restore at checkpoint is to be used. - ConditionalOnClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified classes are on the classpath. - ConditionalOnCloudPlatform - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the specified cloud platform is active. - ConditionalOnDefaultWebSecurity - Annotation Interface in org.springframework.boot.autoconfigure.security
-
@Conditionalthat 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
-
@Conditionalthat 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
-
@Conditionalthat only matches when a GraphQL schema is defined for the application, through schema files or infrastructure beans. - ConditionalOnIssuerLocationJwtDecoder - Annotation Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Condition that matches when an
issuer-location-based JWT decodershould be used. - ConditionalOnJava - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat 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
-
@Conditionalthat matches based on the availability of a JNDIInitialContextand the ability to lookup specific locations. - ConditionalOnMissingBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when no beans meeting the specified requirements are already contained in theBeanFactory. - ConditionalOnMissingClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified classes are not on the classpath. - ConditionalOnMissingFilterBean - Annotation Interface in org.springframework.boot.autoconfigure.web.servlet
-
@Conditionalthat only matches when noFilterbeans of the specified type are contained in theBeanFactory. - ConditionalOnNotWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the application is not a traditional WAR deployment. - ConditionalOnNotWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the application context is a not a web application context. - ConditionalOnOAuth2ClientRegistrationProperties - Annotation Interface in org.springframework.boot.autoconfigure.security.oauth2.client
-
Condition that matches if any
spring.security.oauth2.client.registrationproperties are defined. - ConditionalOnProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Container annotation that aggregates several
@ConditionalOnPropertyannotations. - ConditionalOnProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat checks if the specified properties have a specific value. - ConditionalOnPublicKeyJwtDecoder - Annotation Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Condition that matches when a
public-key-based JWT decodershould be used. - ConditionalOnRepositoryType - Annotation Interface in org.springframework.boot.autoconfigure.data
-
@Conditionalthat only matches when a particular type of Spring Data repository has been enabled. - ConditionalOnResource - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified resources are on the classpath. - ConditionalOnSingleCandidate - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when a bean of the specified class is already contained in theBeanFactoryand a single candidate can be determined. - ConditionalOnThreading - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the specified threading is active. - ConditionalOnWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the application is a traditional WAR deployment. - ConditionalOnWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat 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
ConditionandConditionOutcome. - ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
-
Provides access to a number of
ConditionEvaluationReport.ConditionAndOutcomeitems. - ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
-
ApplicationContextInitializerthat writes theConditionEvaluationReportto 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
ConditionMessagefor a condition. - ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
-
Builder used to create an
ConditionMessage.ItemsBuilderfor 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
ConditionOutcomeinstance. - ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance. - ConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.neo4j
-
Callback interface that can be implemented by beans wishing to customize the
Configthrough aConfig.ConfigBuilderwhilst retaining default auto-configuration. - ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationfor@ConfigurationPropertiesbeans. - 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
-
Deprecated.Configure the given
HttpClientand return the newly created instance. - configure(T) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
-
Configures the given
connectionFactorywith 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
connectionFactoryusing the givenrabbitProperties. - 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
ConnectionDetailsFactoryinstances. - ConnectionDetailsFactories() - Constructor for class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
ConnectionDetailsFactories(ClassLoader) - ConnectionDetailsFactories(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
-
Create a new
ConnectionDetailsFactoriesinstance. - ConnectionDetailsFactory<S,
D extends ConnectionDetails> - Interface in org.springframework.boot.autoconfigure.service.connection -
A factory to create
ConnectionDetailsfrom a givensource. - ConnectionDetailsFactoryNotFoundException - Exception in org.springframework.boot.autoconfigure.service.connection
-
RuntimeExceptionthrown when aConnectionDetailsFactorycould 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
-
RuntimeExceptionthrown when requiredConnectionDetailscould 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
ConnectionFactoryOptionsthrough aConnectionFactoryOptions.Builderwhilst retaining default auto-configuration. - connectionFactoryTransactionManager(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcTransactionManagerAutoConfiguration
- CONSOLE - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
-
Output the summary to the console.
- CONSOLE - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
-
Console-based UIService.
- Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- Consumer() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- ContainerImageMetadata - Record Class in org.springframework.boot.autoconfigure.container
-
Metadata about a container image that can be added to an
AttributeAccessor. - ContainerImageMetadata(String) - Constructor for record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Creates an instance of a
ContainerImageMetadatarecord class. - 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.
- couchbaseAuthenticator(CouchbaseConnectionDetails) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
- CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
-
Auto-configurationfor Couchbase. - CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
-
Callback interface that can be implemented by beans wishing to customize the
CouchbaseCacheManager.CouchbaseCacheManagerBuilderbefore it is used to build the auto-configuredCouchbaseCacheManager. - couchbaseCluster(ClusterEnvironment, Authenticator, CouchbaseConnectionDetails) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
- couchbaseClusterEnvironment(ObjectProvider<ClusterEnvironmentBuilderCustomizer>, CouchbaseConnectionDetails) - 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-configurationfor 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.Authentication - Class in org.springframework.boot.autoconfigure.couchbase
- CouchbaseProperties.Authentication.Jks - Class in org.springframework.boot.autoconfigure.couchbase
- CouchbaseProperties.Authentication.Pem - Class in org.springframework.boot.autoconfigure.couchbase
- 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-configurationfor 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-configurationfor 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-configurationfor 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
CqlSessionthrough aCqlSessionBuilderwhilst retaining default auto-configuration. - cqlTemplate(SessionFactory) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- createClassPathScanningCandidateComponentProvider(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
-
Create a
ClassPathScanningCandidateComponentProviderto scan entities based on the specifiedApplicationContext. - 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
MultipartConfigElementusing the properties. - createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
-
Create aÂ
JmsPoolConnectionFactorybased on the specifiedConnectionFactory. - createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- 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(B) - Method in interface org.springframework.boot.autoconfigure.http.client.ClientHttpRequestFactoryBuilderCustomizer
-
Customize the given builder.
- customize(B) - Method in interface org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorBuilderCustomizer
-
Customize the given builder.
- 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.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(ClientOptions.Builder) - Method in interface org.springframework.boot.autoconfigure.data.redis.LettuceClientOptionsBuilderCustomizer
-
Customize the
ClientOptions.Builder. - customize(ClientResources.Builder) - Method in interface org.springframework.boot.autoconfigure.data.redis.ClientResourcesBuilderCustomizer
-
Customize the
ClientResources.Builder. - customize(ProxyConnectionFactory.Builder) - Method in interface org.springframework.boot.autoconfigure.r2dbc.ProxyConnectionFactoryCustomizer
-
Callback to customize a
ProxyConnectionFactory.Builderinstance. - 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(Properties) - Method in interface org.springframework.boot.autoconfigure.cache.JCachePropertiesCustomizer
-
Customize the 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(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
RabbitTemplateinstance. - customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer
-
Callback to customize a
RetryTemplateinstance used in the context of the specifiedRabbitRetryTemplateCustomizer.Target. - customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
-
Customize the given
builder. - customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.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
Builderinstance. - customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
-
Customize the JacksonObjectMapperBuilder.
- customize(PollerMetadata) - Method in interface org.springframework.boot.autoconfigure.integration.PollerMetadataCustomizer
-
Customize the
PollerMetadata. - 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(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(WebHttpHandlerBuilder) - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebHttpHandlerBuilderCustomizer
-
Callback to customize a
WebHttpHandlerBuilderinstance. - 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.pulsar.PulsarContainerFactoryCustomizer
-
Customize the container factory.
- customize(T) - Method in interface org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizer
-
Customize the given transaction manager.
- customizeFreeMarkerVariables(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.freemarker.FreeMarkerVariablesCustomizer
-
Customize the
variablesto be set as well-known FreeMarker objects. - 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
SpringLiquibaseextension that closes the underlyingDataSourceonce 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
DataSourcePoolMetadataProviderinstances 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-configurationforJdbcTransactionManager. - 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
-
Formattersfor dates, times, and date-times. - DateTimeFormatters() - Constructor for class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
- DB2 - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcDb2Dialect. - 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 or ReactiveRedisSessionRepository.
- DEFAULT - Static variable in interface org.springframework.boot.autoconfigure.jooq.ExceptionTranslatorExecuteListener
-
Default
ExceptionTranslatorExecuteListenersuitable for most applications. - 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
DefaultConfigurationwhilst retaining default auto-configuration. - DefaultCookieSerializerCustomizer - Interface in org.springframework.boot.autoconfigure.session
-
Callback interface that can be implemented by beans wishing to customize the
DefaultCookieSerializerconfiguration. - defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web.servlet.error
-
Default
ErrorViewResolverimplementation 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
DefaultErrorViewResolverinstance. - DefaultErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
-
Basic global
WebExceptionHandler, renderingErrorAttributes. - DefaultErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Create a new
DefaultErrorWebExceptionHandlerinstance. - DefaultJerseyApplicationPath - Class in org.springframework.boot.autoconfigure.web.servlet
-
Default implementation of
JerseyApplicationPaththat derives the path fromJerseyPropertiesor the@ApplicationPathannotation. - DefaultJerseyApplicationPath(String, ResourceConfig) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
- DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
-
Configure
DefaultJmsListenerContainerFactorywith sensible defaults. - DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
- DefaultKafkaConsumerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
-
Callback interface for customizing
DefaultKafkaConsumerFactorybeans. - DefaultKafkaProducerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
-
Callback interface for customizing
DefaultKafkaProducerFactorybeans. - defaultLifecycleProcessor(LifecycleProperties) - Method in class org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
- defaultPollerMetadata(IntegrationProperties, ObjectProvider<PollerMetadataCustomizer>) - 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.ldap.embedded.EmbeddedLdapAutoConfiguration
- 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 configured 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
SQLDialectto use based on this configuration and the primaryDataSource. - 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
DirectRabbitListenerContainerFactoryConfigurerwith 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-configurationfor the SpringDispatcherServlet. - DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
- DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletConfiguration() - 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
defaultDispatcherServlet. - 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
-
ServletRegistrationBeanfor the auto-configuredDispatcherServlet. - DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
-
Create a new
DispatcherServletRegistrationBeaninstance 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
DriverConfigLoaderthrough aDriverConfigLoaderBuilderCustomizerwhilst retaining default auto-configuration. - dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- 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-configurationfor 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-configurationfor 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-configurationfor 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-configurationfor Elasticsearch REST clients. - ElasticsearchRestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration
- Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Embedded
- 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-configurationfor 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-configurationfor 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
-
BeanFactoryPostProcessorthat can be used to dynamically declare that allEntityManagerFactorybeans should "depend on" one or more specific beans. - EntityManagerFactoryDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor
-
Creates a new
EntityManagerFactoryDependsOnPostProcessorthat 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
EntityManagerFactoryDependsOnPostProcessorthat 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
@EntityScanspecified packages. - EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.domain.EntityScanner
-
Create a new
EntityScannerinstance. - EntityScanPackages - Class in org.springframework.boot.autoconfigure.domain
-
Class for storing
@EntityScanspecified 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
Environmentthat is created by anEnvironmentBuilder. - 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.container.ContainerImageMetadata
-
Indicates whether some other object is "equal to" this one.
- 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-configurationto 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-configurationto render errors through a WebFluxWebExceptionHandler. - ErrorWebFluxAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
- ExceptionTranslatorExecuteListener - Interface in org.springframework.boot.autoconfigure.jooq
-
An
ExecuteListenerused by the auto-configuredDefaultExecuteListenerProviderto translate exceptions in theExecuteContext. - 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.StaticResourceServerWebExchangebased 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.StaticResourceRequestMatcherbased 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.StaticResourceServerWebExchangebased 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.StaticResourceRequestMatcherbased 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
- Failover() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
ConditionEvaluationReportfor 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-configurationfor 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
- FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
Create a new
FlywayMigrationInitializerinstance. - FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
-
Create a new
FlywayMigrationInitializerinstance. - FlywayMigrationStrategy - Interface in org.springframework.boot.autoconfigure.flyway
-
Strategy used to initialize
Flywaymigration. - 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
-
OracleConfigurationExtensionproperties. - FlywayProperties.Postgresql - Class in org.springframework.boot.autoconfigure.flyway
-
PostgreSQLConfigurationExtensionproperties. - FlywayProperties.Sqlserver - Class in org.springframework.boot.autoconfigure.flyway
-
SQLServerConfigurationExtensionproperties. - FOLLOW - Enum constant in enum class org.springframework.boot.autoconfigure.ldap.LdapProperties.Referral
-
Follow referrals automatically.
- FORCE - Enum constant in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
-
Create the task executor even if a user-defined executor is present.
- forCondition(Class<? extends Annotation>, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forCondition(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forLogLevel(LogLevel) - Static method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
Static factory method that creates a
ConditionEvaluationReportLoggingListenerwhich 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-configurationfor FreeMarker. - FreeMarkerAutoConfiguration(ApplicationContext, FreeMarkerProperties) - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
- FreeMarkerProperties - Class in org.springframework.boot.autoconfigure.freemarker
-
@ConfigurationPropertiesfor configuring FreeMarker. - FreeMarkerProperties() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- FreeMarkerTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.freemarker
-
TemplateAvailabilityProviderthat 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
- FreeMarkerVariablesCustomizer - Interface in org.springframework.boot.autoconfigure.freemarker
-
Callback interface that can be implemented by beans wishing to customize the FreeMarker variables used as
shared variablesbefore it is used by an auto-configuredFreeMarkerConfigurationFactory. - fromBundle(String) - Method in interface org.springframework.boot.autoconfigure.web.client.RestClientSsl
-
Return a
Consumerthat will apply SSL configuration for the namedSslBundleto aRestClient.Builder. - fromBundle(String) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientSsl
- fromBundle(SslBundle) - Method in interface org.springframework.boot.autoconfigure.web.client.RestClientSsl
- fromBundle(SslBundle) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientSsl
- 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
Stringvalue from the meta-data. - get(String, String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Stringvalue 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
EntityScanPackagesfor the given bean factory. - get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Obtain a
ConditionEvaluationReportfor the specified bean factory. - get(JksSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenJksSslBundleProperties. - get(JksSslBundleProperties, ResourceLoader) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenJksSslBundleProperties. - get(PemSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenPemSslBundleProperties. - get(PemSslBundleProperties, ResourceLoader) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenPemSslBundleProperties. - get(ApplicationContext, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
-
Return a
Validatorthat only implements theValidatorinterface, 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
- getAcquireRetry() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- getAcs() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- getAdditionalFiles() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- 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 interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
-
Returns the admin configuration.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
KafkaConnectionDetails.getAdmin() - 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
- getAllowedListPatterns() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- 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
- getAnalyticsEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- 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
AnnotationAttributesfrom theAnnotationMetadata. - getAudiences() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- getAuthentication() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- 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
- getAuthentication() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover.BackupCluster
- getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- getAuthExceptionRetryInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- getAuthoritiesClaimDelimiter() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- getAuthoritiesClaimName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- getAuthorityPrefix() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- 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
AuthTokenManagerto 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.AutoConfigurationEntrybased on theAnnotationMetadataof the importing@Configurationclass. - 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
- getAutoIndentString() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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
- getBackoff() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- getBackupClusters() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- getBase() - Method in interface org.springframework.boot.autoconfigure.ldap.LdapConnectionDetails
-
Base suffix from which all operations should originate.
- 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
- getBaseTemplateClass() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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
BootstrapModefor the particular repository support. - getBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails.Configuration
-
Returns the list of bootstrap servers.
- 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 interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConnectionDetails
-
Artemis broker url.
- 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.http.client.AbstractHttpClientProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- getBundle() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties.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
- 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
- getCertificates() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- 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
- getCheckInterval() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
- 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
- getClientConfig() - Method in interface org.springframework.boot.autoconfigure.hazelcast.HazelcastConnectionDetails
-
The
ClientConfigfor Hazelcast client. - getClientId() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
- 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
- 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
- getCommonMessages() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getCommunityDbSupportEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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
- getConcurrency() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.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
- getConfig() - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
- 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
ConnectionDetailsfrom the givensource. - getConnectionDetails(S, boolean) - Method in class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
-
Return a
MapofConnectionDetailsinterface type toConnectionDetailsinstance 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
ConnectionStringfor 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
- getConnector() - Method in class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties
- 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
- getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpClientProperties
- getConsistency() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
- getConstructorDetector() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
- getConsumer() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
-
Returns the consumer configuration.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
KafkaConnectionDetails.getConsumer() - 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
- getDeclarationEncoding() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- getDecodeSlash() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- getDecryption() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- getDefaultContentTypes() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- 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.integration.IntegrationProperties.Endpoint
- 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.Backoff
- getDelay() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDelay() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
- getDialect() - Method in class org.springframework.boot.autoconfigure.data.jdbc.JdbcDataProperties
- 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
nullif 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.activemq.ActiveMQProperties
- 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.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
-
Returns whether the errors parameter is set.
- getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-
Return the custom
ExceptionHandlerExceptionResolverthat 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.excludeproperty. - 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
- getFactory() - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties
- getFailover() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- 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
- getFrom(AttributeAccessor) - Static method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Return
ContainerImageMetadatafrom the given attributes ornullif no metadata has been added. - 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
- getHttp() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- 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
- getIncludePath() - 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
Integervalue from the meta-data. - getInteger(String, String, Integer) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Integervalue 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.pulsar.PulsarProperties.Threads
- 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
nullif 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
nullif 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.couchbase.CouchbaseProperties.Authentication
- 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.graphql.GraphQlProperties.Sse
- getKeepAlive() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
- 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
- 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.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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLettuce() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
- getLicenseKey() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- 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
- getListener() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Threads
- 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.groovy.template.GroovyTemplateProperties
- 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.couchbase.CouchbaseProperties.Authentication.Jks
- 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
-
Deprecated.
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
-
Deprecated.
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.KeyValueCondition
-
Deprecated.
- 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.Backoff
- getMaxDelay() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
- getMaxFormKeys() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- 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
-
Deprecated.
- getMaxInMemorySize() - Method in class org.springframework.boot.autoconfigure.http.codec.HttpCodecsProperties
- 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
- getMaxMessagesPerTask() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- getMaxParameterCount() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getMaxParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- getMaxParts() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- getMaxPollInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- getMaxQueueCapacity() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- getMaxQueueCapacity() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.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
- getMaxSessions() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
- 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
-
Returns whether the message parameter is set.
- getMessageRoutingMode() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- getMetadataUri() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- getMimeMappings() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- 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 interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConnectionDetails
-
Artemis deployment mode, auto-detected by default.
- 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.task.TaskExecutionProperties
- 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.Backoff
- getMultiplier() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
- getNameIdFormat() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- getNamespace() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- 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
- getNewLineString() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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.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
@EntityScanannotations. - 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.Authentication.Jks
- 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
nullif no Flyway-specific configuration is required. - getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Return the configured password or
nullif 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 interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConnectionDetails
-
Login password of the broker.
- 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 interface org.springframework.boot.autoconfigure.ldap.LdapConnectionDetails
-
Login password of the server.
- 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
nullif 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
- getPath() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Http
- 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
- getPathParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
-
Returns whether the path parameter is set.
- 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.couchbase.CouchbaseProperties.Authentication
- 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
- getPolicy() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
- getPrincipalClaimName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- 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.couchbase.CouchbaseProperties.Authentication.Pem
- 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.couchbase.CouchbaseProperties.Authentication.Jks
- getPrivateKeyPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- 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 interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
-
Returns the producer configuration.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
KafkaConnectionDetails.getProducer() - 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.mongo.MongoProperties
- 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
- getReadFrom() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- getReadOnlyHeaders() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- getReadTimeout() - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpClientProperties
- 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
- getRedirects() - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpClientProperties
- 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
- getReferral() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- 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
RepositoryConfigurationExtensionfor 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
RequestMappingHandlerAdapterthat should be used and processed by the WebFlux configuration. - getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-
Return the custom
RequestMappingHandlerAdapterthat should be used and processed by the MVC configuration. - getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
-
Return the custom
RequestMappingHandlerMappingthat should be used and processed by the WebFlux configuration. - getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-
Return the custom
RequestMappingHandlerMappingthat should be used and processed by the MVC configuration. - getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
-
Deprecated.
- getRequestMatcher(String) - Method in interface org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider
-
Deprecated.Return the
RequestMatcherto 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
RouterFunctionthat 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
- getSecurityProtocol() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails.Configuration
-
Returns the security protocol.
- getSecurityProtocol() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
-
Returns the security protocol.
- 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
- getSerializationMode() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- 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
- getServiceUrl() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover.BackupCluster
- 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
ServletRegistrationBeanto 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
Setvalue from the meta-data. - getSet(String, String, Set<String>) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get a
Setvalue 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 propertiestoDatabaseInitializationSettingsreplacing any @@platform@@ placeholders. - getSettings(DataSource, QuartzProperties) - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
-
Adapts
Quartz propertiestoDatabaseInitializationSettingsreplacing any @@platform@@ placeholders. - getSettings(SqlInitializationProperties) - Static method in class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
-
Adapts
SQL initialization propertiestoDatabaseInitializationSettings. - getSettings(SqlInitializationProperties) - Static method in class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
-
Adapts
SQL initialization propertiestoDatabaseInitializationSettings. - 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.TaskExecutionProperties.Pool
- 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.
- getSse() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- getSse() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Http
- 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.http.client.AbstractHttpClientProperties
- 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.mail.MailProperties
- 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
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails
-
SSL bundle to use.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails
-
SSL bundle to use.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.couchbase.CouchbaseConnectionDetails
-
SSL bundle to use.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Cluster
-
SSL bundle to use.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Sentinel
-
SSL bundle to use.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
-
SSL bundle to use.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails
-
SSL bundle to use.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails.Configuration
-
Returns the SSL bundle.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
-
Returns the SSL bundle.
- getSslBundle() - Method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails
-
SSL bundle to use.
- getSslBundle() - Method in class org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
- 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 interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
-
Returns the Kafka Streams configuration.
- getStreams() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
- getStreamsBootstrapServers() - Method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
KafkaConnectionDetails.getStreams() - getStrictness() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- 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
- getSwitchBackDelay() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
- getTenant() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- 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.pulsar.PulsarProperties.Client
- 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.graphql.GraphQlProperties.DeprecatedSse
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTimeout() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Sse
- 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
- getTopic() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
- 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
-
Returns whether the trace parameter is set.
- getTransacted() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
- getTransaction() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties
- 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
- getUiService() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that were evaluated but were not conditional.
- getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- getUri() - Method in class org.springframework.boot.autoconfigure.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.jdbc.DataSourceProperties
-
Return the configured url or
nullif 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
ServletRegistrationBeanto map Jersey's servlet. - getUrls() - Method in interface org.springframework.boot.autoconfigure.ldap.LdapConnectionDetails
-
LDAP URLs of the server.
- getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- getUseApr() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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 interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConnectionDetails
-
Login user of the broker.
- 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
nullif no Flyway-specific configuration is required. - getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Return the configured username or
nullif 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 interface org.springframework.boot.autoconfigure.ldap.LdapConnectionDetails
-
Login username of the server.
- 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
nullif 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.4 for removal in 4.0.0 in favor of
JpaBaseConfiguration.getVendorProperties(DataSource) - getVendorProperties(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Return the vendor-specific properties for the given
DataSource. - getVerification() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- 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-configurationfor 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
-
Propertiesfor Spring GraphQL. - GraphQlProperties() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- GraphQlProperties.DeprecatedSse - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Graphiql - Class in org.springframework.boot.autoconfigure.graphql
- GraphQlProperties.Http - 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.Sse - 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-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Query By Example support and register them asDataFetchers 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-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Querydsl support and register them asDataFetchers 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-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Query By Example support and register them asDataFetchers 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-configurationthat creates aGraphQlSourceBuilderCustomizers to detect Spring Data repositories with Querydsl support and register them asDataFetchers for any queries with a matching return type. - GraphQlReactiveQuerydslAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQuerydslAutoConfiguration
- graphQlRouterFunction(GraphQlHttpHandler, GraphQlSseHandler, ObjectProvider<GraphQlSource>, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
- graphQlRouterFunction(GraphQlHttpHandler, GraphQlSseHandler, ObjectProvider<GraphQlSource>, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
- GraphQlRSocketAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.rsocket
-
Auto-configurationfor 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
Builderwhilst retaining default auto-configuration. - graphQlSseHandler(WebGraphQlHandler, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
- graphQlSseHandler(WebGraphQlHandler, GraphQlProperties) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
- GraphQlWebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.graphql.reactive
-
Auto-configurationfor 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-configurationfor 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-configurationfor 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-configurationfor 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
- 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
-
TemplateAvailabilityProviderthat 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
-
@ConfigurationPropertiesfor 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
-
Auto-configurationfor 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
GsonthroughGsonBuilderretaining 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
- GsonProperties.Strictness - Enum Class in org.springframework.boot.autoconfigure.gson
-
Enumeration of levels of strictness.
H
- H2 - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcH2Dialect. - h2Console() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
- H2ConsoleAutoConfiguration - Class in org.springframework.boot.autoconfigure.h2
-
Auto-configurationfor H2's web console. - 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.container.ContainerImageMetadata
-
Returns a hash code value for this object.
- 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
-
Propertiesfor Spring HATEOAS. - HateoasProperties() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
- havingValue() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
The expected value for the properties.
- 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-configurationfor 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
-
SpringBootConditionused to check if the Hazelcast configuration is available. - HazelcastConfigResourceCondition(String, String...) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
- HazelcastConnectionDetails - Interface in org.springframework.boot.autoconfigure.hazelcast
-
Details required to establish a client connection to a Hazelcast instance.
- HazelcastJpaDependencyAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
-
Additional configuration to ensure that
EntityManagerFactorybeans depend on thehazelcastInstancebean. - 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-configurationfor 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
hostrecord component. - host() - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
-
Returns the value of the
hostrecord component. - host() - Method in record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
-
Returns the value of the
hostrecord component. - hostname() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
-
Returns the value of the
hostnamerecord component. - HSQL - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcHsqlDbDialect. - Http() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Http
- HTTP - Enum constant in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
-
HTTP.
- HTTP_COMPONENTS - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Apache HttpComponents HttpClient.
- HTTP_COMPONENTS - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
Apache HttpComponents HttpClient.
- HttpClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.client
- HttpClientProperties - Class in org.springframework.boot.autoconfigure.http.client
-
@ConfigurationPropertiesfor a Spring's blocking HTTP clients. - HttpClientProperties() - Constructor for class org.springframework.boot.autoconfigure.http.client.HttpClientProperties
- HttpCodecsProperties - Class in org.springframework.boot.autoconfigure.http.codec
-
Propertiesfor reactive HTTP codecs. - HttpCodecsProperties() - Constructor for class org.springframework.boot.autoconfigure.http.codec.HttpCodecsProperties
- HttpEncodingAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
-
Auto-configurationfor configuring the encoding to use in web applications. - HttpEncodingAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
- httpHandler(ObjectProvider<WebFluxProperties>, ObjectProvider<WebHttpHandlerBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
- HttpHandlerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
-
Auto-configurationforHttpHandler. - 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
HttpMessageConvertersinstance with the specified converters. - HttpMessageConverters(Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
-
Create a new
HttpMessageConvertersinstance with the specified additional converters. - HttpMessageConverters(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
-
Create a new
HttpMessageConvertersinstance with the specified additional converters. - HttpMessageConvertersAutoConfiguration - Class in org.springframework.boot.autoconfigure.http
-
Auto-configurationforHttpMessageConverters. - 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
-
RestClientCustomizerto applyHttpMessageConverters. - HttpMessageConvertersRestClientCustomizer(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer
- HttpReactiveClientProperties - Class in org.springframework.boot.autoconfigure.http.client.reactive
-
@ConfigurationPropertiesto configure settings that apply to Spring's reactive client HTTP connectors. - HttpReactiveClientProperties() - Constructor for class org.springframework.boot.autoconfigure.http.client.reactive.HttpReactiveClientProperties
- HTTPS - Enum constant in enum class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node.Protocol
-
HTTPS.
- HypermediaAutoConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
-
Auto-configurationfor 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 - Enum constant in enum class org.springframework.boot.autoconfigure.ldap.LdapProperties.Referral
-
Ignore referrals.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 since Spring Security no longer recommends using the
.ignoring()method - 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.
- imageName() - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Returns the value of the
imageNamerecord component. - 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 or ReactiveRedisIndexedSessionRepository.
- 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
- 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
DataSourceBuilderwith 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-configurationfor 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
TaskSchedulerif 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
-
DataSourceScriptDatabaseInitializerfor the Spring Integration database. - IntegrationDataSourceScriptDatabaseInitializer(DataSource, IntegrationProperties.Jdbc) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
-
Create a new
IntegrationDataSourceScriptDatabaseInitializerinstance. - IntegrationDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
-
Create a new
IntegrationDataSourceScriptDatabaseInitializerinstance. - 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(ApplicationContext) - Static 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
ConditionOutcome(boolean, ConditionMessage) - Io() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
- isAcceptTasksAfterContextClose() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
- 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
- isAutoEscape() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- isAutoIndent() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- isAutoIndexCreation() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- isAutoNewLine() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
trueif 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.h2.H2ConsoleProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Embedded
- 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.jmx.JmxProperties
- 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.mail.MailProperties.Ssl
- 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.pulsar.PulsarProperties.Transaction
- 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.MultipartProperties
- 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
- isExpandEmptyElements() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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
trueif 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
- isIgnoreWarnings() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.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.
- isIncludePath(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Determine if the path attribute should be included.
- isIncludePath(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Determine if the path 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
PlatformTransactionManageris being used. - isLogLeakedSessions() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
-
Deprecated.
- isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.http.codec.HttpCodecsProperties
- 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
trueif 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
- isMultipleIssuersAllowed() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- 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.amqp.RabbitProperties.BaseContainer
- isObservationEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- 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
- isPathEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Check whether the path attribute has been set on the given request.
- 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
- isPresent(AttributeAccessor) - Static method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Return
trueifContainerImageMetadatahas been added to the given attributes. - 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
- isRandom() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- isRandomBackOff() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
- isRejectTasksWhenLimitReached() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- 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
- isResultsMapCaseInsensitive() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- 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
- isSkipResultsProcessing() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- isSkipUndeclaredResults() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- 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
- isSubscriptionDurable() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
- IssuerUriCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
@ConditionalOnIssuerLocationJwtDecoder - IssuerUriCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
-
Deprecated.
- 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
trueif a template is available for the givenview. - isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
- isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- 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
- isUseDoubleQuotes() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- isUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
- 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
- isValidateTransactionState() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- isVerifyHostname() - 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
ObjectMapperthroughJackson2ObjectMapperBuilderretaining 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.
- JCachePropertiesCustomizer - Interface in org.springframework.boot.autoconfigure.cache
-
Callback interface that can be implemented by beans wishing to customize the properties used by the
CachingProviderto create theCacheManager. - 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-configurationforJdbcClient. - 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.
- JdbcDatabaseDialect - Enum Class in org.springframework.boot.autoconfigure.data.jdbc
-
List of database dialects that can be configured in Boot for use with Spring Data JDBC.
- JdbcDataProperties - Class in org.springframework.boot.autoconfigure.data.jdbc
-
Configuration properties for Spring Data JDBC.
- JdbcDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.jdbc.JdbcDataProperties
- 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
-
JdbcTemplatesettings. - JdbcRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.jdbc
-
Auto-configurationfor Spring Data's JDBC Repositories. - JdbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.jdbc.JdbcRepositoriesAutoConfiguration
- JdbcSessionDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.session
-
DataSourceScriptDatabaseInitializerfor the Spring Session JDBC database. - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, JdbcSessionProperties) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
-
Create a new
JdbcSessionDataSourceScriptDatabaseInitializerinstance. - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceScriptDatabaseInitializer
-
Create a new
JdbcSessionDataSourceScriptDatabaseInitializerinstance. - JdbcSessionProperties - Class in org.springframework.boot.autoconfigure.session
-
Configuration properties for JDBC backed Spring Session.
- JdbcSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- JdbcStoreTypeConfiguration() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- JdbcTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- JdbcTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
- JDK - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Java's HttpClient.
- JDK - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
Java's HttpClient.
- 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
JedisClientConfigurationthrough aJedisClientConfiguration.JedisClientConfigurationBuilderwhilst 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-configurationfor 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
-
@ConfigurationPropertiesfor 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
- JETTY - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Jetty's HttpClient.
- JETTY - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
Jetty's HttpClient.
- 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
- Jks() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks
- JksSslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
-
SslBundlePropertiesfor 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-configurationfor 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Â
JmsPoolConnectionFactoryfrom properties defined inJmsPoolConnectionFactoryProperties. - JmsPoolConnectionFactoryFactory(JmsPoolConnectionFactoryProperties) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
- JmsPoolConnectionFactoryProperties - Class in org.springframework.boot.autoconfigure.jms
-
Configuration properties for connection factory pooling.
- JmsPoolConnectionFactoryProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- JmsProperties - Class in org.springframework.boot.autoconfigure.jms
-
Configuration properties for JMS.
- JmsProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties
- JmsProperties.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>, ObjectProvider<ObservationRegistry>) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
- JmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.jmx
-
Auto-configurationto enable/disable Spring's@EnableMBeanExportmechanism 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-configurationfor JMS provided from JNDI. - JndiConnectionFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
- JndiDataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
Auto-configurationfor a JNDI locatedDataSource. - 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
ApplicationEventencapsulating aJobExecution. - JobExecutionEvent(JobExecution) - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-
Create a new
JobExecutionEventinstance. - jobExecutionExitCodeGenerator() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- JobExecutionExitCodeGenerator - Class in org.springframework.boot.autoconfigure.batch
-
ExitCodeGeneratorforJobExecutionEvents. - 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
-
ApplicationRunnertolaunchSpring Batch jobs. - JobLauncherApplicationRunner(JobLauncher, JobExplorer, JobRepository) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
-
Create a new
JobLauncherApplicationRunner. - JobStoreType - Enum Class in org.springframework.boot.autoconfigure.quartz
-
Define the supported Quartz
JobStore. - JooqAutoConfiguration - Class in org.springframework.boot.autoconfigure.jooq
-
Auto-configurationfor jOOQ. - JooqAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- jooqExceptionTranslator() - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- jooqExceptionTranslatorExecuteListenerProvider(ExceptionTranslatorExecuteListener) - 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-configurationfor 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-configurationfor 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-configurationfor 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
-
TemplateAvailabilityProviderthat provides availability information for JSP view templates. - JspTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
- JtaAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction.jta
-
Auto-configurationfor 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.JwkSetUriJwtDecoderBuilderused to create the auto-configuredJwtDecoderfor 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.JwkSetUriReactiveJwtDecoderBuilderused to create the auto-configuredReactiveJwtDecoderfor 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
- KafkaAutoConfiguration - Class in org.springframework.boot.autoconfigure.kafka
-
Auto-configurationfor Apache Kafka. - KafkaConnectionDetails - Interface in org.springframework.boot.autoconfigure.kafka
-
Details required to establish a connection to a Kafka service.
- KafkaConnectionDetails.Configuration - Interface in org.springframework.boot.autoconfigure.kafka
-
Kafka connection details configuration.
- kafkaJaasInitializer() - 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.Retry.Topic.Backoff - Class in org.springframework.boot.autoconfigure.kafka
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
@ConditionalOnPublicKeyJwtDecoder - KeyValueCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.KeyValueCondition
-
Deprecated.
L
- launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- LdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap
-
Auto-configurationfor LDAP. - LdapAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
- LdapConnectionDetails - Interface in org.springframework.boot.autoconfigure.ldap
-
Details required to establish a connection to an LDAP service.
- ldapContextSource(LdapConnectionDetails, LdapProperties, 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.Referral - Enum Class in org.springframework.boot.autoconfigure.ldap
-
Define the methods to handle referrals.
- LdapProperties.Template - Class in org.springframework.boot.autoconfigure.ldap
-
settings. - LdapRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.ldap
-
Auto-configurationfor Spring Data's LDAP Repositories. - LdapRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.ldap.LdapRepositoriesAutoConfiguration
- ldapTemplate(LdapProperties, ContextSource, ObjectDirectoryMapper) - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
- LEGACY_STRICT - Enum constant in enum class org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
-
Strict compliance with some small deviations for legacy reasons.
- LENIENT - Enum constant in enum class org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
-
Lenient compliance.
- 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
LettuceClientConfigurationthrough aLettuceClientConfiguration.LettuceClientConfigurationBuilderwhilst retaining default auto-configuration. - LettuceClientOptionsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
-
Callback interface that can be implemented by beans wishing to customize the
ClientOptionsof theLettuceClientConfigurationthrough aClientOptions.Builderwhilst retaining default auto-configuration. - LifecycleAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationrelating 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.
- LiquibaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
-
Auto-configurationfor 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
- LiquibaseProperties.ShowSummary - Enum Class in org.springframework.boot.autoconfigure.liquibase
-
Enumeration of types of summary to show.
- LiquibaseProperties.ShowSummaryOutput - Enum Class in org.springframework.boot.autoconfigure.liquibase
-
Enumeration of destinations to which the summary should be output.
- LiquibaseProperties.UiService - Enum Class in org.springframework.boot.autoconfigure.liquibase
-
Enumeration of types of UIService.
- 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
-
AbstractMessageListenerContainertarget. - 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
- LOG - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
-
Log the summary.
- logError(ServerRequest, ServerResponse, Throwable) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Logs the
throwableerror for the givenrequestandresponseexchange. - LOGGER - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
-
Logging-based UIService.
- 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
- MailProperties.Ssl - Class in org.springframework.boot.autoconfigure.mail
- MailSenderAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
-
Auto configurationfor email support. - MailSenderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
- MailSenderValidatorAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
-
Auto configurationfor 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
- MARIA - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcMySqlDialect. - match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for a 'match'. - match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance 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
ConditionOutcomeinstance 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.ConditionalOnBooleanProperty
-
Specify if the condition should match if the property is not set.
- 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
messageKeyTyperecord component. - messageSource(MessageSourceProperties) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationforMessageSource. - MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration.ResourceBundleCondition - Class in org.springframework.boot.autoconfigure.context
- 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
messageTyperecord component. - 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
-
Auto-configurationfor 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
MongoClientSettingsthrough aMongoClientSettings.Builderwhilst 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-configurationfor 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
- MongoReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
-
Auto-configurationfor Reactive Mongo. - MongoReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
- MongoReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
Auto-configurationfor Spring Data's reactive mongo support. - MongoReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
Auto-configurationfor 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-configurationfor 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-configurationfor 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-configurationfor 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
-
@ConfigurationPropertiesfor 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
-
TemplateAvailabilityProviderthat 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
- MYSQL - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcMySqlDialect.
N
- name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
-
The names of the auto-configuration classes that should have already been applied.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
-
The names of the auto-configuration 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.ConditionalOnBooleanProperty
-
The name of the properties to test.
- 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
BeanNameGeneratorclass 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
-
Auto-configurationfor 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-configurationfor 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-configurationfor 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-configurationfor 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-configurationfor 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
-
Auto-configurationfor Netty. - NettyAutoConfiguration(NettyProperties) - Constructor for class org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration
- NettyProperties - Class in org.springframework.boot.autoconfigure.netty
-
@ConfigurationPropertiesfor 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.
- NEVER - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
-
Never use APR.
- Node(String, int) - Constructor for record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
-
Creates an instance of a
Noderecord class. - Node(String, int) - Constructor for record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
-
Creates an instance of a
Noderecord 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
Noderecord class. - noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'no match'. - noMatch(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance 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
-
Conditionthat 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-configurationfor 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-configurationfor 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
-
Auto-configurationfor OAuth client support. - OAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.servlet
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
OAuth2ClientAutoConfiguration - OAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientAutoConfiguration
- OAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration
-
Deprecated.
- 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
OAuth2ClientPropertiestoClientRegistrations. - OAuth2ClientPropertiesMapper(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
-
Creates a new mapper for the given
properties. - OAuth2ClientWebSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.servlet
-
Auto-configuration for web security that uses an OAuth 2 client.
- OAuth2ClientWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientWebSecurityAutoConfiguration
- OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
-
Auto-configurationfor 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
- objectDirectoryMapper() - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
- 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
AcknowledgeModeof the givenmode. - of(String, int) - Static method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
-
Creates a new instance with the given host and port.
- of(String, int, int) - Static method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
-
Creates a new instance with the given host, port and database.
- of(String, int, int, SslBundle) - Static method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
-
Creates a new instance with the given host, port, database and SSL bundle.
- of(String, int, SslBundle) - Static method in interface org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
-
Creates a new instance with the given host, port and SSL bundle.
- of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method to create a new
ConditionMessagewith a specific message. - of(String, String) - Static method in interface org.springframework.boot.autoconfigure.mongo.MongoConnectionDetails.GridFs
-
Factory method to create a new
MongoConnectionDetails.GridFsinstance. - of(Collection<? extends ConditionMessage>) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method to create a new
ConditionMessagecomprised of the specified messages. - of(Collection<? extends TransactionManagerCustomizer<?>>) - Static method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
-
Returns a new
TransactionManagerCustomizersinstance containing the givencustomizers. - of(Collection<ReactorNettyHttpClientMapper>) - Static method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
-
Deprecated.Return a new
ReactorNettyHttpClientMappercomposed of the given mappers. - of(Function<ExecuteContext, SQLExceptionTranslator>) - Static method in interface org.springframework.boot.autoconfigure.jooq.ExceptionTranslatorExecuteListener
-
Creates a new
ExceptionTranslatorExecuteListenerbacked by anSQLExceptionTranslator. - of(List<String>) - Static method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails.Configuration
-
Creates a new configuration with the given bootstrap servers.
- of(List<String>, SslBundle) - Static method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails.Configuration
-
Creates a new configuration with the given bootstrap servers and SSL bundle.
- of(List<String>, SslBundle, String) - Static method in interface org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails.Configuration
-
Creates a new configuration with the given bootstrap servers, SSL bundle and security protocol.
- of(ReactorNettyHttpClientMapper...) - Static method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
-
Deprecated.Return a new
ReactorNettyHttpClientMappercomposed of the given mappers. - OFF - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
-
Do not show a summary.
- 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
-
Conditionthat 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
- ORACLE - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcOracleDialect. - 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
-
@Conditionannotations and supporting classes. - org.springframework.boot.autoconfigure.container - package org.springframework.boot.autoconfigure.container
-
Support classes related to auto-configuration involving containers.
- 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.client - package org.springframework.boot.autoconfigure.http.client
-
Auto-configuration for client-side HTTP.
- org.springframework.boot.autoconfigure.http.client.reactive - package org.springframework.boot.autoconfigure.http.client.reactive
-
Auto-configuration for client-side reactive HTTP.
- org.springframework.boot.autoconfigure.http.codec - package org.springframework.boot.autoconfigure.http.codec
-
Auto-configuration for HTTP codecs.
- 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
MetadataNamingStrategythat supports a parentApplicationContext. - 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
passwordrecord component. - PATH_PATTERN_PARSER - Enum constant in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
-
Use the
PathPatternParserimplementation. - PathBasedTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.template
-
Abstract base class for
TemplateAvailabilityProviderimplementations 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
ServerWebExchangeMatcherfor commonly used paths. - PathRequest - Class in org.springframework.boot.autoconfigure.security.servlet
-
Factory that can be used to create a
RequestMatcherfor commonly used paths. - PathRequest.H2ConsoleRequestMatcher - Class in org.springframework.boot.autoconfigure.security.servlet
-
The request matcher used to match against h2 console path.
- Pem() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- PemSslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
-
SslBundlePropertiesfor 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-configurationfor 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.
- Poller() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- PollerMetadataCustomizer - Interface in org.springframework.boot.autoconfigure.integration
-
Callback interface that can be implemented by beans wishing to customize the
PollerMetadatawhilst retaining default auto-configuration. - 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
portrecord component. - port() - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
-
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
-
Returns the value of the
portrecord component. - port() - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
-
Returns the value of the
portrecord component. - Postgresql() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
- POSTGRESQL - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcPostgresDialect. - 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
HttpMessageConverterlist 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
HttpMessageConverterlist before it is used to configure the part converters ofAllEncompassingFormHttpMessageConverter. - prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-
Log file name prefix.
- prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
-
Log file name prefix.
- prefix() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
A prefix that should be applied to each property.
- 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-configurationfor 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
-
Adapts
MongoPropertiestoMongoConnectionDetails. - PropertiesMongoConnectionDetails(MongoProperties, SslBundles) - 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-configurationforPropertySourcesPlaceholderConfigurer. - 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
protocolrecord 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
@Beanmethods should get proxied in order to enforce bean lifecycle behavior, e.g. - ProxyConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.r2dbc
-
Callback interface that can be used to customize a
ProxyConnectionFactory.Builder. - PulsarAutoConfiguration - Class in org.springframework.boot.autoconfigure.pulsar
-
Auto-configurationfor Apache Pulsar. - PulsarConnectionDetails - Interface in org.springframework.boot.autoconfigure.pulsar
-
Details required to establish a connection to a Pulsar service.
- PulsarContainerFactoryCustomizer<T extends org.springframework.pulsar.config.PulsarContainerFactory<?,
?>> - Interface in org.springframework.boot.autoconfigure.pulsar -
Callback interface that can be implemented by beans wishing to customize a
PulsarContainerFactorybefore it is fully initialized, in particular to tune its configuration. - 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.Topic - Class in org.springframework.boot.autoconfigure.pulsar
- 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
topicNameorschemaInfomust be specified. - PulsarProperties.Failover - Class in org.springframework.boot.autoconfigure.pulsar
- PulsarProperties.Failover.BackupCluster - Class in org.springframework.boot.autoconfigure.pulsar
- 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
- PulsarProperties.Threads - Class in org.springframework.boot.autoconfigure.pulsar
- PulsarProperties.Transaction - Class in org.springframework.boot.autoconfigure.pulsar
- PulsarReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.pulsar
-
Auto-configurationfor Spring for Apache Pulsar Reactive. - pulsarTransactionManager(PulsarClient) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarAutoConfiguration
Q
- QuartzAutoConfiguration - Class in org.springframework.boot.autoconfigure.quartz
-
Auto-configurationfor 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
-
DataSourceScriptDatabaseInitializerfor the Quartz Scheduler database. - QuartzDataSourceScriptDatabaseInitializer(DataSource, QuartzProperties) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
-
Create a new
QuartzDataSourceScriptDatabaseInitializerinstance. - QuartzDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
-
Create a new
QuartzDataSourceScriptDatabaseInitializerinstance. - 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
-
Auto-configurationfor 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-configurationforDatabaseClient. - 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
- R2dbcProxyAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
-
Auto-configurationforProxyConnectionFactory. - R2dbcProxyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcProxyAutoConfiguration
- R2dbcRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.r2dbc
-
Auto-configurationfor Spring Data R2DBC Repositories. - R2dbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcRepositoriesAutoConfiguration
- R2dbcTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.r2dbc
-
Auto-configurationforR2dbcTransactionManager. - R2dbcTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.r2dbc.R2dbcTransactionManagerAutoConfiguration
- RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
-
Auto-configurationforRabbitTemplate. - RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
- RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
- RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration - 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
RabbitConnectionFactoryBeanwith sensible defaults. - RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
-
Creates a new configurer that will use the given
resourceLoaderandproperties. - RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
-
Creates a new configurer that will use the given
resourceLoader,properties, andconnectionDetails. - 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, andsslBundles. - RabbitConnectionFactoryCreator(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
- rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration
- RabbitMessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration
- 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
RetryTemplateused 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
RabbitStreamTemplatewith 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
RabbitTemplatewith 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(ReactiveCqlTemplate, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
- reactiveCqlTemplate(ReactiveSessionFactory) - 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-configurationfor 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-configurationfor 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-configurationfor 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 propertiesfor 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-configurationfor Spring Security's Reactive OAuth2 client. - ReactiveOAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
- ReactiveOAuth2ClientWebSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.reactive
-
Auto-configuration for reactive web security that uses an OAuth 2 client.
- ReactiveOAuth2ClientWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientWebSecurityAutoConfiguration
- ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
-
Auto-configurationfor 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-configurationfor 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
@Configurationfor 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-configurationfor 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
-
WebServerFactoryCustomizerto applyServerPropertiesto reactive servers. - ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-
Create a new
ReactiveWebServerFactoryCustomizerinstance. - ReactiveWebServerFactoryCustomizer(ServerProperties, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-
Create a new
ReactiveWebServerFactoryCustomizerinstance. - REACTOR - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Reactor-Netty.
- REACTOR - Enum constant in enum class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
Reactor-Netty.
- ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
-
Auto-configurationfor 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
ClientHttpConnectorBuilderCustomizeror declaring a pre-configuredClientHttpConnectorBuilderbean - 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-configurationfor 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-configurationfor 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-configurationfor 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 anSslBundleRegistry. - 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-configurationfor 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
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider - 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
-
SpringBootConditionused 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
ResourceConfigbefore 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-configurationforRestClient. - RestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration
- RestClientBuilderConfigurer - Class in org.springframework.boot.autoconfigure.web.client
-
Configure
RestClient.Builderwith 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
RestClientthrough aRestClientBuilderwhilst retaining default auto-configuration. - RestClientSsl - Interface in org.springframework.boot.autoconfigure.web.client
-
Interface that can be used to
applySSL configuration to aRestClient.Builder. - RestTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
- 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<ClientHttpRequestFactoryBuilder<?>>, ObjectProvider<ClientHttpRequestFactorySettings>, 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
RestTemplateBuilderwith 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-configurationforRSocketGraphQlClient. - 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-configurationfor Spring RSocket support in Spring Messaging. - RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
- RSocketProperties - Class in org.springframework.boot.autoconfigure.rsocket
-
Propertiesfor 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-configurationforRSocketRequester. - 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-configurationfor 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-configurationfor 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-configurationforRSocketStrategies. - 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-configurationfor 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
SchedulerFactoryBeanbefore 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
schemaInforecord component. - SchemaInfo(SchemaType, Class<?>) - Constructor for record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
-
Creates an instance of a
SchemaInforecord class. - schemaType() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
-
Returns the value of the
schemaTyperecord 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-configurationfor 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-configurationfor 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
-
RabbitTemplatetarget. - sendGrid(SendGridProperties) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
- SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
-
Auto-configurationfor SendGrid. - SendGridAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
- SendGridProperties - Class in org.springframework.boot.autoconfigure.sendgrid
-
@ConfigurationPropertiesfor 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
-
@ConfigurationPropertiesfor 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.Tomcat.UseApr - Enum Class in org.springframework.boot.autoconfigure.web
-
When to use APR.
- 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-configurationfor 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
-
WebServerFactoryCustomizerto applyServerPropertiesandWebListenerRegistrarsto 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-configurationfor 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
- setAcceptTasksAfterContextClose(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
- 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
- setAcquireRetry(int) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setAdaptive(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
- setAdditionalFiles(Resource[]) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- 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(List<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
- setAllowedListPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- 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
- setAnalyticsEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- 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
- setAuthExceptionRetryInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setAuthoritiesClaimDelimiter(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setAuthoritiesClaimName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setAuthorityPrefix(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- 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
- setAutoEscape(boolean) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- setAutoIndent(boolean) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- setAutoIndentString(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- setAutoIndexCreation(Boolean) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- setAutoNewLine(boolean) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- setAutoOffsetReset(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
- setBackupClusters(List<PulsarProperties.Failover.BackupCluster>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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(List<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
- setBaseTemplateClass(Class<? extends BaseTemplate>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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.http.client.HttpClientAutoConfiguration
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration
- 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.http.client.AbstractHttpClientProperties.Ssl
- setBundle(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setBundle(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties.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
- 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
- setCertificates(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- 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
- setCheckInterval(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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.jms.JmsProperties
- 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
CommonErrorHandlerto use. - setCommonMessages(List<Resource>) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setCommunityDbSupportEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 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
- setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.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
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
- 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
- setConnector(AbstractClientHttpConnectorProperties.Connector) - Method in class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties
- 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
- setConnectTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpClientProperties
- 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(List<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
- setDeclarationEncoding(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- setDecodeSlash(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setDecodeUrl(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setDefaultContentTypes(List<MediaType>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- 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.integration.IntegrationProperties.Endpoint
- 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.Backoff
- setDelay(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setDelay(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
- setDialect(JdbcDatabaseDialect) - Method in class org.springframework.boot.autoconfigure.data.jdbc.JdbcDataProperties
- 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.activemq.ActiveMQProperties.Embedded
- 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.mail.MailProperties.Ssl
- 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.pulsar.PulsarProperties.Transaction
- 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
- setExpandEmptyElements(boolean) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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
- setFactory(AbstractHttpRequestFactoryProperties.Factory) - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties
- 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
- setIgnoreWarnings(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.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
- setIncludePath(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.pulsar.PulsarProperties.Threads
- 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.graphql.GraphQlProperties.Sse
- setKeepAlive(Duration) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
- 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
- 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.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(List<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.liquibase.LiquibaseProperties
- 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
- setListener(Integer) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Threads
- 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.groovy.template.GroovyTemplateProperties
- 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.couchbase.CouchbaseProperties.Authentication.Jks
- 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
-
Deprecated.
- setLogRequestDetails(boolean) - Method in class org.springframework.boot.autoconfigure.http.codec.HttpCodecsProperties
- 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.Backoff
- setMaxDelay(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
- setMaxFormKeys(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- 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
-
Deprecated.
- setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.autoconfigure.http.codec.HttpCodecsProperties
- 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
- setMaxMessagesPerTask(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- 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
- setMaxParameterCount(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxParameters(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setMaxParts(Integer) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- setMaxPollInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setMaxQueueCapacity(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
- 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
- setMaxSessions(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
- 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
MessageConverterto use ornullif the out-of-the-box converter should be used. - setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
-
Set the
MessageConverterto use ornullif the out-of-the-box converter should be used. - setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
-
Set the
MessageConverterto use ornullif 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
MessageRecovererto use ornullto 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
- setMimeMappings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
- 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(TaskExecutionProperties.Mode) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- 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
- setMultipleIssuersAllowed(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- 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.Backoff
- setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
- setNameIdFormat(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- setNamespace(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setNativeListener(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
- setNewLineString(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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.amqp.RabbitProperties.BaseContainer
- setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- 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
- setObservationRegistry(ObservationRegistry) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.10 for removal in 4.0.0 as this should have been package private
- 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.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.Authentication.Jks
- 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.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.Http
- setPath(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
- setPolicy(AutoClusterFailoverBuilder.FailoverPolicy) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
- setPrincipalClaimName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- 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.couchbase.CouchbaseProperties.Authentication.Pem
- 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.couchbase.CouchbaseProperties.Authentication.Jks
- setPrivateKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- 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
ProducerCustomizerinstances 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.mongo.MongoProperties
- 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
- setRandom(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- setRandomBackOff(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setReadCompacted(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setReadCompacted(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- setReadFrom(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- setReadOnlyHeaders(List<String>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpClientProperties
- 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
- setRedirects(HttpRedirects) - Method in class org.springframework.boot.autoconfigure.http.client.AbstractHttpClientProperties
- 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
- setReferral(LdapProperties.Referral) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- 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
- setRejectTasksWhenLimitReached(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- 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
- setResultsMapCaseInsensitive(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- 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
RabbitRetryTemplateCustomizerinstances to use. - setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
-
Set the
RabbitRetryTemplateCustomizerinstances 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
- setSerializationMode(EnableSpringDataWebSupport.PageSerializationMode) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- 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
- setServiceUrl(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover.BackupCluster
- 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(LiquibaseProperties.ShowSummary) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setShowSummaryOutput(LiquibaseProperties.ShowSummaryOutput) - 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
- setSkipResultsProcessing(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- setSkipUndeclaredResults(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- 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
StreamMessageConverterto use ornullif the out-of-the-box stream message converter should be used. - setStrictness(GsonProperties.Strictness) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
- setStrictServletCompliance(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setSubscriptionDurable(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
- 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
- setSwitchBackDelay(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- 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
- setTenant(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- 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
- 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.graphql.GraphQlProperties.DeprecatedSse
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Sse
- 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
- setUiService(LiquibaseProperties.UiService) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- 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.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
- setUseApr(ServerProperties.Tomcat.UseApr) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setUseDoubleQuotes(boolean) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- 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.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
- setValidateTransactionState(boolean) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- 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
ViewResolverto 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.Pool.Shutdown
- 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.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Standard JDK facilities.
- 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
SimpleRabbitListenerContainerFactoryConfigurerwith 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() - 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
configurationclass that declares one or more@Beanmethods and also triggersauto-configurationandcomponent scanning. - SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
-
Base of all
Conditionimplementations 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-configurationfor 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.
- springDataWebSettings() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- 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
- SQL_SERVER - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcSqlServerDialect. - SqlDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
-
DataSourceScriptDatabaseInitializerfor the primary SQL database. - SqlDataSourceScriptDatabaseInitializer(DataSource, SqlInitializationProperties) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
-
Create a new
SqlDataSourceScriptDatabaseInitializerinstance. - SqlDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
-
Create a new
SqlDataSourceScriptDatabaseInitializerinstance. - SqlInitializationAutoConfiguration - Class in org.springframework.boot.autoconfigure.sql.init
-
Auto-configurationfor 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 propertiesfor initializing an SQL database. - SqlInitializationProperties() - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- SqlR2dbcScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
-
R2dbcScriptDatabaseInitializerfor the primary SQL database. - SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, SqlInitializationProperties) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
-
Create a new
SqlR2dbcScriptDatabaseInitializerinstance. - SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
-
Create a new
SqlR2dbcScriptDatabaseInitializerinstance. - Sqlserver() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
- Sse() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Sse
- 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.http.client.AbstractHttpClientProperties.Ssl
- Ssl() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- Ssl() - Constructor for class org.springframework.boot.autoconfigure.mail.MailProperties.Ssl
- Ssl() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
- SslAutoConfiguration - Class in org.springframework.boot.autoconfigure.ssl
-
Auto-configurationfor 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
SslBundleinstances with anSslBundleRegistry. - SslBundleSslEngineFactory - Class in org.springframework.boot.autoconfigure.kafka
- 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
MongoClientSettingsBuilderCustomizerthat applies standard settings to aMongoClientSettings. - StandardMongoClientSettingsBuilderCustomizer(ConnectionString, UuidRepresentation, MongoProperties.Ssl, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of
StandardMongoClientSettingsBuilderCustomizer(MongoConnectionDetails, UuidRepresentation) - StandardMongoClientSettingsBuilderCustomizer(MongoConnectionDetails, UuidRepresentation) - 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
ServerWebExchangeMatcherfor static resources in commonly used locations. - StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.servlet
-
Used to create a
RequestMatcherfor 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() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
Return a
Streamof theConditionEvaluationReport.ConditionAndOutcomeitems. - 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
StreamsBuilderFactoryBeanbeans. - STRICT - Enum constant in enum class org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
-
Strict compliance.
- 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
- SUMMARY - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
-
Show a summary.
- supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
T
- TaskExecutionAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
-
Auto-configurationforTaskExecutor. - 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.Mode - Enum Class in org.springframework.boot.autoconfigure.task
-
Determine when the task executor is to be created.
- TaskExecutionProperties.Pool - Class in org.springframework.boot.autoconfigure.task
- TaskExecutionProperties.Pool.Shutdown - 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(ThreadPoolTaskSchedulerBuilder) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- taskSchedulerVirtualThreads(SimpleAsyncTaskSchedulerBuilder) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- TaskSchedulingAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
-
Auto-configurationforTaskScheduler. - 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
TemplateAvailabilityProviderbeans 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
TemplateAvailabilityProvidersinstance. - TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProvidersinstance. - TemplateAvailabilityProviders(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProvidersinstance. - 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.pulsar.PulsarProperties.Threads
- 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
- THROW - Enum constant in enum class org.springframework.boot.autoconfigure.ldap.LdapProperties.Referral
-
Throw
ReferralExceptionwhen a referral is encountered. - ThymeleafAutoConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
-
Auto-configurationfor 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
-
TemplateAvailabilityProviderthat 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
-
WebServerFactoryCustomizerto applyServerPropertiesto 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
-
WebServerFactoryCustomizerto applyServerPropertiesto 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
VirtualThreadExecutoronTomcat'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
- Topic() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- topicName() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
-
Returns the value of the
topicNamerecord component. - toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.reactive.PathRequest
-
Returns a
StaticResourceRequestthat can be used to create a matcher forlocations. - toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
-
Returns a
StaticResourceRequestthat can be used to create a matcher forlocations. - 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.container.ContainerImageMetadata
-
Returns a string representation of this record class.
- 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.ssl.PropertiesSslBundle
- toString() - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
- Transaction() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Transaction
- transactionalOperator(ReactiveTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
- TransactionAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction
-
Auto-configurationfor 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
TransactionManagerswhile retaining default auto-configuration. - TransactionManagerCustomizers - Class in org.springframework.boot.autoconfigure.transaction
-
A collection of
TransactionManagerCustomizers. - TransactionProperties - Class in org.springframework.boot.autoconfigure.transaction
-
Configuration properties that can be applied to an
AbstractPlatformTransactionManager. - TransactionProperties() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionProperties
- transactionProvider(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- transactionTemplate(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
TypeMappingrecord 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
-
WebServerFactoryCustomizerto applyServerPropertiesto 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-configurationfor a Spring Security in-memoryAuthenticationManager. - 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
usernamerecord 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-configurationto 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
-
Validatorimplementation that delegates calls to anotherValidator. - value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
Explicitly specify the name of the Spring bean definition associated with the
@AutoConfigurationclass. - value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
-
The auto-configuration classes that should have already been applied.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
-
The auto-configuration 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.ConditionalOnBooleanProperties
-
Return the contained
@ConditionalOnBooleanPropertyannotations. - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
Alias for
ConditionalOnBooleanProperty.name(). - 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 platformthat 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
JavaVersionto 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.ConditionalOnProperties
-
Return the contained
@ConditionalOnPropertyannotations. - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
Alias for
ConditionalOnProperty.name(). - 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
threadingthat 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.jdbc.JdbcDatabaseDialect
-
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.gson.GsonProperties.Strictness
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.http.client.AbstractHttpRequestFactoryProperties.Factory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
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.ldap.LdapProperties.Referral
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
-
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.task.TaskExecutionProperties.Mode
-
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.ServerProperties.Tomcat.UseApr
-
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.jdbc.JdbcDatabaseDialect
-
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.gson.GsonProperties.Strictness
-
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.http.client.AbstractHttpRequestFactoryProperties.Factory
-
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.http.client.reactive.AbstractClientHttpConnectorProperties.Connector
-
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.ldap.LdapProperties.Referral
-
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.liquibase.LiquibaseProperties.ShowSummary
-
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.liquibase.LiquibaseProperties.ShowSummaryOutput
-
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.liquibase.LiquibaseProperties.UiService
-
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.task.TaskExecutionProperties.Mode
-
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.ServerProperties.Tomcat.UseApr
-
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.
- VERBOSE - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
-
Show a verbose summary.
- 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
- viewNameTranslator() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- 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
trueif 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-configurationforWebClient. - 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
-
WebClientCustomizerthat 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.WebClientAutoConfiguration
- WebClientSsl - Interface in org.springframework.boot.autoconfigure.web.reactive.function.client
-
Interface that can be used to
applySSL configuration to aWebClient.Builder. - WebConversionService - Class in org.springframework.boot.autoconfigure.web.format
-
FormattingConversionServicededicated 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-configurationforWebFlux. - 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(Environment, 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
-
Propertiesfor 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
WebFluxAutoConfigurationin 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
- WebHttpHandlerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.web.reactive
-
Callback interface used to customize a
WebHttpHandlerBuilder. - WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
-
Auto-configurationforWeb 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
-
Propertiesfor 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
WebMvcConfigurationSupportin place of the default ones provided by Spring MVC. - WebProperties - Class in org.springframework.boot.autoconfigure.web
-
Configuration propertiesfor 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
-
RuntimeHintsRegistrarfor default locations of web resources. - WebResourcesRuntimeHints() - Constructor for class org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints
- webServiceHttpMessageSenderFactory(ObjectProvider<ClientHttpRequestFactoryBuilder<?>>, ObjectProvider<ClientHttpRequestFactorySettings>) - Method in class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
- WebServicesAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices
-
Auto-configurationfor 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
-
@ConfigurationPropertiesfor 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-configurationforWebServiceTemplate. - WebServiceTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
- webServiceTemplateBuilder(ObjectProvider<WebServiceMessageSenderFactory>, 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-configurationfor 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
- WHEN_AVAILABLE - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
-
Use APR if it is available.
- Whitelabel() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
- WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- WsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsConfiguration
- wsdlDefinitionBeanFactoryPostProcessor() - Static method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
X
- Xa() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
- XADataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
-
Auto-configurationforDataSourcewith XA. - XADataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RequestMatcherProvider