Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- B3 - Enum constant in enum class org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.Propagation.PropagationType
 - 
B3 single header propagation.
 - B3_MULTI - Enum constant in enum class org.springframework.boot.micrometer.tracing.autoconfigure.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 - Interface in org.springframework.boot.autoconfigure.preinitialize
 - 
Interface used to preinitialize in the background code that may otherwise cause a delay when first called.
 - Backoff() - Constructor for class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Retry.Topic.Backoff
 - BackupCluster() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Failover.BackupCluster
 - Baggage() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.Baggage
 - banner(Banner) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Sets the
Bannerinstance 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.amqp.autoconfigure.RabbitProperties.BaseContainer
 - basedOn(S, String, String, int) - Static method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
 - 
Factory method to create a new
VolumeNamebased on an object. - basedOn(S, Function, String, String, int) - Static method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
 - 
Factory method to create a new
VolumeNamebased on an object. - 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.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.persistence.autoconfigure.EntityScan
 - 
Type-safe alternative to
EntityScan.basePackages()for specifying the packages to scan for entities. - basePackageClasses() - Element in annotation interface org.springframework.boot.web.server.servlet.context.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.context.properties.ConfigurationPropertiesScan
 - 
Base packages to scan for configuration properties.
 - basePackages() - Element in annotation interface org.springframework.boot.persistence.autoconfigure.EntityScan
 - 
Base packages to scan for entities.
 - basePackages() - Element in annotation interface org.springframework.boot.web.server.servlet.context.ServletComponentScan
 - 
Base packages to scan for annotated servlet components.
 - BaseUriDetails(int, String) - Constructor for record class org.springframework.boot.test.http.server.LocalTestWebServer.BaseUriDetails
 - 
Creates an instance of a
BaseUriDetailsrecord class. - BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.security.autoconfigure.web.servlet.SecurityFilterProperties
 - 
Order applied to the
SecurityFilterChainthat is used to configure basic authentication for application endpoints. - basicAuthentication(String, String) - Method in class org.springframework.boot.restclient.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.restclient.RestTemplateBuilder
 - 
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
 - BasicErrorController - Class in org.springframework.boot.webmvc.autoconfigure.error
 - 
Basic global error
@Controller, renderingErrorAttributes. - BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
 - 
Create a new
BasicErrorControllerinstance. - BasicErrorController(ErrorAttributes, ErrorProperties, List) - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
 - 
Create a new
BasicErrorControllerinstance. - 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
BasicJsonTesterinstance. - BasicJsonTester(Class) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
 - 
Create a new
BasicJsonTesterinstance that will load resources as UTF-8. - BasicJsonTester(Class, Charset) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
 - 
Create a new
BasicJsonTesterinstance. - BATCH - Enum constant in enum class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Listener.Type
 - 
Invokes the endpoint with a batch of ConsumerRecords.
 - BatchAutoConfiguration - Class in org.springframework.boot.batch.autoconfigure
 - 
Auto-configurationfor Spring Batch using an in-memory store. - BatchAutoConfiguration() - Constructor for class org.springframework.boot.batch.autoconfigure.BatchAutoConfiguration
 - BatchConversionServiceCustomizer - Interface in org.springframework.boot.batch.autoconfigure
 - 
Callback interface that can be implemented by beans wishing to customize the
ConfigurableConversionServiceto fine-tune its auto-configuration. - BatchDataSource - Annotation Interface in org.springframework.boot.batch.jdbc.autoconfigure
 - 
Qualifier annotation for a DataSource to be injected into Batch auto-configuration.
 - BatchDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.batch.jdbc.autoconfigure
 - 
DataSourceScriptDatabaseInitializerfor the Spring Batch database. - BatchDataSourceScriptDatabaseInitializer(DataSource, BatchJdbcProperties) - Constructor for class org.springframework.boot.batch.jdbc.autoconfigure.BatchDataSourceScriptDatabaseInitializer
 - 
Create a new
BatchDataSourceScriptDatabaseInitializerinstance. - BatchJdbcAutoConfiguration - Class in org.springframework.boot.batch.jdbc.autoconfigure
 - 
Auto-configurationfor Spring Batch using a JDBC store. - BatchJdbcAutoConfiguration() - Constructor for class org.springframework.boot.batch.jdbc.autoconfigure.BatchJdbcAutoConfiguration
 - BatchJdbcProperties - Class in org.springframework.boot.batch.jdbc.autoconfigure
 - 
