Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- B3 - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType
-
B3 single header propagation.
- B3_MULTI - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType
-
B3 multiple headers propagation.
- background(int) - Static method in class org.springframework.boot.ansi.Ansi8BitColor
-
Return a background ANSI color code instance for the given code.
- BackgroundPreinitializer - Class in org.springframework.boot.autoconfigure
-
ApplicationListener
to trigger early initialization in a background thread of time-consuming tasks. - BackgroundPreinitializer() - Constructor for class org.springframework.boot.autoconfigure.BackgroundPreinitializer
- Baggage() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- banner(Banner) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Sets the
Banner
instance which will be used to print the banner when no static banner file is provided. - Banner - Interface in org.springframework.boot
-
Interface class for writing a banner programmatically.
- BANNER_LOCATION_PROPERTY - Static variable in class org.springframework.boot.SpringApplication
-
Banner location property key.
- BANNER_LOCATION_PROPERTY_VALUE - Static variable in class org.springframework.boot.SpringApplication
-
Default banner location.
- Banner.Mode - Enum Class in org.springframework.boot
-
An enumeration of possible values for configuring the Banner.
- bannerMode(Banner.Mode) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 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. - basePackageClasses() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesScan
-
Type-safe alternative to
ConfigurationPropertiesScan.basePackages()
for specifying the packages to scan for configuration properties. - basePackageClasses() - Element in annotation interface org.springframework.boot.web.servlet.ServletComponentScan
-
Type-safe alternative to
ServletComponentScan.basePackages()
for specifying the packages to scan for annotated servlet components. - 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.
- basePackages() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesScan
-
Base packages to scan for configuration properties.
- basePackages() - Element in annotation interface org.springframework.boot.web.servlet.ServletComponentScan
-
Base packages to scan for annotated servlet components.
- BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order applied to the
SecurityFilterChain
that is used to configure basic authentication for application endpoints. - basicAuthentication(String, String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
- basicAuthentication(String, String, Charset) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
- 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
BasicErrorController
instance. - BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Create a new
BasicErrorController
instance. - BasicJsonParser - Class in org.springframework.boot.json
-
Really basic JSON parser for when you have nothing else available.
- BasicJsonParser() - Constructor for class org.springframework.boot.json.BasicJsonParser
- BasicJsonTester - Class in org.springframework.boot.test.json
-
AssertJ based JSON tester that works with basic JSON strings.
- BasicJsonTester() - Constructor for class org.springframework.boot.test.json.BasicJsonTester
-
Create a new uninitialized
BasicJsonTester
instance. - BasicJsonTester(Class<?>) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
-
Create a new
BasicJsonTester
instance that will load resources as UTF-8. - BasicJsonTester(Class<?>, Charset) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
-
Create a new
BasicJsonTester
instance. - basicJsonTesterFactoryBean() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
- BATCH - Enum constant in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
-
Invokes the endpoint with a batch of ConsumerRecords.
- BatchAutoConfiguration - Class in org.springframework.boot.autoconfigure.batch
-
Auto-configuration
for Spring Batch. - BatchAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- BatchConversionServiceCustomizer - Interface in org.springframework.boot.autoconfigure.batch
-
Callback interface that can be implemented by beans wishing to customize the
ConfigurableConversionService
that isprovided by DefaultBatchConfiguration
while retaining its default auto-configuration. - BatchDataSource - Annotation Interface in org.springframework.boot.autoconfigure.batch
-
Qualifier annotation for a DataSource to be injected into Batch auto-configuration.
- BatchDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.batch
-
DataSourceScriptDatabaseInitializer
for the Spring Batch database. - BatchDataSourceScriptDatabaseInitializer(DataSource, BatchProperties.Jdbc) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
-
Create a new
BatchDataSourceScriptDatabaseInitializer
instance. - BatchDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
-
Create a new
BatchDataSourceScriptDatabaseInitializer
instance. - batchLoaderRegistry() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
- batchObservabilityBeanPostProcessor() - Static method in class org.springframework.boot.actuate.autoconfigure.observation.batch.BatchObservationAutoConfiguration
- BatchObservationAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.observation.batch
-
Auto-configuration
for instrumentation of Spring Batch Jobs. - BatchObservationAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.batch.BatchObservationAutoConfiguration
- 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
- batchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
- batchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
The bean name that this post-processor is registered with.
- beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Bean name generator for automatically generated bean names in the application context.
- 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
- BeanNotOfRequiredTypeFailureAnalyzer - Class in org.springframework.boot.diagnostics.analyzer
-
An
AbstractFailureAnalyzer
that performs analysis of failures caused by aBeanNotOfRequiredTypeException
. - BeanNotOfRequiredTypeFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
- BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- BeanRegistration(String, Class<T>, Object...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
- BeanRegistration(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
- beans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint
- beansEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
- BeansEndpoint - Class in org.springframework.boot.actuate.beans
-
@Endpoint
to expose details of an application's beans, grouped by application context. - BeansEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.beans.BeansEndpoint
-
Creates a new
BeansEndpoint
that will describe the beans in the givencontext
and all of its ancestors. - BeansEndpoint.BeanDescriptor - Class in org.springframework.boot.actuate.beans
-
Description of a bean.
- BeansEndpoint.BeansDescriptor - Class in org.springframework.boot.actuate.beans
-
Description of an application's beans.
- BeansEndpoint.ContextBeansDescriptor - Class in org.springframework.boot.actuate.beans
-
Description of an application context beans.
- BeansEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.beans
-
Auto-configuration
for theBeansEndpoint
. - BeansEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
- because(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates the reason.
- before() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The auto-configure classes that should have not yet been applied.
- before() - Static method in enum class org.springframework.boot.test.mock.mockito.MockReset
-
Create
settings
to be used with mocks where reset should occur before each test method runs. - BEFORE - Enum constant in enum class org.springframework.boot.test.mock.mockito.MockReset
-
Reset the mock before the test method runs.
- beforeAll(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
- beforeEach(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
- beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.LoggingSystem
-
Reset the logging system to be limit output.
- beforeName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The names of the auto-configure classes that should have not yet been applied.
- beforeRestart() - Method in interface org.springframework.boot.devtools.restart.RestartListener
-
Called before an application restart.
- BeforeTestcontainersPropertySuppliedEvent - Class in org.springframework.boot.testcontainers.properties
-
Deprecated, for removal: This API element is subject to removal in a future version.
- BeforeTestcontainerUsedEvent - Class in org.springframework.boot.testcontainers.lifecycle
-
Event published just before a Testcontainers
Container
is used. - BeforeTestcontainerUsedEvent(Object) - Constructor for class org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
- beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
- beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
- beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
- begin(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- bind(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Class
using this binder'sproperty sources
. - bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
- bind(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - bind(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - bind(ConfigurationPropertyName, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - Bindable<T> - Class in org.springframework.boot.context.properties.bind
-
Source that can be bound by a
Binder
. - Bindable.BindRestriction - Enum Class in org.springframework.boot.context.properties.bind
-
Restrictions that can be applied when binding values.
- BindableRuntimeHintsRegistrar - Class in org.springframework.boot.context.properties.bind
-
RuntimeHintsRegistrar
that can be used to registerReflectionHints
forBindable
types, discovering any nested type it may expose through a property. - BindableRuntimeHintsRegistrar(Class<?>...) - Constructor for class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrar
for the specified types. - BindableRuntimeHintsRegistrar(Bindable<?>...) - Constructor for class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrar
for the specified bindables. - bindCacheToRegistry(Cache, Tag...) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
-
Attempt to bind the specified
Cache
to the registry. - bindConnectionPoolsToRegistry(Map<String, ConnectionFactory>, MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.r2dbc.ConnectionPoolMetricsAutoConfiguration
- BindConstructorProvider - Interface in org.springframework.boot.context.properties.bind
-
Strategy interface used to determine a specific constructor to use when binding.
- BindContext - Interface in org.springframework.boot.context.properties.bind
-
Context information for use by
BindHandlers
. - bindEntityManagerFactoriesToRegistry(Map<String, EntityManagerFactory>, MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
- Binder - Class in org.springframework.boot.context.properties.bind
-
A container object which Binds objects from one or more
ConfigurationPropertySources
. - Binder(Iterable<ConfigurationPropertySource>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, List<ConversionService>, Consumer<PropertyEditorRegistry>, BindHandler, BindConstructorProvider) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler, BindConstructorProvider) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(ConfigurationPropertySource...) - Constructor for class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - BindException - Exception in org.springframework.boot.context.properties.bind
-
Exception thrown when binding fails.
- BindHandler - Interface in org.springframework.boot.context.properties.bind
-
Callback interface that can be used to handle additional logic during element
binding
. - bindImplementationSpecificMetrics(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
- BINDING_ERRORS - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the binding errors attribute.
- BindMethod - Enum Class in org.springframework.boot.context.properties.bind
-
Configuration property binding methods.
- bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
- bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
- bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- bindMetrics(Server) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettySslHandshakeMetricsBinder
- bindOrCreate(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Class
using this binder'sproperty sources
or create a new instance using the type of theBindable
if the result of the binding isnull
. - bindOrCreate(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
or create a new instance using the type of theBindable
if the result of the binding isnull
. - bindOrCreate(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
or create a new instance using the type of theBindable
if the result of the binding isnull
. - bindOrCreate(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
or create a new instance using the type of theBindable
if the result of the binding isnull
. - BindResult<T> - Class in org.springframework.boot.context.properties.bind
-
A container object to return the result of a
Binder
bind operation. - bindTaskExecutorsToRegistry(Map<String, Executor>, MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration
- bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
- bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
- bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder
- bindTo(RestTemplate) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
Return a bound
MockRestServiceServer
for the givenRestTemplate
, configured withRootUriRequestExpectationManager
when possible. - bindTo(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
Return a bound
MockRestServiceServer
for the givenRestTemplate
, configured withRootUriRequestExpectationManager
when possible. - bindToSpringApplication(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
-
Bind the environment to the
SpringApplication
. - BindValidationException - Exception in org.springframework.boot.context.properties.bind.validation
-
Error thrown when validation fails during a bind operation.
- BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BOLD - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- BootstrapContext - Interface in org.springframework.boot
-
A simple bootstrap context that is available during startup and
Environment
post-processing up to the point that theApplicationContext
is prepared. - BootstrapContextClosedEvent - Class in org.springframework.boot
-
ApplicationEvent
published by aBootstrapContext
when it's closed. - bootstrapMode() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
-
The
BootstrapMode
for the test repository support. - BootstrapRegistry - Interface in org.springframework.boot
-
A simple object registry that is available during startup and
Environment
post-processing up to the point that theApplicationContext
is prepared. - BootstrapRegistry.InstanceSupplier<T> - Interface in org.springframework.boot
-
Supplier used to provide the actual instance when needed.
- BootstrapRegistry.Scope - Enum Class in org.springframework.boot
-
The scope of an instance.
- BootstrapRegistryInitializer - Interface in org.springframework.boot
-
Callback interface that can be used to initialize a
BootstrapRegistry
before it is used. - BoundConfigurationProperties - Class in org.springframework.boot.context.properties
-
Bean to record and provide bound
@ConfigurationProperties
. - BoundConfigurationProperties() - Constructor for class org.springframework.boot.context.properties.BoundConfigurationProperties
- BoundPropertiesTrackingBindHandler - Class in org.springframework.boot.context.properties.bind
-
BindHandler
that can be used to track bound configuration properties. - BoundPropertiesTrackingBindHandler(Consumer<ConfigurationProperty>) - Constructor for class org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
- Brave() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Brave
- BraveAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing
-
Auto-configuration
for Brave. - BraveAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
- braveCurrentTraceContext(List<CurrentTraceContext.ScopeDecorator>, List<CurrentTraceContextCustomizer>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
- braveSampler(TracingProperties) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
- braveTracer(Tracing) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
- braveTracing(Environment, TracingProperties, List<SpanHandler>, List<TracingCustomizer>, CurrentTraceContext, Propagation.Factory, Sampler) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
- BRIGHT_BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_RED - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_RED - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_YELLOW - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_YELLOW - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BROKEN - Enum constant in enum class org.springframework.boot.availability.LivenessState
-
The application is running but its internal state is broken.
- buffered() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- BufferingApplicationStartup - Class in org.springframework.boot.context.metrics.buffering
-
ApplicationStartup
implementation that bufferssteps
and records their timestamp as well as their processing time. - BufferingApplicationStartup(int) - Constructor for class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
-
Create a new buffered
ApplicationStartup
with a limited capacity and starts the recording of steps. - bufferRequestBody() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 as support for buffering has been removed in Spring Framework 6.1
- build() - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Create a new
Health
instance with the previously specified code and details. - build() - Method in class org.springframework.boot.actuate.info.Info.Builder
-
Create a new
Info
instance based on the state of this builder. - build() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Returns a fully configured
SpringApplication
that is ready to run. - build() - Method in class org.springframework.boot.jdbc.DataSourceBuilder
-
Return a newly built
DataSource
instance. - build() - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- build() - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Build a
ConnectionFactory
based on the state of this builder. - build() - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Build a new
SimpleAsyncTaskExecutor
instance and configure it using this builder. - build() - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Build a new
SimpleAsyncTaskScheduler
instance and configure it using this builder. - build() - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Deprecated.Build a new
ThreadPoolTaskExecutor
instance and configure it using this builder. - build() - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
Deprecated.Build a new
ThreadPoolTaskScheduler
instance and configure it using this builder. - build() - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Build a new
ThreadPoolTaskExecutor
instance and configure it using this builder. - build() - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Build a new
ThreadPoolTaskScheduler
instance and configure it using this builder. - build() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Build a new
RestTemplate
instance and configure it using this builder. - build() - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
Build the
WebServiceMessageSender
instance. - build() - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Build a new
WebServiceTemplate
instance and configure it using this builder. - build(Class<T>) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Build a new
SimpleAsyncTaskExecutor
instance of the specified type and configure it using this builder. - build(Class<T>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Deprecated.Build a new
ThreadPoolTaskExecutor
instance of the specified type and configure it using this builder. - build(Class<T>) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Build a new
ThreadPoolTaskExecutor
instance of the specified type and configure it using this builder. - build(Class<T>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Build a new
RestTemplate
instance of the specified type and configure it using this builder. - build(Class<T>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Build a new
WebServiceTemplate
instance of the specified type and configure it using this builder. - build(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Returns a fully configured
SpringApplication
that is ready to run. - build(RunningService) - Method in class org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
-
Build a JDBC URL for the given
RunningService
. - build(RunningService, String) - Method in class org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
-
Build a JDBC URL for the given
RunningService
and database. - build(RunningService, String, String, String) - Method in class org.springframework.boot.docker.compose.service.connection.r2dbc.ConnectionFactoryOptionsBuilder
- Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- buildAdminProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of
KafkaProperties.buildAdminProperties(SslBundles)
} - buildAdminProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of admin properties from the state of this instance.
- buildConsumerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of
KafkaProperties.buildConsumerProperties(SslBundles)
} - buildConsumerProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of consumer properties from the state of this instance.
- buildDetails(Trigger.TriggerState, Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
-
Build the full details of the trigger.
- builder() - Method in class org.springframework.boot.web.client.RootUriBuilderFactory
- builder(String) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
-
Factory method to create a new
Timer.Builder
with auto-timer settingsapplied
. - builder(Supplier<Timer.Builder>) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
-
Factory method to create a new
Timer.Builder
with auto-timer settingsapplied
. - Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
-
Create new Builder instance.
- Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
- Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
-
Create new Builder instance, setting status to given
status
. - Builder(Status, Map<String, ?>) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
-
Create new Builder instance, setting status to given
status
and details to givendetails
. - buildInfoContributor(BuildProperties) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
- BuildInfoContributor - Class in org.springframework.boot.actuate.info
-
An
InfoContributor
that exposesBuildProperties
. - BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
- buildOptions() - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Build a
ConnectionFactoryOptions
based on the state of this builder. - buildProducerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of
KafkaProperties.buildProducerProperties(SslBundles)
} - buildProducerProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of producer properties from the state of this instance.
- buildProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
- buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
- buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- buildProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- BuildProperties - Class in org.springframework.boot.info
-
Provide build-related information such as group and artifact.
- BuildProperties(Properties) - Constructor for class org.springframework.boot.info.BuildProperties
-
Create an instance with the specified entries.
- buildRequestFactory() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Build a new
ClientHttpRequestFactory
instance using the settings of this builder. - buildStreamsProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of
KafkaProperties.buildStreamsProperties(SslBundles)
} - buildStreamsProperties(SslBundles) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of streams properties from the state of this instance.
- buildSummary(boolean) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
-
Build the summary of the trigger.
- buildTestContext() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- buildView(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
- Bundles() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- byAnnotation(Class<? extends Annotation>) - Static method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
-
Factory method to create a
MethodValidationExcludeFilter
that excludes classes by annotation found using aninherited annotations search strategy
. - byAnnotation(Class<? extends Annotation>, MergedAnnotations.SearchStrategy) - Static method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
-
Factory method to create a
MethodValidationExcludeFilter
that excludes classes by annotation found using the given search strategy.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
BeforeTestcontainerUsedEvent