索引
常量字段值|所有程序包|所有类和接口|序列化表格
B
- B3 - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType
-
B3 single header propagation.
- B3_MULTI - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType
-
B3 multiple headers propagation.
- background(int) - 类中的静态方法 org.springframework.boot.ansi.Ansi8BitColor
-
Return a background ANSI color code instance for the given code.
- BackgroundPreinitializer - org.springframework.boot.autoconfigure中的类
-
ApplicationListener
to trigger early initialization in a background thread of time-consuming tasks. - BackgroundPreinitializer() - 类的构造器 org.springframework.boot.autoconfigure.BackgroundPreinitializer
- Backoff() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- BackupCluster() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover.BackupCluster
- Baggage() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- banner(Banner) - 类中的方法 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 - org.springframework.boot中的接口
-
Interface class for writing a banner programmatically.
- BANNER_LOCATION_PROPERTY - 类中的静态变量 org.springframework.boot.SpringApplication
-
Banner location property key.
- BANNER_LOCATION_PROPERTY_VALUE - 类中的静态变量 org.springframework.boot.SpringApplication
-
Default banner location.
- Banner.Mode - org.springframework.boot中的枚举类
-
An enumeration of possible values for configuring the Banner.
- bannerMode(Banner.Mode) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
- BaseContainer() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
- basedOn(S, String, String, int) - 类中的静态方法 org.springframework.boot.buildpack.platform.docker.type.VolumeName
-
Factory method to create a new
VolumeName
based on an object. - basedOn(S, Function<S, String>, String, String, int) - 类中的静态方法 org.springframework.boot.buildpack.platform.docker.type.VolumeName
-
Factory method to create a new
VolumeName
based on an object. - basePackageClasses() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfigurationPackage
-
Type-safe alternative to
AutoConfigurationPackage.basePackages()
for specifying the packages to be registered withAutoConfigurationPackages
. - basePackageClasses() - 批注接口 中的元素 org.springframework.boot.autoconfigure.domain.EntityScan
-
Type-safe alternative to
EntityScan.basePackages()
for specifying the packages to scan for entities. - basePackageClasses() - 批注接口 中的元素 org.springframework.boot.context.properties.ConfigurationPropertiesScan
-
Type-safe alternative to
ConfigurationPropertiesScan.basePackages()
for specifying the packages to scan for configuration properties. - basePackageClasses() - 批注接口 中的元素 org.springframework.boot.web.servlet.ServletComponentScan
-
Type-safe alternative to
ServletComponentScan.basePackages()
for specifying the packages to scan for annotated servlet components. - basePackages() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfigurationPackage
-
Base packages that should be registered with
AutoConfigurationPackages
. - basePackages() - 批注接口 中的元素 org.springframework.boot.autoconfigure.domain.EntityScan
-
Base packages to scan for entities.
- basePackages() - 批注接口 中的元素 org.springframework.boot.context.properties.ConfigurationPropertiesScan
-
Base packages to scan for configuration properties.
- basePackages() - 批注接口 中的元素 org.springframework.boot.web.servlet.ServletComponentScan
-
Base packages to scan for annotated servlet components.
- BASIC_AUTH_ORDER - 类中的静态变量 org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order applied to the
SecurityFilterChain
that is used to configure basic authentication for application endpoints. - basicAuthentication(String, String) - 类中的方法 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) - 类中的方法 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>) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
- BasicErrorController - org.springframework.boot.autoconfigure.web.servlet.error中的类
-
Basic global error
@Controller
, renderingErrorAttributes
. - BasicErrorController(ErrorAttributes, ErrorProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Create a new
BasicErrorController
instance. - BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Create a new
BasicErrorController
instance. - BasicJsonParser - org.springframework.boot.json中的类
-
Really basic JSON parser for when you have nothing else available.
- BasicJsonParser() - 类的构造器 org.springframework.boot.json.BasicJsonParser
- BasicJsonTester - org.springframework.boot.test.json中的类
-
AssertJ based JSON tester that works with basic JSON strings.
- BasicJsonTester() - 类的构造器 org.springframework.boot.test.json.BasicJsonTester
-
Create a new uninitialized
BasicJsonTester
instance. - BasicJsonTester(Class<?>) - 类的构造器 org.springframework.boot.test.json.BasicJsonTester
-
Create a new
BasicJsonTester
instance that will load resources as UTF-8. - BasicJsonTester(Class<?>, Charset) - 类的构造器 org.springframework.boot.test.json.BasicJsonTester
-
Create a new
BasicJsonTester
instance. - basicJsonTesterFactoryBean() - 类中的方法 org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
- BATCH - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
-
Invokes the endpoint with a batch of ConsumerRecords.
- BatchAutoConfiguration - org.springframework.boot.autoconfigure.batch中的类
-
Auto-configuration
for Spring Batch. - BatchAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
- BatchConversionServiceCustomizer - 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 - org.springframework.boot.autoconfigure.batch中的批注接口
-
Qualifier annotation for a DataSource to be injected into Batch auto-configuration.
- BatchDataSourceScriptDatabaseInitializer - org.springframework.boot.autoconfigure.batch中的类
-
DataSourceScriptDatabaseInitializer
for the Spring Batch database. - BatchDataSourceScriptDatabaseInitializer(DataSource, BatchProperties.Jdbc) - 类的构造器 org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
-
Create a new
BatchDataSourceScriptDatabaseInitializer
instance. - BatchDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.autoconfigure.batch.BatchDataSourceScriptDatabaseInitializer
-
Create a new
BatchDataSourceScriptDatabaseInitializer
instance. - batchLoaderRegistry() - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
- batchObservabilityBeanPostProcessor() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.observation.batch.BatchObservationAutoConfiguration
- BatchObservationAutoConfiguration - org.springframework.boot.actuate.autoconfigure.observation.batch中的类
-
Auto-configuration
for instrumentation of Spring Batch Jobs. - BatchObservationAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.observation.batch.BatchObservationAutoConfiguration
- BatchProperties - org.springframework.boot.autoconfigure.batch中的类
-
Configuration properties for Spring Batch.
- BatchProperties() - 类的构造器 org.springframework.boot.autoconfigure.batch.BatchProperties
- BatchProperties.Jdbc - org.springframework.boot.autoconfigure.batch中的类
- BatchProperties.Job - org.springframework.boot.autoconfigure.batch中的类
- batchSize() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
- batchSize() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- BatchTaskExecutor - org.springframework.boot.autoconfigure.batch中的批注接口
-
Qualifier annotation for a
TaskExecutor
to be injected into Batch auto-configuration. - BatchTransactionManager - org.springframework.boot.autoconfigure.batch中的批注接口
-
Qualifier annotation for a
PlatformTransactionManager
to be injected into Batch auto-configuration. - BEAN_NAME - 类中的静态变量 org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
The bean name that this post-processor is registered with.
- beanNameGenerator(BeanNameGenerator) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Bean name generator for automatically generated bean names in the application context.
- beanNameViewResolver() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- beanNameViewResolver() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- BeanNotOfRequiredTypeFailureAnalyzer - org.springframework.boot.diagnostics.analyzer中的类
-
An
AbstractFailureAnalyzer
that performs analysis of failures caused by aBeanNotOfRequiredTypeException
. - BeanNotOfRequiredTypeFailureAnalyzer() - 类的构造器 org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
- BeanPostProcessorsRegistrar() - 类的构造器 org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- BeanPostProcessorsRegistrar() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- BeanRegistration(String, Class<T>, Object...) - 类的构造器 org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
- BeanRegistration(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - 类的构造器 org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
- beans() - 类中的方法 org.springframework.boot.actuate.beans.BeansEndpoint
- beansEndpoint(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
- BeansEndpoint - org.springframework.boot.actuate.beans中的类
-
@Endpoint
to expose details of an application's beans, grouped by application context. - BeansEndpoint(ConfigurableApplicationContext) - 类的构造器 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 - org.springframework.boot.actuate.beans中的类
-
Description of a bean.
- BeansEndpoint.BeansDescriptor - org.springframework.boot.actuate.beans中的类
-
Description of an application's beans.
- BeansEndpoint.ContextBeansDescriptor - org.springframework.boot.actuate.beans中的类
-
Description of an application context beans.
- BeansEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.beans中的类
-
Auto-configuration
for theBeansEndpoint
. - BeansEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
- because(String) - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates the reason.
- before() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfiguration
-
The auto-configuration classes that should have not yet been applied.
- before() - 枚举类中的静态方法 org.springframework.boot.test.mock.mockito.MockReset
-
已过时。Create
settings
to be used with mocks where reset should occur before each test method runs. - BEFORE - 枚举类 中的枚举常量 org.springframework.boot.test.mock.mockito.MockReset
-
已过时。Reset the mock before the test method runs.
- beforeAll(ExtensionContext) - 类中的方法 org.springframework.boot.test.system.OutputCaptureExtension
- beforeEach(ExtensionContext) - 类中的方法 org.springframework.boot.test.system.OutputCaptureExtension
- beforeInitialize() - 类中的方法 org.springframework.boot.logging.AbstractLoggingSystem
- beforeInitialize() - 类中的方法 org.springframework.boot.logging.java.JavaLoggingSystem
- beforeInitialize() - 类中的方法 org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- beforeInitialize() - 类中的方法 org.springframework.boot.logging.logback.LogbackLoggingSystem
- beforeInitialize() - 类中的方法 org.springframework.boot.logging.LoggingSystem
-
Reset the logging system to be limit output.
- beforeName() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfiguration
-
The names of the auto-configuration classes that should have not yet been applied.
- beforeRestart() - 接口中的方法 org.springframework.boot.devtools.restart.RestartListener
-
Called before an application restart.
- BeforeTestcontainerUsedEvent - org.springframework.boot.testcontainers.lifecycle中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- BeforeTestcontainerUsedEvent(Object) - 类的构造器 org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
-
已过时。
- beforeTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
- beforeTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-
已过时。
- beforeTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
-
已过时。
- begin(TransactionContext) - 类中的方法 org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- bind(String) - 类中的静态方法 org.springframework.boot.buildpack.platform.build.Cache
-
Create a new
Cache
that uses a bind mount with the provided source. - bind(String, Class<T>) - 类中的方法 org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Class
using this binder'sproperty sources
. - bind(String, Object) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
- bind(String, Bindable<T>) - 类中的方法 org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - bind(String, Bindable<T>, BindHandler) - 类中的方法 org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - bind(ConfigurationPropertyName, Bindable<T>) - 类中的方法 org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - 类中的方法 org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Bindable
using this binder'sproperty sources
. - BIND - 枚举类 中的枚举常量 org.springframework.boot.buildpack.platform.build.Cache.Format
-
A cache stored as a bind mount.
- Bindable<T> - org.springframework.boot.context.properties.bind中的类
-
Source that can be bound by a
Binder
. - Bindable.BindRestriction - org.springframework.boot.context.properties.bind中的枚举类
-
Restrictions that can be applied when binding values.
- BindableRuntimeHintsRegistrar - 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<?>...) - 类的构造器 org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrar
for the specified types. - BindableRuntimeHintsRegistrar(Bindable<?>...) - 类的构造器 org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
-
Create a new
BindableRuntimeHintsRegistrar
for the specified bindables. - bindCacheToRegistry(Cache, Tag...) - 类中的方法 org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
-
Attempt to bind the specified
Cache
to the registry. - bindConnectionPoolsToRegistry(ConfigurableListableBeanFactory, MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.r2dbc.ConnectionPoolMetricsAutoConfiguration
- BindConstructorProvider - org.springframework.boot.context.properties.bind中的接口
-
Strategy interface used to determine a specific constructor to use when binding.
- BindContext - org.springframework.boot.context.properties.bind中的接口
-
Context information for use by
BindHandlers
. - bindEntityManagerFactoriesToRegistry(Map<String, EntityManagerFactory>, MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
- Binder - org.springframework.boot.context.properties.bind中的类
-
A container object which Binds objects from one or more
ConfigurationPropertySources
. - Binder(Iterable<ConfigurationPropertySource>) - 类的构造器 org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver) - 类的构造器 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) - 类的构造器 org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService) - 类的构造器 org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>) - 类的构造器 org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler) - 类的构造器 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) - 类的构造器 org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - Binder(ConfigurationPropertySource...) - 类的构造器 org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance for the specified sources. - BindException - org.springframework.boot.context.properties.bind中的异常错误类
-
Exception thrown when binding fails.
- BindHandler - org.springframework.boot.context.properties.bind中的接口
-
Callback interface that can be used to handle additional logic during element
binding
. - bindImplementationSpecificMetrics(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
- Binding - org.springframework.boot.buildpack.platform.docker.type中的类
-
Volume bindings to apply when creating a container.
- BINDING_ERRORS - 枚举类 中的枚举常量 org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the binding errors attribute.
- BindMethod - org.springframework.boot.context.properties.bind中的枚举类
-
Configuration property binding methods.
- bindMetrics(Server) - 类中的方法 org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
- bindMetrics(Server) - 类中的方法 org.springframework.boot.actuate.metrics.web.jetty.JettyConnectionMetricsBinder
- bindMetrics(Server) - 类中的方法 org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- bindMetrics(Server) - 类中的方法 org.springframework.boot.actuate.metrics.web.jetty.JettySslHandshakeMetricsBinder
- bindOrCreate(String, Class<T>) - 类中的方法 org.springframework.boot.context.properties.bind.Binder
-
Bind the specified target
Class
using this binder'sproperty sources
or create a new instance of the specified targetClass
if the result of the binding isnull
. - bindOrCreate(String, Bindable<T>) - 类中的方法 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) - 类中的方法 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) - 类中的方法 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> - org.springframework.boot.context.properties.bind中的类
-
A container object to return the result of a
Binder
bind operation. - bindTaskExecutorsToRegistry(ConfigurableListableBeanFactory, MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration
- bindTo(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
- bindTo(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- bindTo(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
- bindTo(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder
- bindTo(RestTemplate) - 类中的静态方法 org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
Return a bound
MockRestServiceServer
for the givenRestTemplate
, configured withRootUriRequestExpectationManager
when possible. - bindTo(RestTemplate, RequestExpectationManager) - 类中的静态方法 org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-
Return a bound
MockRestServiceServer
for the givenRestTemplate
, configured withRootUriRequestExpectationManager
when possible. - bindToSpringApplication(ConfigurableEnvironment) - 类中的方法 org.springframework.boot.SpringApplication
-
Bind the environment to the
ApplicationProperties
. - BindValidationException - org.springframework.boot.context.properties.bind.validation中的异常错误类
-
Error thrown when validation fails during a bind operation.
- BLACK - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BLACK - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BlobReference - org.springframework.boot.buildpack.platform.docker.type中的类
-
A reference to a blob by its digest.
- BLUE - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BLUE - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BOLD - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiStyle
- BOOT_CLASSPATH_INDEX_ATTRIBUTE - 类中的静态变量 org.springframework.boot.loader.launch.Launcher
- BootstrapContext - 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 - org.springframework.boot中的类
-
ApplicationEvent
published by aBootstrapContext
when it's closed. - bootstrapMode() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
-
The
BootstrapMode
for the test repository support. - BootstrapRegistry - 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> - org.springframework.boot中的接口
-
Supplier used to provide the actual instance when needed.
- BootstrapRegistry.Scope - org.springframework.boot中的枚举类
-
The scope of an instance.
- BootstrapRegistryInitializer - org.springframework.boot中的接口
-
Callback interface that can be used to initialize a
BootstrapRegistry
before it is used. - BoundConfigurationProperties - org.springframework.boot.context.properties中的类
-
Bean to record and provide bound
@ConfigurationProperties
. - BoundConfigurationProperties() - 类的构造器 org.springframework.boot.context.properties.BoundConfigurationProperties
- BoundPropertiesTrackingBindHandler - org.springframework.boot.context.properties.bind中的类
-
BindHandler
that can be used to track bound configuration properties. - BoundPropertiesTrackingBindHandler(Consumer<ConfigurationProperty>) - 类的构造器 org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
- Brave() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Brave
- BraveAutoConfiguration - org.springframework.boot.actuate.autoconfigure.tracing中的类
-
Auto-configuration
for Brave. - BRIGHT_BLACK - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_BLACK - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BRIGHT_BLUE - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_BLUE - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BRIGHT_CYAN - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_CYAN - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BRIGHT_GREEN - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_GREEN - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BRIGHT_MAGENTA - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_MAGENTA - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BRIGHT_RED - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_RED - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BRIGHT_WHITE - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_WHITE - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BRIGHT_YELLOW - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- BRIGHT_YELLOW - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- BROKEN - 枚举类 中的枚举常量 org.springframework.boot.availability.LivenessState
-
The application is running but its internal state is broken.
- buffered() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- BufferingApplicationStartup - org.springframework.boot.context.metrics.buffering中的类
-
ApplicationStartup
implementation that bufferssteps
and records their timestamp as well as their processing time. - BufferingApplicationStartup(int) - 类的构造器 org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
-
Create a new buffered
ApplicationStartup
with a limited capacity and starts the recording of steps. - build() - 类中的方法 org.springframework.boot.actuate.health.Health.Builder
-
Create a new
Health
instance with the previously specified code and details. - build() - 类中的方法 org.springframework.boot.actuate.info.Info.Builder
-
Create a new
Info
instance based on the state of this builder. - build() - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Returns a fully configured
SpringApplication
that is ready to run. - build() - 接口中的方法 org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Build a default configured
ClientHttpRequestFactory
. - build() - 类中的方法 org.springframework.boot.jdbc.DataSourceBuilder
-
Return a newly built
DataSource
instance. - build() - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- build() - 类中的方法 org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Build a
ConnectionFactory
based on the state of this builder. - build() - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Build a new
SimpleAsyncTaskExecutor
instance and configure it using this builder. - build() - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Build a new
SimpleAsyncTaskScheduler
instance and configure it using this builder. - build() - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Build a new
ThreadPoolTaskExecutor
instance and configure it using this builder. - build() - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Build a new
ThreadPoolTaskScheduler
instance and configure it using this builder. - build() - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Build a new
RestTemplate
instance and configure it using this builder. - build() - 类中的方法 org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
已过时。Build the
WebServiceMessageSender
instance. - build() - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Build a new
WebServiceTemplate
instance and configure it using this builder. - build(Class<T>) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Build a new
SimpleAsyncTaskExecutor
instance of the specified type and configure it using this builder. - build(Class<T>) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Build a new
ThreadPoolTaskExecutor
instance of the specified type and configure it using this builder. - build(Class<T>) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Build a new
RestTemplate
instance of the specified type and configure it using this builder. - build(Class<T>) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Build a new
WebServiceTemplate
instance of the specified type and configure it using this builder. - build(String...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Returns a fully configured
SpringApplication
that is ready to run. - build(BuildRequest) - 类中的方法 org.springframework.boot.buildpack.platform.build.Builder
- build(RunningService) - 类中的方法 org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
-
Build a JDBC URL for the given
RunningService
. - build(RunningService, String) - 类中的方法 org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
-
Build a JDBC URL for the given
RunningService
and database. - build(RunningService, String, String, String) - 类中的方法 org.springframework.boot.docker.compose.service.connection.r2dbc.ConnectionFactoryOptionsBuilder
- build(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- build(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- build(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- build(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- build(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- build(ClientHttpRequestFactorySettings) - 接口中的方法 org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Build a fully configured
ClientHttpRequestFactory
, applying the givensettings
if they are provided. - Build() - 类的构造器 org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- buildAdminProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of admin properties from the state of this instance.
- buildConsumerProperties() - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of consumer properties from the state of this instance.
- buildConsumerProperties(SslBundles) - 类中的方法 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>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
-
Build the full details of the trigger.
- builder() - 类中的方法 org.springframework.boot.web.client.RootUriBuilderFactory
- builder(String) - 接口中的方法 org.springframework.boot.actuate.metrics.AutoTimer
-
Factory method to create a new
Timer.Builder
with auto-timer settingsapplied
. - builder(Supplier<Timer.Builder>) - 接口中的方法 org.springframework.boot.actuate.metrics.AutoTimer
-
Factory method to create a new
Timer.Builder
with auto-timer settingsapplied
. - Builder - org.springframework.boot.buildpack.platform.build中的类
-
Central API for running buildpack operations.
- Builder() - 类的构造器 org.springframework.boot.actuate.health.Health.Builder
-
Create new Builder instance.
- Builder() - 类的构造器 org.springframework.boot.actuate.info.Info.Builder
- Builder() - 类的构造器 org.springframework.boot.buildpack.platform.build.Builder
-
Create a new builder instance.
- Builder(Status) - 类的构造器 org.springframework.boot.actuate.health.Health.Builder
-
Create new Builder instance, setting status to given
status
. - Builder(Status, Map<String, ?>) - 类的构造器 org.springframework.boot.actuate.health.Health.Builder
-
Create new Builder instance, setting status to given
status
and details to givendetails
. - Builder(BuildLog) - 类的构造器 org.springframework.boot.buildpack.platform.build.Builder
-
Create a new builder instance.
- Builder(BuildLog, DockerConfiguration) - 类的构造器 org.springframework.boot.buildpack.platform.build.Builder
-
Create a new builder instance.
- Builder(DockerConfiguration) - 类的构造器 org.springframework.boot.buildpack.platform.build.Builder
-
Create a new builder instance.
- BuilderException - org.springframework.boot.buildpack.platform.build中的异常错误类
-
Exception thrown to indicate a Builder error.
- buildInfoContributor(BuildProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
- BuildInfoContributor - org.springframework.boot.actuate.info中的类
-
An
InfoContributor
that exposesBuildProperties
. - BuildInfoContributor(BuildProperties) - 类的构造器 org.springframework.boot.actuate.info.BuildInfoContributor
- BuildLog - org.springframework.boot.buildpack.platform.build中的接口
-
Callback interface used to provide
Builder
output logging. - buildOptions() - 类中的方法 org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Build a
ConnectionFactoryOptions
based on the state of this builder. - BuildpackReference - org.springframework.boot.buildpack.platform.build中的类
-
An opaque reference to a
Buildpack
. - buildProducerProperties() - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of producer properties from the state of this instance.
- buildProducerProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of producer properties from the state of this instance.
- buildProperties() - 类中的方法 org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
- buildProperties() - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
- buildProperties() - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- buildProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- buildProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- buildProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- buildProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- buildProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- BuildProperties - org.springframework.boot.info中的类
-
Provide build-related information such as group and artifact.
- BuildProperties(Properties) - 类的构造器 org.springframework.boot.info.BuildProperties
-
Create an instance with the specified entries.
- BuildPropertiesWriter - org.springframework.boot.loader.tools中的类
-
A
BuildPropertiesWriter
writes thebuild-info.properties
for consumption by the Actuator. - BuildPropertiesWriter(File) - 类的构造器 org.springframework.boot.loader.tools.BuildPropertiesWriter
-
Creates a new
BuildPropertiesWriter
that will write to the givenoutputFile
. - BuildPropertiesWriter.NullAdditionalPropertyValueException - org.springframework.boot.loader.tools中的异常错误类
-
Exception thrown when an additional property with a null value is encountered.
- BuildPropertiesWriter.ProjectDetails - org.springframework.boot.loader.tools中的类
-
Build-system agnostic details of a project.
- BuildRequest - org.springframework.boot.buildpack.platform.build中的类
-
A build request to be handled by the
Builder
. - buildRequestFactory() - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Build a new
ClientHttpRequestFactory
instance using the settings of this builder. - buildStreamsProperties(SslBundles) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties
-
Create an initial map of streams properties from the state of this instance.
- buildSummary(boolean) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
-
Build the summary of the trigger.
- buildTestContext() - 类中的方法 org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- buildView(String) - 类中的方法 org.springframework.boot.web.servlet.view.MustacheViewResolver
- bundle() - 记录类中的方法 org.springframework.boot.web.server.Ssl.ServerNameSslBundle
-
返回
bundle
记录组件的值。 - Bundles() - 类的构造器 org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- byAccess(EndpointAccessResolver) - 接口中的静态方法 org.springframework.boot.actuate.endpoint.OperationFilter
-
Return an
OperationFilter
that filters based on the allowedaccess
as determined by anaccess resolver
. - byAnnotation(Class<? extends Annotation>) - 接口中的静态方法 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) - 接口中的静态方法 org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
-
Factory method to create a
MethodValidationExcludeFilter
that excludes classes by annotation found using the given search strategy.
常量字段值|所有程序包|所有类和接口|序列化表格
DynamicPropertyRegistrar
bean that injects theContainer
from which the properties will be sourced.