Configuration properties for Spring Batch using a JDBC store.
 - BatchJdbcProperties() - Constructor for class org.springframework.boot.batch.jdbc.autoconfigure.BatchJdbcProperties
 - BatchJobLauncherAutoConfiguration - Class in org.springframework.boot.batch.autoconfigure
 - 
Auto-configurationfor Spring Batch. - BatchJobLauncherAutoConfiguration() - Constructor for class org.springframework.boot.batch.autoconfigure.BatchJobLauncherAutoConfiguration
 - BatchObservationAutoConfiguration - Class in org.springframework.boot.batch.autoconfigure.observation
 - 
Auto-configurationfor instrumentation of Spring Batch Jobs. - BatchObservationAutoConfiguration() - Constructor for class org.springframework.boot.batch.autoconfigure.observation.BatchObservationAutoConfiguration
 - BatchProperties - Class in org.springframework.boot.batch.autoconfigure
 - 
Configuration properties for Spring Batch.
 - BatchProperties() - Constructor for class org.springframework.boot.batch.autoconfigure.BatchProperties
 - BatchProperties.Job - Class in org.springframework.boot.batch.autoconfigure
 - batchSize() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PushRegistryPropertiesConfigAdapter
 - BatchTaskExecutor - Annotation Interface in org.springframework.boot.batch.autoconfigure
 - 
Qualifier annotation for a
TaskExecutorto be injected into Batch auto-configuration. - BatchTransactionManager - Annotation Interface in org.springframework.boot.batch.autoconfigure
 - 
Qualifier annotation for a
PlatformTransactionManagerto be injected into Batch auto-configuration. - 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.
 - BeanNotOfRequiredTypeFailureAnalyzer - Class in org.springframework.boot.diagnostics.analyzer
 - 
