索引
常量字段值|所有程序包|所有类和接口|序列化表格
A
- AbandonedRunException() - 异常错误类的构造器 org.springframework.boot.SpringApplication.AbandonedRunException
-
Create a new
SpringApplication.AbandonedRunExceptioninstance. - AbandonedRunException(ConfigurableApplicationContext) - 异常错误类的构造器 org.springframework.boot.SpringApplication.AbandonedRunException
-
Create a new
SpringApplication.AbandonedRunExceptioninstance with the given application context. - ABORT - 枚举类 中的枚举常量 org.springframework.boot.devtools.restart.FailureHandler.Outcome
-
Abort the relaunch.
- ABSENT - 枚举类 中的枚举常量 org.springframework.boot.context.properties.source.ConfigurationPropertyState
-
The
ConfigurationPropertySourcehas no matchingConfigurationProperties. - AbstractApplicationContextRunner<SELF,
C, - org.springframework.boot.test.context.runner中的类A> -
Utility design to run an
ApplicationContextand provide AssertJ style assertions. - AbstractApplicationContextRunner(Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>, Supplier<C>, Class<?>...) - 类的构造器 org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Create a new
AbstractApplicationContextRunnerinstance. - AbstractApplicationContextRunner(Supplier<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - 类的构造器 org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- AbstractApplicationContextRunner(AbstractApplicationContextRunner.RunnerConfiguration<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - 类的构造器 org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Create a new
AbstractApplicationContextRunnerinstance. - AbstractApplicationContextRunner.BeanRegistration<T> - org.springframework.boot.test.context.runner中的类
-
A Bean registration to be applied when the context loaded.
- AbstractApplicationContextRunner.RunnerConfiguration<C> - org.springframework.boot.test.context.runner中的类
- AbstractAuditListener - org.springframework.boot.actuate.audit.listener中的类
-
Abstract
ApplicationListenerto handleAuditApplicationEvents. - AbstractAuditListener() - 类的构造器 org.springframework.boot.actuate.audit.listener.AbstractAuditListener
- AbstractAuthenticationAuditListener - org.springframework.boot.actuate.security中的类
- AbstractAuthenticationAuditListener() - 类的构造器 org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- AbstractAuthorizationAuditListener - org.springframework.boot.actuate.security中的类
-
Abstract
ApplicationListenerto expose Spring Securityauthorization deniedandauthorization grantedevents asAuditEvents. - AbstractAuthorizationAuditListener() - 类的构造器 org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- AbstractBeansOfTypeDatabaseInitializerDetector - org.springframework.boot.sql.init.dependency中的类
-
Base class for
DatabaseInitializerDetectorsthat detect database initializer beans by type. - AbstractBeansOfTypeDatabaseInitializerDetector() - 类的构造器 org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
- AbstractBeansOfTypeDependsOnDatabaseInitializationDetector - org.springframework.boot.sql.init.dependency中的类
-
Base class for
DependsOnDatabaseInitializationDetectorsthat detect by type beans that depend upon database initialization. - AbstractBeansOfTypeDependsOnDatabaseInitializationDetector() - 类的构造器 org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
- AbstractBindHandler - org.springframework.boot.context.properties.bind中的类
-
Abstract base class for
BindHandlerimplementations. - AbstractBindHandler() - 类的构造器 org.springframework.boot.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance.
- AbstractBindHandler(BindHandler) - 类的构造器 org.springframework.boot.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance with a specific parent.
- AbstractBuildLog - org.springframework.boot.buildpack.platform.build中的类
-
Base class for
BuildLogimplementations. - AbstractBuildLog() - 类的构造器 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- AbstractCompositeHealthContributorConfiguration<C,
I, - org.springframework.boot.actuate.autoconfigure.health中的类B> -
Base class for health contributor configurations that can combine source beans into a composite.
- AbstractCompositeHealthContributorConfiguration(Function<B, I>) - 类的构造器 org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
-
Creates a
AbstractCompositeHealthContributorConfigurationthat will use the givenindicatorFactoryto create health indicator instances. - AbstractConfigurableWebServerFactory - org.springframework.boot.web.server中的类
-
Abstract base class for
ConfigurableWebServerFactoryimplementations. - AbstractConfigurableWebServerFactory() - 类的构造器 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Create a new
AbstractConfigurableWebServerFactoryinstance. - AbstractConfigurableWebServerFactory(int) - 类的构造器 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Create a new
AbstractConfigurableWebServerFactoryinstance with the specified port. - AbstractConnectionFactoryConfigurer<T> - org.springframework.boot.autoconfigure.amqp中的类
-
Configures
Rabbit ConnectionFactorywith sensible defaults. - AbstractConnectionFactoryConfigurer(RabbitProperties) - 类的构造器 org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
properties. - AbstractConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - 类的构造器 org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
propertiesandconnectionDetails, with the latter taking priority. - AbstractDataSourcePoolMetadata<T> - org.springframework.boot.jdbc.metadata中的类
-
A base
DataSourcePoolMetadataimplementation. - AbstractDataSourcePoolMetadata(T) - 类的构造器 org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-
Create an instance with the data source to use.
- AbstractDependsOnBeanFactoryPostProcessor - org.springframework.boot.autoconfigure中的类
-
Abstract base class for a
BeanFactoryPostProcessorthat can be used to dynamically declare that all beans of a specific type should depend on specific other beans identified by name or type. - AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<?>...) - 类的构造器 org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean class and dependency types.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, Class<?>...) - 类的构造器 org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean, factory bean classes, and dependency types.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - 类的构造器 org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean, factory bean classes, and dependency names.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - 类的构造器 org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean class and dependency names.
- AbstractDiscoveredEndpoint<O> - org.springframework.boot.actuate.endpoint.annotation中的类
-
Abstract base class for
endpointsdiscovered by aEndpointDiscoverer. - AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - 类的构造器 org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection) - AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, Access, Collection<? extends O>) - 类的构造器 org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
Create a new
AbstractDiscoveredEndpointinstance. - AbstractDiscoveredOperation - org.springframework.boot.actuate.endpoint.annotation中的类
-
Abstract base class for
endpoints operationsdiscovered by aEndpointDiscoverer. - AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - 类的构造器 org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
Create a new
AbstractDiscoveredOperationinstance. - AbstractErrorController - org.springframework.boot.autoconfigure.web.servlet.error中的类
-
Abstract base class for error
@Controllerimplementations. - AbstractErrorController(ErrorAttributes) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- AbstractErrorWebExceptionHandler - org.springframework.boot.autoconfigure.web.reactive.error中的类
-
Abstract base class for
ErrorWebExceptionHandlerimplementations. - AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - 类的构造器 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Create a new
AbstractErrorWebExceptionHandler. - AbstractExposableEndpoint<O> - org.springframework.boot.actuate.endpoint中的类
-
Abstract base class for
ExposableEndpointimplementations. - AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - 类的构造器 org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
AbstractExposableEndpoint(EndpointId, Access, Collection) - AbstractExposableEndpoint(EndpointId, Access, Collection<? extends O>) - 类的构造器 org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
Create a new
AbstractExposableEndpointinstance. - AbstractFailureAnalyzer<T> - org.springframework.boot.diagnostics中的类
-
Abstract base class for most
FailureAnalyzerimplementations. - AbstractFailureAnalyzer() - 类的构造器 org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- AbstractFilterRegistrationBean<T> - org.springframework.boot.web.servlet中的类
-
Abstract base
ServletContextInitializerto registerFilters in a Servlet 3.0+ container. - AbstractHealthIndicator - org.springframework.boot.actuate.health中的类
-
Base
HealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling. - AbstractHealthIndicator() - 类的构造器 org.springframework.boot.actuate.health.AbstractHealthIndicator
-
Create a new
AbstractHealthIndicatorinstance with a defaulthealthCheckFailedMessage. - AbstractHealthIndicator(String) - 类的构造器 org.springframework.boot.actuate.health.AbstractHealthIndicator
-
Create a new
AbstractHealthIndicatorinstance with a specific message to log when the health check fails. - AbstractHealthIndicator(Function<Exception, String>) - 类的构造器 org.springframework.boot.actuate.health.AbstractHealthIndicator
-
Create a new
AbstractHealthIndicatorinstance with a specific message to log when the health check fails. - AbstractInjectionFailureAnalyzer<T> - org.springframework.boot.diagnostics.analyzer中的类
-
Abstract base class for a
FailureAnalyzerthat handles some kind of injection failure. - AbstractInjectionFailureAnalyzer() - 类的构造器 org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
- AbstractJarWriter - org.springframework.boot.loader.tools中的类
-
Abstract base class for JAR writers.
- AbstractJarWriter() - 类的构造器 org.springframework.boot.loader.tools.AbstractJarWriter
- AbstractJettyMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty中的类
-
Base class for binding Jetty metrics in response to an
ApplicationStartedEvent. - AbstractJettyMetricsBinder() - 类的构造器 org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
- AbstractJsonMarshalTester<T> - org.springframework.boot.test.json中的类
-
Base class for AssertJ based JSON marshal testers.
- AbstractJsonMarshalTester() - 类的构造器 org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Create a new uninitialized
AbstractJsonMarshalTesterinstance. - AbstractJsonMarshalTester(Class<?>, ResolvableType) - 类的构造器 org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Create a new
AbstractJsonMarshalTesterinstance. - AbstractJsonMarshalTester.FieldInitializer<M> - org.springframework.boot.test.json中的类
-
Utility class used to support field initialization.
- AbstractJsonParser - org.springframework.boot.json中的类
-
Base class for parsers wrapped or implemented in this package.
- AbstractJsonParser() - 类的构造器 org.springframework.boot.json.AbstractJsonParser
- AbstractLoggingSystem - org.springframework.boot.logging中的类
-
Abstract base class for
LoggingSystemimplementations. - AbstractLoggingSystem(ClassLoader) - 类的构造器 org.springframework.boot.logging.AbstractLoggingSystem
- AbstractLoggingSystem.LogLevels<T> - org.springframework.boot.logging中的类
-
Maintains a mapping between native levels and
LogLevel. - AbstractNestedCondition - org.springframework.boot.autoconfigure.condition中的类
-
Abstract base class for nested conditions.
- AbstractNestedCondition.MemberMatchOutcomes - org.springframework.boot.autoconfigure.condition中的类
- AbstractRabbitListenerContainerFactoryConfigurer<T> - org.springframework.boot.autoconfigure.amqp中的类
-
Configure
RabbitListenerContainerFactorywith sensible defaults. - AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties) - 类的构造器 org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Creates a new configurer that will use the given
rabbitProperties. - AbstractReactiveHealthIndicator - org.springframework.boot.actuate.health中的类
-
Base
ReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling. - AbstractReactiveHealthIndicator() - 类的构造器 org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
Create a new
AbstractReactiveHealthIndicatorinstance with a defaulthealthCheckFailedMessage. - AbstractReactiveHealthIndicator(String) - 类的构造器 org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
Create a new
AbstractReactiveHealthIndicatorinstance with a specific message to log when the health check fails. - AbstractReactiveHealthIndicator(Function<Throwable, String>) - 类的构造器 org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
Create a new
AbstractReactiveHealthIndicatorinstance with a specific message to log when the health check fails. - AbstractReactiveWebServerFactory - org.springframework.boot.web.reactive.server中的类
-
Abstract base class for
ReactiveWebServerFactoryimplementations. - AbstractReactiveWebServerFactory() - 类的构造器 org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
- AbstractReactiveWebServerFactory(int) - 类的构造器 org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
- AbstractRepositoryConfigurationSourceSupport - org.springframework.boot.autoconfigure.data中的类
-
Base
ImportBeanDefinitionRegistrarused to auto-configure Spring Data Repositories. - AbstractRepositoryConfigurationSourceSupport() - 类的构造器 org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- AbstractScriptDatabaseInitializer - org.springframework.boot.sql.init中的类
-
Base class for an
InitializingBeanthat performs SQL database initialization using schema (DDL) and data (DML) scripts. - AbstractScriptDatabaseInitializer(DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
-
Creates a new
AbstractScriptDatabaseInitializerthat will initialize the database using the given settings. - AbstractScriptDatabaseInitializer.Scripts - org.springframework.boot.sql.init中的类
-
Scripts to be used to initialize the database.
- AbstractServletWebServerFactory - org.springframework.boot.web.servlet.server中的类
-
Abstract base class for
ConfigurableServletWebServerFactoryimplementations. - AbstractServletWebServerFactory() - 类的构造器 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Create a new
AbstractServletWebServerFactoryinstance. - AbstractServletWebServerFactory(int) - 类的构造器 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Create a new
AbstractServletWebServerFactoryinstance with the specified port. - AbstractServletWebServerFactory(String, int) - 类的构造器 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Create a new
AbstractServletWebServerFactoryinstance with the specified context path and port. - AbstractTemplateViewResolverProperties - org.springframework.boot.autoconfigure.template中的类
-
Base class for
@ConfigurationPropertiesof aAbstractTemplateViewResolver. - AbstractTemplateViewResolverProperties(String, String) - 类的构造器 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- AbstractViewResolverProperties - org.springframework.boot.autoconfigure.template中的类
-
Base class for
@ConfigurationPropertiesof aViewResolver. - AbstractViewResolverProperties() - 类的构造器 org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- AbstractWebFluxEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
-
A custom
HandlerMappingthat makes web endpoints available over HTTP using Spring WebFlux. - AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - 类的构造器 org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
Creates a new
AbstractWebFluxEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints. - AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - org.springframework.boot.actuate.endpoint.web.reactive中的类
-
An
OperationInvokerthat performs the invocation of a blocking operation on a separate thread using Reactor'sbounded elastic scheduler. - AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker - org.springframework.boot.actuate.endpoint.web.reactive中的类
- AbstractWebFluxEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.reactive中的接口
-
Reactive handler providing actuator links at the root endpoint.
- AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - org.springframework.boot.actuate.endpoint.web.reactive中的接口
-
A reactive web operation that can be handled by WebFlux.
- AbstractWebMvcEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
-
A custom
HandlerMappingthat makesweb endpointsavailable over HTTP using Spring MVC. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - 类的构造器 org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new
WebEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints. - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - 类的构造器 org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new
AbstractWebMvcEndpointHandlerMappingthat provides mappings for the operations of the given endpoints. - AbstractWebMvcEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.servlet中的接口
-
Handler providing actuator links at the root endpoint.
- AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - org.springframework.boot.actuate.endpoint.web.servlet中的接口
-
A servlet web operation that can be handled by Spring MVC.
- accept(C) - 接口中的方法 org.springframework.boot.test.context.runner.ContextConsumer
-
Performs this operation on the supplied
context. - accept(Meter.Id) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter
- accept(Meter.Id) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
- accept(File) - 类中的方法 org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
- accept(TotalProgressEvent) - 类中的方法 org.springframework.boot.buildpack.platform.docker.TotalProgressBar
- accept(T) - 接口中的方法 org.springframework.boot.buildpack.platform.io.IOConsumer
-
Performs this operation on the given argument.
- accept(T, U) - 接口中的方法 org.springframework.boot.buildpack.platform.io.IOBiConsumer
-
Performs this operation on the given argument.
- ACCEPT_HEADER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
-
Use the "Accept-Language" header or the configured locale if the header is not set.
- ACCEPTING_TRAFFIC - 枚举类 中的枚举常量 org.springframework.boot.availability.ReadinessState
-
The application is ready to receive traffic.
- accepts(String) - 接口中的方法 org.springframework.boot.loader.jarmode.JarMode
-
Returns if this accepts and can run the given mode.
- accepts(String, Class<?>, Class<?>) - 类中的方法 org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource
-
Return if this source accepts the given connection.
- acceptsTextHtml() - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Predicate that checks whether the current request explicitly support
"text/html"media type. - acceptTasksAfterContextClose(boolean) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set whether to accept further tasks after the application context close phase has begun.
- Access - org.springframework.boot.actuate.endpoint中的枚举类
-
Permitted level of access to an endpoint and its operations.
- ACCESS_DENIED - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Access Denied.
- accessFor(EndpointId, Access) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.PropertiesEndpointAccessResolver
- accessFor(EndpointId, Access) - 接口中的方法 org.springframework.boot.actuate.endpoint.EndpointAccessResolver
-
Resolves the permitted level of access for the endpoint with the given
endpointIdanddefaultAccess. - AccessLevel - org.springframework.boot.actuate.autoconfigure.cloudfoundry中的枚举类
-
The specific access level granted to the cloud foundry user that's calling the endpoints.
- Accesslog() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- Accesslog() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- Accesslog() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- AccessManager - org.springframework.boot.devtools.remote.server中的接口
-
Provides access control for a
Dispatcher. - accessToken() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
- accountId() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- AcknowledgeMode - org.springframework.boot.autoconfigure.jms中的类
-
Acknowledge modes for a JMS Session.
- Acs() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
- ActiveMQAutoConfiguration - org.springframework.boot.autoconfigure.jms.activemq中的类
-
Auto-configurationto integrate with an ActiveMQ broker. - ActiveMQAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
- ActiveMQConnectionDetails - org.springframework.boot.autoconfigure.jms.activemq中的接口
-
Details required to establish a connection to an ActiveMQ service.
- ActiveMQConnectionFactoryCustomizer - org.springframework.boot.autoconfigure.jms.activemq中的接口
-
Callback interface that can be implemented by beans wishing to customize the
ActiveMQConnectionFactorywhilst retaining default auto-configuration. - ActiveMQProperties - org.springframework.boot.autoconfigure.jms.activemq中的类
-
Configuration properties for ActiveMQ.
- ActiveMQProperties() - 类的构造器 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- ActiveMQProperties.Embedded - org.springframework.boot.autoconfigure.jms.activemq中的类
-
Configuration for an embedded ActiveMQ broker.
- ActiveMQProperties.Packages - org.springframework.boot.autoconfigure.jms.activemq中的类
- adapt(CharSequence, char) - 类中的静态方法 org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Create a
ConfigurationPropertyNameby adapting the given source. - adapt(HealthContributor) - 接口中的静态方法 org.springframework.boot.actuate.health.ReactiveHealthContributor
- add() - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add a new member with access to the instance being written.
- add(Class<?>, Object) - 接口中的方法 org.springframework.boot.util.Instantiator.AvailableParameters
-
Add a parameter with an instance value.
- add(Class<?>, Function<Class<?>, Object>) - 接口中的方法 org.springframework.boot.util.Instantiator.AvailableParameters
-
Add a parameter with an instance factory.
- add(Runnable) - 接口中的方法 org.springframework.boot.SpringApplicationShutdownHandlers
-
Add an action to the handlers that will be run when the JVM exits.
- add(String) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add a new member with access to the instance being written.
- add(String, String) - 类中的方法 org.springframework.boot.web.server.MimeMappings
-
Add a new mime mapping.
- add(String, Function<T, V>) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add a new member with an extracted value.
- add(String, Supplier<V>) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add a new member with a supplied value.
- add(String, ClassLoaderFile) - 类中的方法 org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
- add(String, V) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add a new member with a static value.
- add(AuditEvent) - 接口中的方法 org.springframework.boot.actuate.audit.AuditEventRepository
-
Log an event.
- add(AuditEvent) - 类中的方法 org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
- add(HttpExchange) - 接口中的方法 org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
-
Adds an
HttpExchangeinstance to the repository. - add(HttpExchange) - 类中的方法 org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
- add(Layer, String) - 类中的方法 org.springframework.boot.loader.tools.LayersIndex
-
Add an item to the index.
- add(CommonStructuredLogFormat, StructuredLogFormatterFactory.CommonFormatterFactory<E>) - 类中的方法 org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatters
-
Add the factory that should be used for the given
CommonStructuredLogFormat. - add(Condition, ConditionOutcome) - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- add(S, Status) - 接口中的方法 org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
-
Add a new status mapping .
- ADD - 枚举类 中的枚举常量 org.springframework.boot.devtools.filewatch.ChangedFile.Type
-
A new file has been added.
- addAdaptableBeans(ListableBeanFactory) - 类中的方法 org.springframework.boot.web.servlet.ServletContextInitializerBeans
- addAdditionalTomcatConnectors(Connector...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Add
Connectors in addition to the default connector, e.g. for SSL or AJP. - addAdditionalTomcatConnectors(Connector...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add
Connectors in addition to the default connector, e.g. for SSL or AJP. - addAliases(String, String...) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- addAll(ClassLoaderFiles) - 类中的方法 org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
Add all elements items from the specified
ClassLoaderFilesto this instance. - addApplicationConverters(ConverterRegistry) - 类中的静态方法 org.springframework.boot.convert.ApplicationConversionService
-
Add converters useful for most Spring Boot applications.
- addApplicationFormatters(FormatterRegistry) - 类中的静态方法 org.springframework.boot.convert.ApplicationConversionService
-
Add formatters useful for most Spring Boot applications.
- addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - 类中的方法 org.springframework.boot.web.servlet.ServletContextInitializerBeans
- addBeans(FormatterRegistry, ListableBeanFactory) - 类中的静态方法 org.springframework.boot.convert.ApplicationConversionService
- addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Adds
BootstrapRegistryInitializerinstances that can be used to initialize theBootstrapRegistry. - addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - 类中的方法 org.springframework.boot.SpringApplication
-
Adds
BootstrapRegistryInitializerinstances that can be used to initialize theBootstrapRegistry. - addBuilderCustomizers(UndertowBuilderCustomizer...) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Add
UndertowBuilderCustomizers that should be used to customize the UndertowUndertow.Builder. - addBuilderCustomizers(UndertowBuilderCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- addBuilderCustomizers(UndertowBuilderCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- addBundleUpdateHandler(String, Consumer<SslBundle>) - 类中的方法 org.springframework.boot.ssl.DefaultSslBundleRegistry
- addBundleUpdateHandler(String, Consumer<SslBundle>) - 接口中的方法 org.springframework.boot.ssl.SslBundles
-
Add a handler that will be called each time the named bundle is updated.
- addClassLoaderFiles(ClassLoaderFiles) - 类中的方法 org.springframework.boot.devtools.restart.Restarter
-
Add additional
ClassLoaderFilesto be included in the next restart. - addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - 接口中的方法 org.springframework.boot.BootstrapRegistry
-
Add an
ApplicationListenerthat will be called with aBootstrapContextClosedEventwhen theBootstrapContextis closed and theApplicationContexthas been prepared. - addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - 类中的方法 org.springframework.boot.DefaultBootstrapContext
- addCommandLineProperties(boolean) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate that command line arguments should be added to the environment.
- addConfigurations(Configuration...) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Add
Configurations that will be applied to theWebAppContextbefore the server is started. - addConnectorCustomizers(TomcatConnectorCustomizer...) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Add
TomcatConnectorCustomizers that should be added to the TomcatConnector. - addConnectorCustomizers(TomcatConnectorCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Add
TomcatConnectorCustomizers that should be added to the TomcatConnector. - addConnectorCustomizers(TomcatConnectorCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- addContextCustomizers(TomcatContextCustomizer...) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Add
TomcatContextCustomizers that should be added to the TomcatContext. - addContextCustomizers(TomcatContextCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Add
TomcatContextCustomizers that should be added to the TomcatContext. - addContextCustomizers(TomcatContextCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- addContextLifecycleListeners(LifecycleListener...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Add
LifecycleListeners that should be added to the TomcatContext. - addContextLifecycleListeners(LifecycleListener...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add
LifecycleListeners that should be added to the TomcatContext. - addContextValves(Valve...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addConverter(Converter<?, ?>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addConverter(GenericConverter) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addConverterFactory(ConverterFactory<?, ?>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addCookieSameSiteSuppliers(CookieSameSiteSupplier...) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- addCookieSameSiteSuppliers(CookieSameSiteSupplier...) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Add
CookieSameSiteSuppliersto those that should be used to obtain theCookie.SameSiteattribute of any added cookie. - addCorsMappings(CorsRegistry) - 类中的方法 org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration
- addCorsMappings(CorsRegistry) - 类中的方法 org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration
- addDefaultServlet(WebAppContext) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Add Jetty's
DefaultServletto the givenWebAppContext. - addDefaultStatus(Status) - 接口中的方法 org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
-
Add the status that should be used if no explicit mapping is defined.
- addDelimitedStringConverters(ConverterRegistry) - 类中的静态方法 org.springframework.boot.convert.ApplicationConversionService
-
Add converters to support delimited strings.
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Add
UndertowDeploymentInfoCustomizers that should be used to customize the UndertowDeploymentInfo. - ADDED - 枚举类 中的枚举常量 org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
-
The file has been added since the original JAR was created.
- addEngineValves(Valve...) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- addEngineValves(Valve...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- addEngineValves(Valve...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- addErrorPages(ErrorPage...) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- addErrorPages(ErrorPage...) - 接口中的方法 org.springframework.boot.web.server.ErrorPageRegistry
-
Adds error pages that will be used when handling exceptions.
- addErrorPages(ErrorPage...) - 类中的方法 org.springframework.boot.web.servlet.support.ErrorPageFilter
- addFile(String, String, ClassLoaderFile) - 类中的方法 org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
Add a single
ClassLoaderFileto the collection. - addFile(String, ClassLoaderFile) - 类中的方法 org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
Add a single
ClassLoaderFileto the collection. - addFilter(Predicate<StartupStep>) - 类中的方法 org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
-
Add a predicate filter to the list of existing ones.
- addFilters() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
-
If filters from the application context should be registered with MockMVC.
- addFormatter(Formatter<?>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addFormatterForFieldType(Class<?>, Formatter<?>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addFormatters(FormatterRegistry) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- addFormatters(FormatterRegistry) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- addInitializers(ServletContextInitializer...) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- addInitializers(ServletContextInitializer...) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Add
ServletContextInitializers to those that should be applied in addition toServletWebServerFactory.getWebServer(ServletContextInitializer...)parameters. - addInitializers(ApplicationContextInitializer<?>...) - 类中的方法 org.springframework.boot.SpringApplication
-
Add
ApplicationContextInitializers to be applied to the SpringApplicationContext. - addInitParameter(String, String) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Add a single init-parameter, replacing any existing parameter with the same name.
- additionalCustomizers(Iterable<? extends SimpleAsyncTaskExecutorCustomizer>) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Add
customizersthat should be applied to theSimpleAsyncTaskExecutor. - additionalCustomizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer>) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Add
customizersthat should be applied to theSimpleAsyncTaskScheduler. - additionalCustomizers(Iterable<? extends ThreadPoolTaskExecutorCustomizer>) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Add
ThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - additionalCustomizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer>) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Add
threadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add
RestTemplateCustomizersthat should be applied to theRestTemplate. - additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional
WebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate. - additionalCustomizers(SimpleAsyncTaskExecutorCustomizer...) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Add
customizersthat should be applied to theSimpleAsyncTaskExecutor. - additionalCustomizers(SimpleAsyncTaskSchedulerCustomizer...) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Add
customizersthat should be applied to theSimpleAsyncTaskScheduler. - additionalCustomizers(ThreadPoolTaskExecutorCustomizer...) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Add
ThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - additionalCustomizers(ThreadPoolTaskSchedulerCustomizer...) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Add
threadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - additionalCustomizers(RestTemplateCustomizer...) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add
RestTemplateCustomizersthat should be applied to theRestTemplate. - additionalCustomizers(WebServiceTemplateCustomizer...) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional
WebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate. - AdditionalHealthEndpointPath - org.springframework.boot.actuate.health中的类
-
Value object that represents an additional path for a
HealthEndpointGroup. - AdditionalHealthEndpointPathsWebFluxHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
-
A custom
HandlerMappingthat allows health groups to be mapped to an additional path. - AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set<HealthEndpointGroup>) - 类的构造器 org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
- AdditionalHealthEndpointPathsWebMvcHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
-
A custom
HandlerMappingthat allows health groups to be mapped to an additional path. - AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set<HealthEndpointGroup>) - 类的构造器 org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional
ClientHttpRequestInterceptorsthat should be used with theRestTemplate. - additionalInterceptors(Collection<? extends ClientInterceptor>) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional
ClientInterceptorsthat should be used with theWebServiceTemplate. - additionalInterceptors(ClientHttpRequestInterceptor...) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional
ClientHttpRequestInterceptorsthat should be used with theRestTemplate. - additionalInterceptors(ClientInterceptor...) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional
ClientInterceptorsthat should be used with theWebServiceTemplate. - additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional
HttpMessageConvertersthat should be used with theRestTemplate. - additionalMessageConverters(HttpMessageConverter<?>...) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional
HttpMessageConvertersthat should be used with theRestTemplate. - additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional
WebServiceMessageSendersthat should be used with theWebServiceTemplate. - additionalMessageSenders(WebServiceMessageSender...) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional
WebServiceMessageSendersthat should be used with theWebServiceTemplate. - AdditionalPathsMapper - org.springframework.boot.actuate.endpoint.web中的接口
-
Strategy interface used to provide a mapping between an endpoint ID and any additional paths where it will be exposed.
- additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add the
RestTemplateRequestCustomizersthat should be applied to theClientHttpRequest. - additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Add the
RestTemplateRequestCustomizersthat should be applied to theClientHttpRequest. - addJspServlet(WebAppContext) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Add Jetty's
JspServletto the givenWebAppContext. - addListener(FileChangeListener) - 类中的方法 org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Add listener for file change events.
- addListeners(ApplicationListener<?>...) - 类中的方法 org.springframework.boot.SpringApplication
-
Add
ApplicationListeners to be applied to the SpringApplication and registered with theApplicationContext. - addMainClassTimeoutWarningListener(Packager.MainClassTimeoutWarningListener) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Add a listener that will be triggered to display a warning if searching for the main class takes too long.
- addMapEntries(Function<T, M>) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add all entries from the given
Mapto the JSON. - addMimeMappings(MimeMappings) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- addMimeMappings(MimeMappings) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Adds mime-type mappings.
- addOrMerge(Map<String, Object>, MutablePropertySources) - 类中的静态方法 org.springframework.boot.DefaultPropertiesPropertySource
-
Add a new
DefaultPropertiesPropertySourceor merge with an existing one. - addParser(Parser<?>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addPrimarySources(Collection<Class<?>>) - 类中的方法 org.springframework.boot.SpringApplication
-
Add additional items to the primary sources that will be added to an ApplicationContext when
SpringApplication.run(String...)is called. - addPrinter(Printer<?>) - 类中的方法 org.springframework.boot.convert.ApplicationConversionService
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Add
TomcatProtocolHandlerCustomizers that should be added to the TomcatConnector. - addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Add
TomcatProtocolHandlerCustomizers that should be added to the TomcatConnector. - addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add
TomcatProtocolHandlerCustomizers that should be added to the TomcatConnector. - addRegistration(String, ServletContext) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- addRegistration(String, ServletContext) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
- addRegistration(String, ServletContext) - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
- addResourceHandlers(ResourceHandlerRegistry) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- addResourceHandlers(ResourceHandlerRegistry) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- address() - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServer
- address() - 接口中的方法 org.springframework.boot.rsocket.server.RSocketServer
-
Return the address this server is listening on.
- Address(String, int) - 记录类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
-
创建
Address记录类的实例。 - addRouteProviders(NettyRouteProvider...) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Add
NettyRouteProviders that should be applied, in order, before the handler for the Spring application. - addRSocketServerCustomizers(RSocketServerCustomizer...) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Add
RSocketServerCustomizers that should be called to configure theRSocketServer. - addServerCustomizers(JettyServerCustomizer...) - 接口中的方法 org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Add
JettyServerCustomizers that will be applied to theServerbefore it is started. - addServerCustomizers(JettyServerCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- addServerCustomizers(JettyServerCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- addServerCustomizers(NettyServerCustomizer...) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Add
NettyServerCustomizers that should be applied while building the server. - addServletNames(String...) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Add servlet names for the filter.
- addServletRegistrationBeans(ServletRegistrationBean<?>...) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Add
ServletRegistrationBeans for the filter. - addSourceDirectories(Iterable<File>) - 类中的方法 org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Add source directories to monitor.
- addSourceDirectory(File) - 类中的方法 org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Add a source directory to monitor.
- addTldSkipPatterns(String...) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add patterns that match jars to ignore for TLD scanning.
- addTo(Map<String, Object>) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues.Pair
- addTo(AttributeAccessor) - 记录类中的方法 org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Add this container image metadata to the given attributes.
- addToEnvironment(ConfigurableEnvironment) - 类中的静态方法 org.springframework.boot.env.RandomValuePropertySource
- addURL(URL) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- addUrlMappings(String...) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- addUrlMappings(String...) - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Add URL mappings, as defined in the Servlet specification, for the servlet.
- addUrlPatterns(String...) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Add URL patterns, as defined in the Servlet specification, that the filter will be registered against.
- addUrls(Collection<URL>) - 类中的方法 org.springframework.boot.devtools.restart.Restarter
-
Add additional URLs to be includes in the next restart.
- addWebListeners(String...) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- addWebListeners(String...) - 接口中的方法 org.springframework.boot.web.servlet.WebListenerRegistry
-
Adds web listeners that will be registered with the servlet container.
- addWrapper() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryEventPublisherBeansApplicationListener
-
AddtheContextStoragewrapper to ensure thatEventPublishersare propagated correctly. - Admin() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- Admin() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- ADVANCED - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
-
Detect leaks for 1% of buffers and track where they were accessed.
- after() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfiguration
-
The auto-configuration classes that should have already been applied.
- after() - 枚举类中的静态方法 org.springframework.boot.test.mock.mockito.MockReset
-
已过时。Create
settingsto be used with mocks where reset should occur after each test method runs. - AFTER - 枚举类 中的枚举常量 org.springframework.boot.test.mock.mockito.MockReset
-
已过时。Reset the mock after the test method runs.
- afterAll(ExtensionContext) - 类中的方法 org.springframework.boot.test.system.OutputCaptureExtension
- afterEach(ExtensionContext) - 类中的方法 org.springframework.boot.test.system.OutputCaptureExtension
- afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - 类中的方法 org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
- afterName() - 批注接口 中的元素 org.springframework.boot.autoconfigure.AutoConfiguration
-
The names of the auto-configuration classes that should have already been applied.
- afterPropertiesSet() - 类中的方法 org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
- afterPropertiesSet() - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- afterPropertiesSet() - 类中的方法 org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- afterPropertiesSet() - 类中的方法 org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- afterPropertiesSet() - 类中的方法 org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- afterPropertiesSet() - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- afterPropertiesSet() - 类中的方法 org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- afterPropertiesSet() - 类中的方法 org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
- afterPropertiesSet() - 类中的方法 org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- afterPropertiesSet() - 类中的方法 org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- afterPropertiesSet() - 类中的方法 org.springframework.boot.jackson.JsonComponentModule
- afterPropertiesSet() - 类中的方法 org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
- afterPropertiesSet() - 类中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
- afterPropertiesSet() - 类中的方法 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
- afterPropertiesSet() - 类中的方法 org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
- afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - 类中的方法 org.springframework.boot.SpringApplication
-
Called after the context has been refreshed.
- afterSingletonsInstantiated() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
- afterTestClass(TestContext) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-
已过时。
- afterTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
- afterTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener
- afterTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener
- afterTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-
已过时。
- afterTestMethod(TestContext) - 类中的方法 org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
-
已过时。
- AgentReloader - org.springframework.boot.devtools.restart中的类
-
Utility to determine if a Java agent based reloader (e.g.
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - 类中的方法 org.springframework.boot.actuate.health.HealthEndpoint
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - 类中的方法 org.springframework.boot.actuate.health.HealthEndpointWebExtension
- aggregateContributions(ApiVersion, Map<String, Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) - 类中的方法 org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- alias() - 接口中的方法 org.springframework.boot.ssl.pem.PemSslStore
-
The alias used when setting entries in the
KeyStore. - alias() - 记录类中的方法 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
返回
alias记录组件的值。 - ALL - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Search the entire hierarchy.
- ALL - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
-
Log the summary and output it to the console.
- ALL_ENTRIES - 接口中的静态变量 org.springframework.boot.loader.launch.Archive
-
Predicate that accepts all entries.
- ALL_REMAINING - 枚举类 中的枚举常量 org.springframework.boot.actuate.endpoint.annotation.Selector.Match
-
Capture all remaining times.
- AllNestedConditions - org.springframework.boot.autoconfigure.condition中的类
-
Conditionthat will match when all nested class conditions match. - AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - 类的构造器 org.springframework.boot.autoconfigure.condition.AllNestedConditions
- allowCircularReferences(boolean) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Whether to allow circular references between beans and automatically try to resolve them.
- allowCoreThreadTimeOut(boolean) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set whether core threads are allowed to time out.
- always(ConfigData.Option...) - 接口中的静态方法 org.springframework.boot.context.config.ConfigData.PropertySourceOptions
-
Create a new
ConfigData.PropertySourceOptionsinstance that always returns the same options regardless of the property source. - always(ConfigData.Options) - 接口中的静态方法 org.springframework.boot.context.config.ConfigData.PropertySourceOptions
-
Create a new
ConfigData.PropertySourceOptionsinstance that always returns the same options regardless of the property source. - ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.actuate.endpoint.Show
-
Always show the item in the response.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiOutput.Enabled
-
Enable ANSI-colored output.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
-
Always add error attribute.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Always add stacktrace information.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
-
Always use APR and fail if it's not available.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.buildpack.platform.build.PullPolicy
-
Always pull the image from the registry.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
-
Always perform readiness checks.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.sql.init.DatabaseInitializationMode
-
Always initialize the database.
- ALWAYS - 枚举类 中的枚举常量 org.springframework.boot.test.context.SpringBootTest.UseMainMethod
-
Always use the
mainmethod. - ALWAYS_NONE - 接口中的静态变量 org.springframework.boot.context.config.ConfigData.PropertySourceOptions
-
ConfigData.PropertySourceOptionsinstance that always returnsConfigData.Options.NONE. - ALWAYS_READ - 枚举类 中的枚举常量 org.springframework.boot.env.ConfigTreePropertySource.Option
-
Always read the value of the file when accessing the property value.
- alwaysApplying(PropertyMapper.SourceOperator) - 类中的方法 org.springframework.boot.context.properties.PropertyMapper
-
Return a new
PropertyMapperinstance that applies the givenPropertyMapper.SourceOperatorto every source. - alwaysApplyingWhenNonNull() - 类中的方法 org.springframework.boot.context.properties.PropertyMapper
-
Return a new
PropertyMapperinstance that applieswhenNonNullto every source. - amqpAdmin(ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
- AmqpContainer() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- analyze(Throwable) - 类中的方法 org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- analyze(Throwable) - 接口中的方法 org.springframework.boot.diagnostics.FailureAnalyzer
-
Returns an analysis of the given
failure, ornullif no analysis was possible. - analyze(Throwable, BeanNotOfRequiredTypeException) - 类中的方法 org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
- analyze(Throwable, T) - 类中的方法 org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
Returns an analysis of the given
rootFailure, ornullif no analysis was possible. - analyze(Throwable, T) - 类中的方法 org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
- analyze(Throwable, T, String) - 类中的方法 org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-
Returns an analysis of the given
rootFailure, ornullif no analysis was possible. - ANCESTORS - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Search all ancestors, but not the current context.
- and(Class<?>, Class<?>) - 类中的方法 org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
-
Add a mapping for the specified classes.
- and(Iterable<String>) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValuesinstance with additional entries. - and(String...) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValuesinstance with additional entries. - and(String, String) - 类中的方法 org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
-
Add a mapping for the specified class names.
- and(Map<String, String>) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValuesinstance with additional entries. - and(Stream<String>) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValuesinstance with additional entries. - and(Stream<T>, Function<T, TestPropertyValues.Pair>) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Return a new
TestPropertyValuesinstance with additional entries. - andCondition(Class<? extends Annotation>, Object...) - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessagebased on the instance and a new condition outcome. - andCondition(String, Object...) - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessagebased on the instance and a new condition outcome. - andThen(ContextConsumer<? super C>) - 接口中的方法 org.springframework.boot.test.context.runner.ContextConsumer
-
Returns a composed
ContextConsumerthat performs, in sequence, this operation followed by theafteroperation. - AnnotatedClassFinder - org.springframework.boot.test.context中的类
-
Utility class to find a class annotated with a particular annotation in a hierarchy.
- AnnotatedClassFinder(Class<? extends Annotation>) - 类的构造器 org.springframework.boot.test.context.AnnotatedClassFinder
-
Create a new instance with the
annotationTypeto find. - annotatedControllerConfigurer(ObjectProvider<Executor>, ObjectProvider<HandlerMethodArgumentResolver>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
- annotation() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
The annotation type decorating a bean that should be checked.
- annotation() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The annotation type decorating a bean that should be checked.
- AnnotationConfig(ApplicationContext) - 类的构造器 org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
- AnnotationConfigReactiveWebApplicationContext - org.springframework.boot.web.reactive.context中的类
-
ConfigurableReactiveWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations. - AnnotationConfigReactiveWebApplicationContext() - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Create a new AnnotationConfigReactiveWebApplicationContext that needs to be populated through
AnnotationConfigApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed. - AnnotationConfigReactiveWebApplicationContext(Class<?>...) - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
- AnnotationConfigReactiveWebApplicationContext(String...) - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
- AnnotationConfigReactiveWebApplicationContext(DefaultListableBeanFactory) - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
- AnnotationConfigReactiveWebServerApplicationContext - org.springframework.boot.web.reactive.context中的类
-
ReactiveWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations. - AnnotationConfigReactiveWebServerApplicationContext() - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Create a new
AnnotationConfigReactiveWebServerApplicationContextthat needs to be populated throughAnnotationConfigReactiveWebServerApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed. - AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Create a new
AnnotationConfigReactiveWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context. - AnnotationConfigReactiveWebServerApplicationContext(String...) - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Create a new
AnnotationConfigReactiveWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context. - AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - 类的构造器 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Create a new
AnnotationConfigReactiveWebServerApplicationContextwith the givenDefaultListableBeanFactory. - AnnotationConfigServletWebApplicationContext - org.springframework.boot.web.servlet.context中的类
-
GenericWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations. - AnnotationConfigServletWebApplicationContext() - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
Create a new
AnnotationConfigServletWebApplicationContextthat needs to be populated throughAnnotationConfigServletWebApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed. - AnnotationConfigServletWebApplicationContext(Class<?>...) - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
Create a new
AnnotationConfigServletWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context. - AnnotationConfigServletWebApplicationContext(String...) - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
Create a new
AnnotationConfigServletWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context. - AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
Create a new
AnnotationConfigServletWebApplicationContextwith the givenDefaultListableBeanFactory. - AnnotationConfigServletWebServerApplicationContext - org.springframework.boot.web.servlet.context中的类
-
ServletWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations. - AnnotationConfigServletWebServerApplicationContext() - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Create a new
AnnotationConfigServletWebServerApplicationContextthat needs to be populated throughAnnotationConfigServletWebServerApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed. - AnnotationConfigServletWebServerApplicationContext(Class<?>...) - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Create a new
AnnotationConfigServletWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context. - AnnotationConfigServletWebServerApplicationContext(String...) - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Create a new
AnnotationConfigServletWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context. - AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - 类的构造器 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Create a new
AnnotationConfigServletWebServerApplicationContextwith the givenDefaultListableBeanFactory. - AnnotationCustomizableTypeExcludeFilter - org.springframework.boot.test.autoconfigure.filter中的类
-
Abstract base class for a
TypeExcludeFilterthat can be customized using an annotation. - AnnotationCustomizableTypeExcludeFilter() - 类的构造器 org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- AnnotationCustomizableTypeExcludeFilter.FilterType - org.springframework.boot.test.autoconfigure.filter中的枚举类
- AnnotationsPropertySource - org.springframework.boot.test.autoconfigure.properties中的类
-
EnumerablePropertySourceto adapt annotations marked with@PropertyMapping. - AnnotationsPropertySource(Class<?>) - 类的构造器 org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- AnnotationsPropertySource(String, Class<?>) - 类的构造器 org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- Ansi8BitColor - org.springframework.boot.ansi中的类
-
AnsiElementimplementation for ANSI 8-bit foreground or background color codes. - AnsiBackground - org.springframework.boot.ansi中的枚举类
-
Ansibackground colors. - AnsiColor - org.springframework.boot.ansi中的枚举类
-
Ansicolors. - AnsiElement - org.springframework.boot.ansi中的接口
-
An ANSI encodable element.
- AnsiOutput - org.springframework.boot.ansi中的类
-
Generates ANSI encoded output, automatically attempting to detect if the terminal supports ANSI.
- AnsiOutput() - 类的构造器 org.springframework.boot.ansi.AnsiOutput
- AnsiOutput.Enabled - org.springframework.boot.ansi中的枚举类
-
Possible values to pass to
AnsiOutput.setEnabled(org.springframework.boot.ansi.AnsiOutput.Enabled). - AnsiOutputApplicationListener - org.springframework.boot.context.config中的类
-
An
ApplicationListenerthat configuresAnsiOutputdepending on the value of the propertyspring.output.ansi.enabled. - AnsiOutputApplicationListener() - 类的构造器 org.springframework.boot.context.config.AnsiOutputApplicationListener
- AnsiPropertySource - org.springframework.boot.ansi中的类
- AnsiPropertySource(String, boolean) - 类的构造器 org.springframework.boot.ansi.AnsiPropertySource
-
Create a new
AnsiPropertySourceinstance. - AnsiStyle - org.springframework.boot.ansi中的枚举类
-
Ansistyles. - answer() - 批注接口 中的元素 org.springframework.boot.test.mock.mockito.MockBean
-
已过时。The
Answerstype to use on the mock. - ANT_PATH_MATCHER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
-
Use the
AntPathMatcherimplementation. - AntPathRequestMatcherProvider - org.springframework.boot.autoconfigure.security.servlet中的类
-
RequestMatcherProviderthat provides anAntPathRequestMatcher. - AntPathRequestMatcherProvider(Function<String, String>) - 类的构造器 org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
- ANY - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
-
The management context can be either the same as the main application context or a child of the main application context.
- ANY - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Any web application will match.
- ANY - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
-
Replace the DataSource bean whether it was auto-configured or manually defined.
- ANY_CONNECTION_NAME - 类中的静态变量 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
-
Constant passed to the constructor when any connection name is accepted.
- anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - 类中的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified conditions match.
- anyMatches(MetadataReader, MetadataReaderFactory) - 类中的方法 org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
- AnyNestedCondition - org.springframework.boot.autoconfigure.condition中的类
-
Conditionthat will match when any nested class condition matches. - AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - 类的构造器 org.springframework.boot.autoconfigure.condition.AnyNestedCondition
- AopAutoConfiguration - org.springframework.boot.autoconfigure.aop中的类
-
Auto-configurationfor Spring's AOP support. - AopAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
- AotInitializerNotFoundException - org.springframework.boot中的异常错误类
-
Exception thrown when the AOT initializer couldn't be found.
- AotInitializerNotFoundException(Class<?>, String) - 异常错误类的构造器 org.springframework.boot.AotInitializerNotFoundException
- apiKey() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- apiToken() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- apiTokenType() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- ApiVersion - org.springframework.boot.buildpack.platform.docker.type中的类
-
API Version number comprised of a major and minor value.
- ApiVersion - org.springframework.boot.actuate.endpoint中的枚举类
-
API versions supported for the actuator API.
- append(String) - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new
ConditionMessagebased on the instance and an appended message. - append(String) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Create a new
ConfigurationPropertyNameby appending the given suffix. - append(ConfigurationPropertyName) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Create a new
ConfigurationPropertyNameby appending the given suffix. - appendAnsiString(StringBuilder, String, AnsiElement) - 类中的方法 org.springframework.boot.logging.log4j2.ColorConverter
- appendDetails(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
- appendDetails(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
- appendDetails(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
- appendDetails(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- appendDetails(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
- appendDetails(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
-
Append trigger-implementation specific details to the specified
content. - appendFields(ToStringCreator) - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- appendFields(ToStringCreator) - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- appendParameters(StringBuilder, String) - 类中的方法 org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
-
Appends to the given
urlthe givenparameters. - appendSummary(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
- appendSummary(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
- appendSummary(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
- appendSummary(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- appendSummary(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
- appendSummary(Map<String, Object>) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
-
Append trigger-implementation specific summary items to the specified
content. - application() - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application.
- Application() - 类的构造器 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- APPLICATION - 类中的静态变量 org.springframework.boot.loader.tools.StandardLayers
-
The application layer.
- APPLICATION_GROUP - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the application group that should be logged.
- APPLICATION_NAME - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the application name that should be logged.
- APPLICATION_READY_TIME_METRIC_NAME - 类中的静态变量 org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
The default name to use for the application ready time metric.
- APPLICATION_STARTED_TIME_METRIC_NAME - 类中的静态变量 org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
The default name to use for the application started time metric.
- APPLICATION_TASK_EXECUTOR_BEAN_NAME - 类中的静态变量 org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
-
Bean name of the application
TaskExecutor. - ApplicationArguments - org.springframework.boot中的接口
-
Provides access to the arguments that were used to run a
SpringApplication. - applicationAvailability() - 类中的方法 org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
- ApplicationAvailability - org.springframework.boot.availability中的接口
-
Provides
availability stateinformation for the application. - ApplicationAvailabilityAutoConfiguration - org.springframework.boot.autoconfigure.availability中的类
- ApplicationAvailabilityAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
- ApplicationAvailabilityBean - org.springframework.boot.availability中的类
-
Bean that provides an
ApplicationAvailabilityimplementation by listening forchange events. - ApplicationAvailabilityBean() - 类的构造器 org.springframework.boot.availability.ApplicationAvailabilityBean
- ApplicationContentFilter - org.springframework.boot.loader.tools.layer中的类
-
ContentFilterthat matches application items based on an Ant-style path pattern. - ApplicationContentFilter(String) - 类的构造器 org.springframework.boot.loader.tools.layer.ApplicationContentFilter
- ApplicationContextAssert<C> - org.springframework.boot.test.context.assertj中的类
-
AssertJ
assertionsthat can be applied to anApplicationContext. - ApplicationContextAssert.Scope - org.springframework.boot.test.context.assertj中的枚举类
-
The scope of an assertion.
- ApplicationContextAssertProvider<C> - org.springframework.boot.test.context.assertj中的接口
-
An
ApplicationContextthat additionally supports AssertJ style assertions. - ApplicationContextFactory - org.springframework.boot中的接口
-
Strategy interface for creating the
ConfigurableApplicationContextused by aSpringApplication. - ApplicationContextFilterConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
- ApplicationContextHeaderFilter - org.springframework.boot.web.servlet.filter中的类
-
OncePerRequestFilterto add an X-Application-Context header that contains theApplicationContext ID. - ApplicationContextHeaderFilter(ApplicationContext) - 类的构造器 org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
- applicationContextIdFilter(ApplicationContext) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
- ApplicationContextInitializedEvent - org.springframework.boot.context.event中的类
-
Event published when a
SpringApplicationis starting up and theApplicationContextis prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded. - ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - 类的构造器 org.springframework.boot.context.event.ApplicationContextInitializedEvent
-
Create a new
ApplicationContextInitializedEventinstance. - ApplicationContextRequestMatcher<C> - org.springframework.boot.security.servlet中的类
-
ApplicationContextbackedRequestMatcher. - ApplicationContextRequestMatcher(Class<? extends C>) - 类的构造器 org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- ApplicationContextRunner - org.springframework.boot.test.context.runner中的类
-
An
ApplicationContext runnerfor a standard, non-web environmentConfigurableApplicationContext. - ApplicationContextRunner() - 类的构造器 org.springframework.boot.test.context.runner.ApplicationContextRunner
-
Create a new
ApplicationContextRunnerinstance using anAnnotationConfigApplicationContextas the underlying source. - ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - 类的构造器 org.springframework.boot.test.context.runner.ApplicationContextRunner
-
Create a new
ApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source. - ApplicationContextRunner(Supplier<ConfigurableApplicationContext>, Class<?>...) - 类的构造器 org.springframework.boot.test.context.runner.ApplicationContextRunner
-
Create a new
ApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source. - ApplicationContextServerWebExchangeMatcher<C> - org.springframework.boot.security.reactive中的类
- ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - 类的构造器 org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- ApplicationContextTestUtils - org.springframework.boot.test.util中的类
-
Application context related test utilities.
- ApplicationContextTestUtils() - 类的构造器 org.springframework.boot.test.util.ApplicationContextTestUtils
- ApplicationConversionService - org.springframework.boot.convert中的类
-
A specialization of
FormattingConversionServiceconfigured by default with converters and formatters appropriate for most Spring Boot applications. - ApplicationConversionService() - 类的构造器 org.springframework.boot.convert.ApplicationConversionService
- ApplicationConversionService(StringValueResolver) - 类的构造器 org.springframework.boot.convert.ApplicationConversionService
- ApplicationEnvironmentPreparedEvent - org.springframework.boot.context.event中的类
-
Event published when a
SpringApplicationis starting up and theEnvironmentis first available for inspection and modification. - ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment) - 类的构造器 org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
Create a new
ApplicationEnvironmentPreparedEventinstance. - ApplicationFailedEvent - org.springframework.boot.context.event中的类
-
Event published by a
SpringApplicationwhen it fails to start. - ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - 类的构造器 org.springframework.boot.context.event.ApplicationFailedEvent
-
Create a new
ApplicationFailedEventinstance. - ApplicationHome - org.springframework.boot.system中的类
-
Provides access to the application home directory.
- ApplicationHome() - 类的构造器 org.springframework.boot.system.ApplicationHome
-
Create a new
ApplicationHomeinstance. - ApplicationHome(Class<?>) - 类的构造器 org.springframework.boot.system.ApplicationHome
-
Create a new
ApplicationHomeinstance for the specified source class. - ApplicationNameConverter - org.springframework.boot.logging.logback中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
EnclosedInSquareBracketsConverter - ApplicationNameConverter() - 类的构造器 org.springframework.boot.logging.logback.ApplicationNameConverter
-
已过时。
- ApplicationPid - org.springframework.boot.system中的类
-
An application process ID.
- ApplicationPid() - 类的构造器 org.springframework.boot.system.ApplicationPid
- ApplicationPid(Long) - 类的构造器 org.springframework.boot.system.ApplicationPid
- ApplicationPidFileWriter - org.springframework.boot.context中的类
-
An
ApplicationListenerthat saves application PID into file. - ApplicationPidFileWriter() - 类的构造器 org.springframework.boot.context.ApplicationPidFileWriter
-
Create a new
ApplicationPidFileWriterinstance using the filename 'application.pid'. - ApplicationPidFileWriter(File) - 类的构造器 org.springframework.boot.context.ApplicationPidFileWriter
-
Create a new
ApplicationPidFileWriterinstance with a specified file. - ApplicationPidFileWriter(String) - 类的构造器 org.springframework.boot.context.ApplicationPidFileWriter
-
Create a new
ApplicationPidFileWriterinstance with a specified filename. - ApplicationPreparedEvent - org.springframework.boot.context.event中的类
-
Event published as when a
SpringApplicationis starting up and theApplicationContextis fully prepared but not refreshed. - ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - 类的构造器 org.springframework.boot.context.event.ApplicationPreparedEvent
-
Create a new
ApplicationPreparedEventinstance. - ApplicationReadyEvent - org.springframework.boot.context.event中的类
-
Event published as late as conceivably possible to indicate that the application is ready to service requests.
- ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - 类的构造器 org.springframework.boot.context.event.ApplicationReadyEvent
-
Create a new
ApplicationReadyEventinstance. - ApplicationResourceLoader - org.springframework.boot.io中的类
-
Class can be used to obtain
ResourceLoaderssupporting additionalProtocolResolversregistered inspring.factories. - ApplicationResourceLoader() - 类的构造器 org.springframework.boot.io.ApplicationResourceLoader
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
ApplicationResourceLoader.get() - ApplicationResourceLoader(ClassLoader) - 类的构造器 org.springframework.boot.io.ApplicationResourceLoader
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
ApplicationResourceLoader.get(ClassLoader) - ApplicationResourceLoader.FilePathResolver - org.springframework.boot.io中的接口
-
Strategy interface registered in
spring.factoriesand used byApplicationResourceLoaderto determine the file path of loaded resource when it can also be represented as aFileSystemResource. - ApplicationRunner - org.springframework.boot中的接口
-
Interface used to indicate that a bean should run when it is contained within a
SpringApplication. - ApplicationStartedEvent - org.springframework.boot.context.event中的类
-
Event published once the application context has been refreshed but before any
applicationandcommand linerunners have been called. - ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - 类的构造器 org.springframework.boot.context.event.ApplicationStartedEvent
-
Create a new
ApplicationStartedEventinstance. - ApplicationStartingEvent - org.springframework.boot.context.event中的类
-
Event published as early as conceivably possible as soon as a
SpringApplicationhas been started - before theEnvironmentorApplicationContextis available, but after theApplicationListeners have been registered. - ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[]) - 类的构造器 org.springframework.boot.context.event.ApplicationStartingEvent
-
Create a new
ApplicationStartingEventinstance. - applicationStartup(ApplicationStartup) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Configure the
ApplicationStartupto be used with theApplicationContextfor collecting startup metrics. - ApplicationTemp - org.springframework.boot.system中的类
-
Provides access to an application specific temporary directory.
- ApplicationTemp() - 类的构造器 org.springframework.boot.system.ApplicationTemp
-
Create a new
ApplicationTempinstance. - ApplicationTemp(Class<?>) - 类的构造器 org.springframework.boot.system.ApplicationTemp
-
Create a new
ApplicationTempinstance for the specified source class. - apply() - 类中的方法 org.springframework.boot.logging.LoggingSystemProperties
- apply(Timer.Builder) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.PropertiesAutoTimer
- apply(Timer.Builder) - 接口中的方法 org.springframework.boot.actuate.metrics.AutoTimer
-
Called to apply any auto-timer settings to the given
Timer.Builder. - apply(String) - 类中的方法 org.springframework.boot.actuate.health.HealthContributorNameFactory
- apply(Statement, Description) - 类中的方法 org.springframework.boot.test.system.OutputCaptureRule
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - 接口中的方法 org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
-
Apply additional functionality to the given invoker.
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - 类中的方法 org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
- apply(SanitizableData) - 接口中的方法 org.springframework.boot.actuate.endpoint.SanitizingFunction
-
Apply the sanitizing function to the given data.
- apply(AutoTimer, String, Set<Timed>, Consumer<Timer.Builder>) - 接口中的静态方法 org.springframework.boot.actuate.metrics.AutoTimer
- apply(BindHandler) - 接口中的方法 org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
-
Apply additional functionality to the source bind handler.
- apply(PropertyMapper.Source<T>) - 接口中的方法 org.springframework.boot.context.properties.PropertyMapper.SourceOperator
-
Apply the operation to the given source.
- apply(ConfigurationPropertySource) - 类中的方法 org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
- apply(LogFile) - 类中的方法 org.springframework.boot.logging.LoggingSystemProperties
- apply(LogFile, PropertyResolver) - 类中的方法 org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- apply(LogFile, PropertyResolver) - 类中的方法 org.springframework.boot.logging.LoggingSystemProperties
- apply(MockReset, MockSettings) - 枚举类中的静态方法 org.springframework.boot.test.mock.mockito.MockReset
-
已过时。Apply
MockResetto existingsettings. - apply(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
- apply(HttpServer) - 类中的方法 org.springframework.boot.web.embedded.netty.SslServerCustomizer
- applyingNameProcessor(JsonWriter.NameProcessor) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add the a
JsonWriter.NameProcessorto be applied when the JSON is written. - applyingPathFilter(Predicate<JsonWriter.MemberPath>) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add a filter that will be used to restrict the members written to the JSON.
- applyingValueProcessor(JsonWriter.ValueProcessor<?>) - 类中的方法 org.springframework.boot.json.JsonWriter.Members
-
Add the a
JsonWriter.ValueProcessorto be applied when the JSON is written. - applyInitializers(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.SpringApplication
-
Apply any
ApplicationContextInitializers to the context before it is refreshed. - applySuffix(String) - 枚举类中的方法 org.springframework.boot.test.util.TestPropertyValues.Type
- applySystemProperties(Environment, LogFile) - 类中的方法 org.springframework.boot.logging.AbstractLoggingSystem
- applyTo(Collection<?>) - 枚举类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- applyTo(Properties) - 类中的方法 org.springframework.boot.logging.LogFile
-
Apply log file details to
LOG_PATHandLOG_FILEmap entries. - applyTo(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment owned by an
ApplicationContext. - applyTo(ConfigurableEnvironment) - 类中的静态方法 org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
-
Apply
ConfigDatapost-processing to an existingEnvironment. - applyTo(ConfigurableEnvironment) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment.
- applyTo(ConfigurableEnvironment, TestPropertyValues.Type) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment using the specified property source type.
- applyTo(ConfigurableEnvironment, TestPropertyValues.Type, String) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Add the properties from the underlying map to the environment using the specified property source type and name.
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, String...) - 类中的静态方法 org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
-
Apply
ConfigDatapost-processing to an existingEnvironment. - applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>) - 类中的静态方法 org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
-
Apply
ConfigDatapost-processing to an existingEnvironment. - applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>, ConfigDataEnvironmentUpdateListener) - 类中的静态方法 org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
-
Apply
ConfigDatapost-processing to an existingEnvironment. - applyTo(RepositoryRestConfiguration) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- applyToItem(Object) - 枚举类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- applyToMvcViewResolver(Object) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-
Apply the given properties to a
AbstractTemplateViewResolver. - applyToSystemProperties() - 类中的方法 org.springframework.boot.logging.LogFile
-
Apply log file details to
LOG_PATHandLOG_FILEsystem properties. - applyToSystemProperties(Runnable) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Add the properties to the
system propertiesfor the duration of theaction, restoring previous values when it completes. - applyToSystemProperties(Callable<T>) - 类中的方法 org.springframework.boot.test.util.TestPropertyValues
-
Add the properties to the
system propertiesfor the duration of thecall, restoring previous values when it completes. - appOpticsConfig() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
- appOpticsMeterRegistry(AppOpticsConfig, Clock) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
- AppOpticsMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics中的类
-
Auto-configurationfor exporting metrics to AppOptics. - AppOpticsMetricsExportAutoConfiguration(AppOpticsProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
- AppOpticsProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics中的类
-
@ConfigurationPropertiesfor configuring AppOptics metrics export. - AppOpticsProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- Archive - org.springframework.boot.loader.launch中的接口
-
An archive that can be launched by the
Launcher. - Archive.Entry - org.springframework.boot.loader.launch中的接口
-
Represents a single entry in the archive.
- args() - 批注接口 中的元素 org.springframework.boot.test.context.SpringBootTest
-
Application arguments that should be passed to the application under test.
- ARGS - 类中的静态变量 org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for default command line arguments.
- ArtemisAutoConfiguration - org.springframework.boot.autoconfigure.jms.artemis中的类
-
Auto-configurationto integrate with an Artemis broker. - ArtemisAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
- ArtemisConfigurationCustomizer - org.springframework.boot.autoconfigure.jms.artemis中的接口
-
Callback interface that can be implemented by beans wishing to customize the Artemis JMS server
Configurationbefore it is used by an auto-configuredEmbeddedActiveMQinstance. - ArtemisConnectionDetails - org.springframework.boot.autoconfigure.jms.artemis中的接口
-
Details required to establish a connection to an Artemis service.
- ArtemisMode - org.springframework.boot.autoconfigure.jms.artemis中的枚举类
-
Define the mode in which Artemis can operate.
- ArtemisNoOpBindingRegistry - org.springframework.boot.autoconfigure.jms.artemis中的类
-
A no-op implementation of the
BindingRegistry. - ArtemisNoOpBindingRegistry() - 类的构造器 org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
- ArtemisProperties - org.springframework.boot.autoconfigure.jms.artemis中的类
-
Configuration properties for Artemis.
- ArtemisProperties() - 类的构造器 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- ArtemisProperties.Embedded - org.springframework.boot.autoconfigure.jms.artemis中的类
-
Configuration for an embedded Artemis server.
- as(BiFunction<ZipContent.Entry, String, E>) - 类中的方法 org.springframework.boot.loader.zip.ZipContent.Entry
- as(Function<String, E>) - 类中的方法 org.springframework.boot.loader.zip.ZipContent.Entry
- as(Function<T, R>) - 类中的方法 org.springframework.boot.context.properties.PropertyMapper.Source
-
Return an adapted version of the source changed through the given adapter function.
- as(Function<T, R>) - 类中的方法 org.springframework.boot.json.JsonWriter.Member
-
Adapt the value by applying the given
Function. - asArray() - 类中的方法 org.springframework.boot.test.json.ObjectContentAssert
-
Verifies that the actual value is an array, and returns an array assertion, to allow chaining of array-specific assertions from this call.
- asBindTarget() - 类中的方法 org.springframework.boot.context.properties.ConfigurationPropertiesBean
- asClientRegistrations() - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
-
Maps the properties to
ClientRegistrations. - asInputStream() - 接口中的方法 org.springframework.boot.loader.zip.DataBlock
-
Return this
DataBlockas anInputStream. - asInt(Function<T, R>) - 类中的方法 org.springframework.boot.context.properties.PropertyMapper.Source
-
Return an adapted version of the source with
Integertype. - asList(AnnotationAttributes, String) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- asMap() - 类中的方法 org.springframework.boot.test.json.ObjectContentAssert
-
Verifies that the actual value is a map, and returns a map assertion, to allow chaining of map-specific assertions from this call.
- asPercentage() - 类中的方法 org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
-
Return the progress as a percentage.
- AssertableApplicationContext - org.springframework.boot.test.context.assertj中的接口
-
An
ApplicationContextthat additionally supports AssertJ style assertions. - AssertableReactiveWebApplicationContext - org.springframework.boot.test.context.assertj中的接口
-
A
ReactiveWebApplicationContextthat additionally supports AssertJ style assertions. - AssertableWebApplicationContext - org.springframework.boot.test.context.assertj中的接口
-
A
WebApplicationContextthat additionally supports AssertJ style assertions. - assertContainsAlias(KeyStore) - 接口中的方法 org.springframework.boot.ssl.SslBundleKey
-
Assert that the alias is contained in the given keystore.
- AssertingParty() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- assertThat() - 接口中的方法 org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-
已过时。to prevent accidental use. Prefer standard AssertJ
assertThat(context)...calls instead. - assertThat() - 类中的方法 org.springframework.boot.test.json.JsonContent
-
已过时。to prevent accidental use. Prefer standard AssertJ
assertThat(context)...calls instead. - assertThat() - 类中的方法 org.springframework.boot.test.json.ObjectContent
- assertUrlIsNotMalformed(String) - 类中的静态方法 org.springframework.boot.loader.net.protocol.nested.Handler
-
Assert that the specified URL is a valid "nested" URL.
- asSet(String[]) - 接口中的静态方法 org.springframework.boot.ssl.SslOptions
-
Helper method that provides a null-safe way to convert a
String[]to aCollectionfor client libraries to use. - asTag() - 枚举类中的方法 org.springframework.boot.actuate.metrics.http.Outcome
-
Returns the
Outcomeas aTagnamedoutcome. - Async() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
- ASYNC - 枚举类 中的枚举常量 org.springframework.boot.web.servlet.DispatcherType
-
Apply the filter under calls dispatched from an AsyncContext.
- at(Set<StaticResourceLocation>) - 类中的方法 org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - at(Set<StaticResourceLocation>) - 类中的方法 org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - at(StaticResourceLocation, StaticResourceLocation...) - 类中的方法 org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - at(StaticResourceLocation, StaticResourceLocation...) - 类中的方法 org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
-
Returns a matcher that includes the specified
Locations. - atAll() - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Used when no items are available.
- atCommonLocations() - 类中的方法 org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
-
Returns a matcher that includes all commonly used
Locations. - atCommonLocations() - 类中的方法 org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
-
Returns a matcher that includes all commonly used
Locations. - atlasConfig(AtlasProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
- atlasMeterRegistry(AtlasConfig, Clock) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
- AtlasMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.atlas中的类
-
Auto-configurationfor exporting metrics to Atlas. - AtlasMetricsExportAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
- AtlasProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.atlas中的类
-
@ConfigurationPropertiesfor configuring Atlas metrics export. - AtlasProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- attach(Environment) - 类中的静态方法 org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
Attach a
ConfigurationPropertySourcesupport to the specifiedEnvironment. - attach(Environment) - 类中的静态方法 org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
-
已过时。
- attach(Environment, BeanDefinitionRegistry) - 类中的静态方法 org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
-
已过时。
- attachSignalHandler(Runnable) - 类中的静态方法 org.springframework.boot.loader.tools.SignalUtils
-
Handle INT signals by calling the specified
Runnable. - attributeValue() - 枚举类中的方法 org.springframework.boot.web.server.Cookie.SameSite
- AuditApplicationEvent - org.springframework.boot.actuate.audit.listener中的类
-
Spring
ApplicationEventto encapsulateAuditEvents. - AuditApplicationEvent(String, String, String...) - 类的构造器 org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(String, String, Map<String, Object>) - 类的构造器 org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(Instant, String, String, Map<String, Object>) - 类的构造器 org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Create a new
AuditApplicationEventthat wraps a newly createdAuditEvent. - AuditApplicationEvent(AuditEvent) - 类的构造器 org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Create a new
AuditApplicationEventthat wraps the specifiedAuditEvent. - AuditAutoConfiguration - org.springframework.boot.actuate.autoconfigure.audit中的类
-
Auto-configurationforAuditEvents. - AuditAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
- AuditEvent - org.springframework.boot.actuate.audit中的类
-
A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
- AuditEvent(String, String, String...) - 类的构造器 org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event for the current time from data provided as name-value pairs.
- AuditEvent(String, String, Map<String, Object>) - 类的构造器 org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event for the current time.
- AuditEvent(Instant, String, String, Map<String, Object>) - 类的构造器 org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event.
- AuditEventRepository - org.springframework.boot.actuate.audit中的接口
-
Repository for
AuditEvents. - auditEventsEndpoint(AuditEventRepository) - 类中的方法 org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
- AuditEventsEndpoint - org.springframework.boot.actuate.audit中的类
-
@Endpointto expose audit events. - AuditEventsEndpoint(AuditEventRepository) - 类的构造器 org.springframework.boot.actuate.audit.AuditEventsEndpoint
- AuditEventsEndpoint.AuditEventsDescriptor - org.springframework.boot.actuate.audit中的类
-
Description of an application's
audit events. - AuditEventsEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.audit中的类
-
Auto-configurationfor theAuditEventsEndpoint. - AuditEventsEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
- auditListener(AuditEventRepository) - 类中的方法 org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
- AuditListener - org.springframework.boot.actuate.audit.listener中的类
-
The default
AbstractAuditListenerimplementation. - AuditListener(AuditEventRepository) - 类的构造器 org.springframework.boot.actuate.audit.listener.AuditListener
- Authentication() - 类的构造器 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication
- Authentication() - 类的构造器 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- Authentication() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
- AUTHENTICATION_FAILURE - 类中的静态变量 org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication failure event type.
- AUTHENTICATION_SUCCESS - 类中的静态变量 org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication success event type.
- AUTHENTICATION_SWITCH - 类中的静态变量 org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication switch event type.
- authenticationAuditListener() - 类中的方法 org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
- AuthenticationAuditListener - org.springframework.boot.actuate.security中的类
-
Default implementation of
AbstractAuthenticationAuditListener. - AuthenticationAuditListener() - 类的构造器 org.springframework.boot.actuate.security.AuthenticationAuditListener
- authenticationEventPublisher(ApplicationEventPublisher) - 类中的方法 org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
- AUTHORIZATION_FAILURE - 类中的静态变量 org.springframework.boot.actuate.security.AuthorizationAuditListener
-
Authorization failure event type.
- AUTHORIZATION_HEADER - 枚举类 中的枚举常量 org.springframework.boot.actuate.web.exchanges.Include
-
Include authorization header (if any).
- authorizationAuditListener() - 类中的方法 org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
- AuthorizationAuditListener - org.springframework.boot.actuate.security中的类
-
Default implementation of
AbstractAuthorizationAuditListener. - AuthorizationAuditListener() - 类的构造器 org.springframework.boot.actuate.security.AuthorizationAuditListener
- AUTO - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.RepositoryType
-
Enables all repository types automatically based on their availability.
- AUTO - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
-
Context Propagation is applied to all Reactor operators.
- AUTO - 类中的静态变量 org.springframework.boot.autoconfigure.jms.AcknowledgeMode
-
Messages sent or received from the session are automatically acknowledged.
- AUTO_CONFIGURED - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
-
Only replace the DataSource if it was auto-configured.
- AUTO_TRIM_TRAILING_NEW_LINE - 枚举类 中的枚举常量 org.springframework.boot.env.ConfigTreePropertySource.Option
-
Automatically attempt trim trailing new-line characters.
- AutoConfiguration - org.springframework.boot.autoconfigure中的批注接口
-
Indicates that a class provides configuration that can be automatically applied by Spring Boot.
- AutoConfigurationExcludeFilter - org.springframework.boot.autoconfigure中的类
-
A
TypeFilterimplementation that matches registered auto-configuration classes. - AutoConfigurationExcludeFilter() - 类的构造器 org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- AutoConfigurationImportEvent - org.springframework.boot.autoconfigure中的类
-
Event fired when auto-configuration classes are imported.
- AutoConfigurationImportEvent(Object, List<String>, Set<String>) - 类的构造器 org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
- AutoConfigurationImportFilter - org.springframework.boot.autoconfigure中的接口
-
Filter that can be registered in
spring.factoriesto limit the auto-configuration classes considered. - AutoConfigurationImportListener - org.springframework.boot.autoconfigure中的接口
-
Listener that can be registered with
spring.factoriesto receive details of imported auto-configurations. - AutoConfigurationImportSelector - org.springframework.boot.autoconfigure中的类
-
DeferredImportSelectorto handleauto-configuration. - AutoConfigurationImportSelector() - 类的构造器 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- AutoConfigurationImportSelector.AutoConfigurationEntry - org.springframework.boot.autoconfigure中的类
- AutoConfigurationMetadata - org.springframework.boot.autoconfigure中的接口
-
Provides access to meta-data written by the auto-configure annotation processor.
- AutoConfigurationPackage - org.springframework.boot.autoconfigure中的批注接口
-
Registers packages with
AutoConfigurationPackages. - AutoConfigurationPackages - org.springframework.boot.autoconfigure中的类
-
Class for storing auto-configuration packages for reference later (e.g. by JPA entity scanner).
- AutoConfigurationPackages() - 类的构造器 org.springframework.boot.autoconfigure.AutoConfigurationPackages
- AutoConfigurations - org.springframework.boot.autoconfigure中的类
-
Configurationsrepresenting auto-configuration@Configurationclasses. - AutoConfigurations(Collection<Class<?>>) - 类的构造器 org.springframework.boot.autoconfigure.AutoConfigurations
- AutoConfigureAfter - org.springframework.boot.autoconfigure中的批注接口
-
Hint for that an
auto-configurationshould be applied after other specified auto-configuration classes. - AutoConfigureBefore - org.springframework.boot.autoconfigure中的批注接口
-
Hint that an
auto-configurationshould be applied before other specified auto-configuration classes. - AutoConfigureCache - org.springframework.boot.test.autoconfigure.core中的批注接口
-
Annotation that can be applied to a test class to configure a test
CacheManagerif none has been defined yet. - AutoConfigureDataCassandra - org.springframework.boot.test.autoconfigure.data.cassandra中的批注接口
-
Auto-configuration importsfor typical Data Cassandra tests. - AutoConfigureDataCouchbase - org.springframework.boot.test.autoconfigure.data.couchbase中的批注接口
-
Auto-configuration importsfor typical Data Couchbase tests. - AutoConfigureDataElasticsearch - org.springframework.boot.test.autoconfigure.data.elasticsearch中的批注接口
-
Auto-configuration importsfor typical Data Elasticsearch tests. - AutoConfigureDataJdbc - org.springframework.boot.test.autoconfigure.data.jdbc中的批注接口
-
Auto-configuration importsfor typical Data JDBC tests. - AutoConfigureDataJpa - org.springframework.boot.test.autoconfigure.orm.jpa中的批注接口
-
Auto-configuration importsfor typical Data JPA tests. - AutoConfigureDataLdap - org.springframework.boot.test.autoconfigure.data.ldap中的批注接口
-
Auto-configuration importsfor typical Data LDAP tests. - AutoConfigureDataMongo - org.springframework.boot.test.autoconfigure.data.mongo中的批注接口
-
Auto-configuration importsfor typical Data MongoDB tests. - AutoConfigureDataNeo4j - org.springframework.boot.test.autoconfigure.data.neo4j中的批注接口
-
Auto-configuration importsfor typical Data Neo4j tests. - AutoConfigureDataR2dbc - org.springframework.boot.test.autoconfigure.data.r2dbc中的批注接口
-
Auto-configuration importsfor typical Data R2DBC tests. - AutoConfigureDataRedis - org.springframework.boot.test.autoconfigure.data.redis中的批注接口
-
Auto-configuration importsfor typical Data redis tests. - AutoConfigureGraphQl - org.springframework.boot.test.autoconfigure.graphql中的批注接口
-
Auto-configuration importsfor typical Spring GraphQL tests. - AutoConfigureGraphQlTester - org.springframework.boot.test.autoconfigure.graphql.tester中的批注接口
-
Annotation that can be applied to a test class to enable a
GraphQlTester. - AutoConfigureHttpGraphQlTester - org.springframework.boot.test.autoconfigure.graphql.tester中的批注接口
-
Annotation that can be applied to a test class to enable a
HttpGraphQlTester. - AutoConfigureJdbc - org.springframework.boot.test.autoconfigure.jdbc中的批注接口
-
Auto-configuration importsfor typical jdbc tests. - AutoConfigureJooq - org.springframework.boot.test.autoconfigure.jooq中的批注接口
-
Auto-configuration importsfor typical jOOQ tests. - AutoConfigureJson - org.springframework.boot.test.autoconfigure.json中的批注接口
-
Auto-configuration importsfor typical JSON tests. - AutoConfigureJsonTesters - org.springframework.boot.test.autoconfigure.json中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.
- AutoConfigureMockMvc - org.springframework.boot.test.autoconfigure.web.servlet中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of
MockMvc. - AutoConfigureMockRestServiceServer - org.springframework.boot.test.autoconfigure.web.client中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of a single
MockRestServiceServer. - AutoConfigureMockWebServiceClient - org.springframework.boot.test.autoconfigure.webservices.server中的批注接口
-
Annotation that can be applied to a test class to enable auto-configuration of
MockWebServiceClient. - AutoConfigureMockWebServiceServer - org.springframework.boot.test.autoconfigure.webservices.client中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of a single
MockWebServiceServer. - AutoConfigureObservability - org.springframework.boot.test.autoconfigure.actuate.observability中的批注接口
-
Annotation that can be applied to a test class to enable auto-configuration for observability.
- AutoConfigureOrder - org.springframework.boot.autoconfigure中的批注接口
-
Auto-configuration specific variant of Spring Framework's
@Orderannotation. - AutoConfigureRestDocs - org.springframework.boot.test.autoconfigure.restdocs中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs.
- AutoConfigureTestDatabase - org.springframework.boot.test.autoconfigure.jdbc中的批注接口
-
Annotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configured
DataSource. - AutoConfigureTestDatabase.Replace - org.springframework.boot.test.autoconfigure.jdbc中的枚举类
-
What the test database can replace.
- AutoConfigureTestEntityManager - org.springframework.boot.test.autoconfigure.orm.jpa中的批注接口
-
Annotation that can be applied to a test class to enable auto-configuration of a
TestEntityManager. - AutoConfigureWebClient - org.springframework.boot.test.autoconfigure.web.client中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients.
- AutoConfigureWebFlux - org.springframework.boot.test.autoconfigure.web.reactive中的批注接口
-
Auto-configuration importsfor typical Spring WebFlux tests. - AutoConfigureWebMvc - org.springframework.boot.test.autoconfigure.web.servlet中的批注接口
-
Auto-configuration importsfor typical Spring MVC tests. - AutoConfigureWebServiceClient - org.springframework.boot.test.autoconfigure.webservices.client中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of web service clients.
- AutoConfigureWebServiceServer - org.springframework.boot.test.autoconfigure.webservices.server中的批注接口
-
Annotation that can be applied to a test class to enable and configure auto-configuration of web service servers endpoints.
- AutoConfigureWebTestClient - org.springframework.boot.test.autoconfigure.web.reactive中的批注接口
-
Annotation that can be applied to a test class to enable a
WebTestClientthat is bound directly to the application. - AutoTimeProperties - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
Nested configuration properties for items that are automatically timed.
- AutoTimeProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
-
Create an instance that automatically time requests with no percentiles.
- AutoTimer - org.springframework.boot.actuate.metrics中的接口
-
Strategy that can be used to apply
Timersautomatically instead of using@Timed. - AvailabilityChangeEvent<S> - org.springframework.boot.availability中的类
-
ApplicationEventsent when theAvailabilityStateof the application changes. - AvailabilityChangeEvent(Object, S) - 类的构造器 org.springframework.boot.availability.AvailabilityChangeEvent
-
Create a new
AvailabilityChangeEventinstance. - AvailabilityHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.availability中的类
- AvailabilityHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
- AvailabilityProbesAutoConfiguration - org.springframework.boot.actuate.autoconfigure.availability中的类
-
Auto-configurationfor availability probes. - AvailabilityProbesAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
- availabilityProbesHealthEndpointGroupsPostProcessor(Environment) - 类中的方法 org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
- AvailabilityState - org.springframework.boot.availability中的接口
-
Tagging interface used on
ApplicationAvailabilitystates. - AvailabilityStateHealthIndicator - org.springframework.boot.actuate.availability中的类
-
A
HealthIndicatorthat checks a specificAvailabilityStateof the application. - AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - 类的构造器 org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
-
Create a new
AvailabilityStateHealthIndicatorinstance. - AvailabilityStateHealthIndicator.StatusMappings<S> - org.springframework.boot.actuate.availability中的接口
-
Callback used to add status mappings.
- available(String) - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates something is available.
- awaitTermination(boolean) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
- awaitTermination(boolean) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
- awaitTerminationPeriod(Duration) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the maximum time the executor is supposed to block on shutdown.
- awaitTerminationPeriod(Duration) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Set the maximum time the executor is supposed to block on shutdown.
- AZURE_APP_SERVICE - 枚举类 中的枚举常量 org.springframework.boot.cloud.CloudPlatform
-
Azure App Service platform.
常量字段值|所有程序包|所有类和接口|序列化表格
AbstractApplicationContextRunner(Function, Supplier, Class...)