An
AbstractFailureAnalyzerthat performs analysis of failures caused by aBeanNotOfRequiredTypeException. - BeanNotOfRequiredTypeFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 - BeanRegistration(String, Class, Object...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 - BeanRegistration(String, Class, Supplier, BeanDefinitionCustomizer...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 - beans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint
 - BeansEndpoint - Class in org.springframework.boot.actuate.beans
 - 
@Endpointto 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
BeansEndpointthat will describe the beans in the givencontextand 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-configurationfor 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-configuration classes that should have not yet been applied.
 - 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-configuration classes that should have not yet been applied.
 - beforeRestart() - Method in interface org.springframework.boot.devtools.restart.RestartListener
 - 
Called before an application restart.
 - beforeTestMethod(TestContext) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsTestExecutionListener
 - begin(TransactionContext) - Method in class org.springframework.boot.jooq.autoconfigure.SpringTransactionProvider
 - bind(String) - Static method in class org.springframework.boot.buildpack.platform.build.Cache
 - 
Create a new
Cachethat uses a bind mount with the provided source. - bind(String, Class) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Classusing this binder'sproperty sources. - bind(String, Object) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
 - bind(String, Bindable) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Bindableusing this binder'sproperty sources. - bind(String, Bindable, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Bindableusing this binder'sproperty sources. - bind(ConfigurationPropertyName, Bindable) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Bindableusing this binder'sproperty sources. - bind(ConfigurationPropertyName, Bindable, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Bindableusing this binder'sproperty sources. - BIND - Enum constant in enum class org.springframework.boot.buildpack.platform.build.Cache.Format
 - 
A cache stored as a bind mount.
 - 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
 - 
RuntimeHintsRegistrarthat can be used to registerReflectionHintsforBindabletypes, 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
BindableRuntimeHintsRegistrarfor the specified types. - BindableRuntimeHintsRegistrar(Bindable...) - Constructor for class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
 - 
Create a new
BindableRuntimeHintsRegistrarfor the specified bindables. - bindCacheToRegistry(Cache, Tag...) - Method in class org.springframework.boot.cache.metrics.CacheMetricsRegistrar
 - 
Attempt to bind the specified
Cacheto the registry. - 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. - Binder - Class in org.springframework.boot.context.properties.bind
 - 
A container object which Binds objects from one or more
ConfigurationPropertySources. - Binder(Iterable) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - Binder(Iterable, PlaceholdersResolver) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - Binder(Iterable, PlaceholdersResolver, List, Consumer, BindHandler, BindConstructorProvider) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - Binder(Iterable, PlaceholdersResolver, ConversionService) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - Binder(Iterable, PlaceholdersResolver, ConversionService, Consumer) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - Binder(Iterable, PlaceholdersResolver, ConversionService, Consumer, BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - Binder(Iterable, PlaceholdersResolver, ConversionService, Consumer, BindHandler, BindConstructorProvider) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - Binder(ConfigurationPropertySource...) - Constructor for class org.springframework.boot.context.properties.bind.Binder
 - 
Create a new
Binderinstance for the specified sources. - BindException - Exception Class 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. - bindHostToBuilder() - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
 - 
Returns the value of the
bindHostToBuilderrecord component. - bindImplementationSpecificMetrics(MeterRegistry) - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
 - Binding - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
Volume bindings to apply when creating a container.
 - 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.jetty.metrics.AbstractJettyMetricsBinder
 - bindMetrics(Server) - Method in class org.springframework.boot.jetty.metrics.JettyConnectionMetricsBinder
 - bindMetrics(Server) - Method in class org.springframework.boot.jetty.metrics.JettyServerThreadPoolMetricsBinder
 - bindMetrics(Server) - Method in class org.springframework.boot.jetty.metrics.JettySslHandshakeMetricsBinder
 - bindOrCreate(String, Class) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Classusing this binder'sproperty sourcesor create a new instance of the specified targetClassif the result of the binding isnull. - bindOrCreate(String, Bindable) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Bindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull. - bindOrCreate(String, Bindable, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Bindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull. - bindOrCreate(ConfigurationPropertyName, Bindable, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
 - 
Bind the specified target
Bindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif 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
Binderbind operation. - bindTo(MeterRegistry) - Method in class org.springframework.boot.amqp.metrics.RabbitMetrics
 - bindTo(MeterRegistry) - Method in class org.springframework.boot.jdbc.metrics.DataSourcePoolMetrics
 - bindTo(MeterRegistry) - Method in class org.springframework.boot.micrometer.metrics.system.DiskSpaceMetricsBinder
 - bindTo(MeterRegistry) - Method in class org.springframework.boot.r2dbc.metrics.ConnectionPoolMetrics
 - bindTo(RestTemplate) - Static method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 - 
Return a bound
MockRestServiceServerfor the givenRestTemplate, configured withRootUriRequestExpectationManagerwhen possible. - bindTo(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.restclient.test.RootUriRequestExpectationManager
 - 
Return a bound
MockRestServiceServerfor the givenRestTemplate, configured withRootUriRequestExpectationManagerwhen possible. - bindToSpringApplication(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
 - 
Bind the environment to the
ApplicationProperties. - BindValidationException - Exception Class 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
 - BlobReference - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
A reference to a blob by its digest.
 - 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
 - BOOT_CLASSPATH_INDEX_ATTRIBUTE - Static variable in class org.springframework.boot.loader.launch.Launcher
 - BootstrapContext - Interface in org.springframework.boot.bootstrap
 - 
A simple bootstrap context that is available during startup and
Environmentpost-processing up to the point that theApplicationContextis prepared. - BootstrapContextClosedEvent - Class in org.springframework.boot.bootstrap
 - 
ApplicationEventpublished by aBootstrapContextwhen it's closed. - bootstrapMode() - Element in annotation interface org.springframework.boot.data.jpa.test.autoconfigure.DataJpaTest
 - 
The
BootstrapModefor the test repository support. - BootstrapRegistry - Interface in org.springframework.boot.bootstrap
 - 
A simple object registry that is available during startup and
Environmentpost-processing up to the point that theApplicationContextis prepared. - BootstrapRegistry.InstanceSupplier<T> - Interface in org.springframework.boot.bootstrap
 - 
Supplier used to provide the actual instance when needed.
 - BootstrapRegistry.Scope - Enum Class in org.springframework.boot.bootstrap
 - 
The scope of an instance.
 - BootstrapRegistryInitializer - Interface in org.springframework.boot.bootstrap
 - 
Callback interface that can be used to initialize a
BootstrapRegistrybefore 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
 - 
BindHandlerthat can be used to track bound configuration properties. - BoundPropertiesTrackingBindHandler(Consumer) - Constructor for class org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
 - Brave() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.Brave
 - BraveAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.autoconfigure
 - 
Auto-configurationfor Brave. - 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.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
 - BufferingApplicationStartup - Class in org.springframework.boot.context.metrics.buffering
 - 
ApplicationStartupimplementation that buffersstepsand 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
ApplicationStartupwith a limited capacity and starts the recording of steps. - build() - Method in class org.springframework.boot.actuate.info.Info.Builder
 - 
Create a new
Infoinstance based on the state of this builder. - build() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Returns a fully configured
SpringApplicationthat is ready to run. - build() - Method in class org.springframework.boot.health.contributor.Health.Builder
 - 
Create a new
Healthinstance with the previously specified code and details. - build() - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
 - 
Build a default configured
ClientHttpRequestFactory. - build() - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
 - 
Build a default configured
ClientHttpConnectorBuilder. - build() - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 - 
Return a newly built
DataSourceinstance. - build() - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
 - build() - Method in interface org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer.Builder
 - 
Build the
StructuredLoggingJsonMembersCustomizer. - build() - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
 - 
Build a
ConnectionFactorybased on the state of this builder. - build() - Method in class org.springframework.boot.restclient.RestTemplateBuilder
 - 
Build a new
RestTemplateinstance and configure it using this builder. - build() - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
 - 
Build a new
SimpleAsyncTaskExecutorinstance and configure it using this builder. - build() - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
 - 
Build a new
SimpleAsyncTaskSchedulerinstance and configure it using this builder. - build() - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
 - 
Build a new
ThreadPoolTaskExecutorinstance and configure it using this builder. - build() - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
 - 
Build a new
ThreadPoolTaskSchedulerinstance and configure it using this builder. - build() - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
 - 
Build a new
WebServiceTemplateinstance and configure it using this builder. - build(Class) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
 - 
Build a new
RestTemplateinstance of the specified type and configure it using this builder. - build(Class) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
 - 
Build a new
SimpleAsyncTaskExecutorinstance of the specified type and configure it using this builder. - build(Class) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
 - 
Build a new
ThreadPoolTaskExecutorinstance of the specified type and configure it using this builder. - build(Class) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
 - 
Build a new
WebServiceTemplateinstance of the specified type and configure it using this builder. - build(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Returns a fully configured
SpringApplicationthat is ready to run. - build(BuildRequest) - Method in class org.springframework.boot.buildpack.platform.build.Builder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
 - build(HttpClientSettings) - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
 - 
Build a fully configured
ClientHttpRequestFactory, applying the givensettingsif they are provided. - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
 - 
Build a new
HttpAsyncClientinstance with the given settings applied. - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
 - 
Build a new
HttpClientinstance with the given settings applied. - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.JdkHttpClientBuilder
 - 
Build a new
HttpClientinstance with the given settings applied. - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
 - 
Build a new
HttpClientinstance with the given settings applied. - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
 - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
 - build(HttpClientSettings) - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
 - 
Build a fully configured
ClientHttpConnector, applying the givensettingsif they are provided. - build(HttpClientSettings) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
 - 
Build a new
HttpClientinstance with the given settings applied. - Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 - buildAdminProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties
 - 
Create an initial map of admin properties from the state of this instance.
 - buildConsumerProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties
 - 
Create an initial map of consumer properties from the state of this instance.
 - buildDetails(Trigger.TriggerState, Map) - Method in class org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.TriggerDescriptor
 - 
Build the full details of the trigger.
 - builder() - Method in class org.springframework.boot.restclient.RootUriBuilderFactory
 - builder(String) - Method in interface org.springframework.boot.data.metrics.AutoTimer
 - 
Factory method to create a new
Timer.Builderwith auto-timer settingsapplied. - builder(Supplier) - Method in interface org.springframework.boot.data.metrics.AutoTimer
 - 
Factory method to create a new
Timer.Builderwith auto-timer settingsapplied. - Builder - Class in org.springframework.boot.buildpack.platform.build
 - 
Central API for running buildpack operations.
 - Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
 - Builder() - Constructor for class org.springframework.boot.buildpack.platform.build.Builder
 - 
Create a new builder instance.
 - Builder() - Constructor for class org.springframework.boot.health.contributor.Health.Builder
 - 
Create new Builder instance.
 - Builder(BuilderDockerConfiguration) - Constructor for class org.springframework.boot.buildpack.platform.build.Builder
 - 
Create a new builder instance.
 - Builder(BuildLog) - Constructor for class org.springframework.boot.buildpack.platform.build.Builder
 - 
Create a new builder instance.
 - Builder(BuildLog, BuilderDockerConfiguration) - Constructor for class org.springframework.boot.buildpack.platform.build.Builder
 - 
Create a new builder instance.
 - Builder(Status) - Constructor for class org.springframework.boot.health.contributor.Health.Builder
 - 
Create new Builder instance, setting status to given
status. - Builder(Status, Map) - Constructor for class org.springframework.boot.health.contributor.Health.Builder
 - 
Create new Builder instance, setting status to given
statusand details to givendetails. - BuilderDockerConfiguration - Record Class in org.springframework.boot.buildpack.platform.build
 - 
Builderconfiguration options for Docker. - BuilderDockerConfiguration() - Constructor for record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
 - BuilderDockerConfiguration(DockerConnectionConfiguration, boolean, DockerRegistryAuthentication, DockerRegistryAuthentication) - Constructor for record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
 - 
Creates an instance of a
BuilderDockerConfigurationrecord class. - BuilderException - Exception Class in org.springframework.boot.buildpack.platform.build
 - 
Exception thrown to indicate a Builder error.
 - builderRegistryAuthentication() - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
 - 
Returns the value of the
builderRegistryAuthenticationrecord component. - BuildInfoContributor - Class in org.springframework.boot.actuate.info
 - 
An
InfoContributorthat exposesBuildProperties. - BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
 - BuildLog - Interface in org.springframework.boot.buildpack.platform.build
 - 
Callback interface used to provide
Builderoutput logging. - buildOptions() - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
 - 
Build a
ConnectionFactoryOptionsbased on the state of this builder. - BuildpackReference - Class in org.springframework.boot.buildpack.platform.build
 - 
An opaque reference to a
Buildpack. - buildProducerProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties
 - 
Create an initial map of producer properties from the state of this instance.
 - buildProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Admin
 - buildProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Consumer
 - buildProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Producer
 - buildProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Security
 - buildProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Ssl
 - buildProperties() - Method in class org.springframework.boot.kafka.autoconfigure.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.
 - BuildPropertiesWriter - Class in org.springframework.boot.loader.tools
 - 
A
BuildPropertiesWriterwrites thebuild-info.propertiesfor consumption by the Actuator. - BuildPropertiesWriter(File) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter
 - 
Creates a new
BuildPropertiesWriterthat will write to the givenoutputFile. - BuildPropertiesWriter.NullAdditionalPropertyValueException - Exception Class in org.springframework.boot.loader.tools
 - 
Exception thrown when an additional property with a null value is encountered.
 - BuildPropertiesWriter.ProjectDetails - Class in org.springframework.boot.loader.tools
 - 
Build-system agnostic details of a project.
 - BuildRequest - Class in org.springframework.boot.buildpack.platform.build
 - 
A build request to be handled by the
Builder. - buildRequestFactory() - Method in class org.springframework.boot.restclient.RestTemplateBuilder
 - 
Build a new
ClientHttpRequestFactoryinstance using the settings of this builder. - buildStreamsProperties() - Method in class org.springframework.boot.kafka.autoconfigure.KafkaProperties
 - 
Create an initial map of streams properties from the state of this instance.
 - buildSummary(boolean) - Method in class org.springframework.boot.quartz.actuate.endpoint.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.mustache.servlet.view.MustacheViewResolver
 - bundle() - Method in record class org.springframework.boot.web.server.Ssl.ServerNameSslBundle
 - 
Returns the value of the
bundlerecord component. - Bundles() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
 - byAccess(EndpointAccessResolver) - Static method in interface org.springframework.boot.actuate.endpoint.OperationFilter
 - 
Return an
OperationFilterthat filters based on the allowedaccessas determined by anaccess resolver. - byAnnotation(Class) - Static method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
 - 
Factory method to create a
MethodValidationExcludeFilterthat excludes classes by annotation found using aninherited annotations search strategy. - byAnnotation(Class, MergedAnnotations.SearchStrategy) - Static method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
 - 
Factory method to create a
MethodValidationExcludeFilterthat excludes classes by annotation found using the given search strategy. 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form