- wait(ContainerReference) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
-
Wait for a container to stop and retrieve the status.
- waitForResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
-
Cause the request to block or use asynchronous methods to wait until a response
is available.
- War() - Constructor for class org.springframework.boot.loader.tools.Layouts.War
-
- WarCommand - Class in org.springframework.boot.cli.command.archive
-
Command
to create a self-contained executable jar file from a CLI application.
- WarCommand() - Constructor for class org.springframework.boot.cli.command.archive.WarCommand
-
- WarLauncher - Class in org.springframework.boot.loader
-
- WarLauncher() - Constructor for class org.springframework.boot.loader.WarLauncher
-
- WarLauncher(Archive) - Constructor for class org.springframework.boot.loader.WarLauncher
-
- warn(Object) - Method in class org.springframework.boot.logging.DeferredLog
-
- warn(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-
- wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
-
Return true
if the endpoint was discovered by the specified discoverer.
- wasProcessed(String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Return true
if the specified class name was processed by the annotation
processor.
- wavefrontConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
-
- wavefrontMeterRegistry(WavefrontConfig, Clock, WavefrontSender) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
-
- WavefrontMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
-
- WavefrontMetricsExportAutoConfiguration(WavefrontProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
-
- WavefrontProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
-
- WavefrontProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-
- WavefrontProperties.Sender - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
-
- WavefrontPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
-
- WavefrontPropertiesConfigAdapter(WavefrontProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
-
- wavefrontSender(WavefrontConfig) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
-
- Web() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
-
- web(WebApplicationType) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to explicitly request a specific type of web application.
- WebApplicationContextRunner - Class in org.springframework.boot.test.context.runner
-
- WebApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.WebApplicationContextRunner
-
- WebApplicationContextRunner(Supplier<ConfigurableWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.WebApplicationContextRunner
-
- WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.web.servlet.context
-
- WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
-
- WebApplicationType - Enum in org.springframework.boot
-
An enumeration of possible types of web application.
- WebClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
-
- WebClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
-
- WebClientAutoConfiguration.WebClientCodecsConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
-
- webClientBuilder(ObjectProvider<WebClientCustomizer>) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
-
- WebClientCodecCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
-
- WebClientCodecCustomizer(List<CodecCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
-
- WebClientCodecsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
-
- WebClientCustomizer - Interface in org.springframework.boot.web.reactive.function.client
-
- WebClientExchangeTags - Class in org.springframework.boot.actuate.metrics.web.reactive.client
-
Factory methods for creating
Tags
related to a request-response exchange
performed by a
WebClient
.
- WebClientExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.client
-
Tags
provider for an exchange performed by a
WebClient
.
- WebClientRestTemplateAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
-
- WebClientRestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
-
- WebConversionService - Class in org.springframework.boot.autoconfigure.web.format
-
- WebConversionService(String) - Constructor for class org.springframework.boot.autoconfigure.web.format.WebConversionService
-
- WebConversionService(DateTimeFormatters) - Constructor for class org.springframework.boot.autoconfigure.web.format.WebConversionService
-
Create a new WebConversionService that configures formatters with the provided
date, time, and date-time formats, or registers the default if no custom format is
provided.
- WebEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
-
Identifies a type as being an endpoint that is only exposed over HTTP.
- WebEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
- WebEndpointAutoConfiguration(ApplicationContext, WebEndpointProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-
- webEndpointDiscoverer(ParameterValueMapper, EndpointMediaTypes, ObjectProvider<PathMapper>, ObjectProvider<OperationInvokerAdvisor>, ObjectProvider<EndpointFilter<ExposableWebEndpoint>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-
- WebEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
-
- WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
- WebEndpointHttpMethod - Enum in org.springframework.boot.actuate.endpoint.web
-
An enumeration of HTTP methods supported by web endpoint operations.
- webEndpointPathMapper() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-
- WebEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
Configuration properties for web management endpoints.
- WebEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
-
- WebEndpointProperties.Exposure - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
- webEndpointReactiveHandlerMapping(WebEndpointsSupplier, ControllerEndpointsSupplier, EndpointMediaTypes, CorsEndpointProperties, WebEndpointProperties, Environment) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
-
- WebEndpointResponse<T> - Class in org.springframework.boot.actuate.endpoint.web
-
A
WebEndpointResponse
can be returned by an operation on a
@EndpointWebExtension
to provide additional, web-specific
information such as the HTTP status code.
- WebEndpointResponse() - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with no body and a 200 (OK) status.
- WebEndpointResponse(int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with no body and the given
status
.
- WebEndpointResponse(T) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with then given body and a 200 (OK)
status.
- WebEndpointResponse(T, int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse
with then given body and status.
- webEndpointServletHandlerMapping(WebEndpointsSupplier, ServletEndpointsSupplier, ControllerEndpointsSupplier, EndpointMediaTypes, CorsEndpointProperties, WebEndpointProperties, Environment) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
-
- WebEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web
-
- webExposeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-
- WebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
-
- WebFluxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
-
- WebFluxAutoConfiguration.EnableWebFluxConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
-
Configuration equivalent to @EnableWebFlux
.
- WebFluxAutoConfiguration.WebFluxConfig - Class in org.springframework.boot.autoconfigure.web.reactive
-
- WebFluxAutoConfiguration.WelcomePageConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
-
- WebFluxConfig(ResourceProperties, WebProperties, WebFluxProperties, ListableBeanFactory, ObjectProvider<HandlerMethodArgumentResolver>, ObjectProvider<CodecCustomizer>, ObjectProvider<ResourceHandlerRegistrationCustomizer>, ObjectProvider<ViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-
- webFluxConversionService() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
-
- WebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
-
A custom
HandlerMapping
that makes web endpoints available over HTTP using
Spring WebFlux.
- WebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
-
Creates a new WebFluxEndpointHandlerMapping
instance that provides mappings
for the given endpoints.
- WebFluxEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
-
- WebFluxEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
-
- webfluxMetrics(MeterRegistry, WebFluxTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
-
- WebFluxMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.reactive
-
- WebFluxMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
-
- WebFluxProperties - Class in org.springframework.boot.autoconfigure.web.reactive
-
- WebFluxProperties() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
-
- WebFluxProperties.Format - Class in org.springframework.boot.autoconfigure.web.reactive
-
- WebFluxRegistrations - Interface in org.springframework.boot.autoconfigure.web.reactive
-
Interface to register key components of the
WebFluxAutoConfiguration
in place
of the default ones provided by Spring WebFlux.
- WebFluxTags - Class in org.springframework.boot.actuate.metrics.web.reactive.server
-
Factory methods for Tags
associated with a request-response exchange that
is handled by WebFlux.
- WebFluxTagsContributor - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
-
A contributor of Tags
for WebFlux-based request handling.
- webFluxTagsProvider(ObjectProvider<WebFluxTagsContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
-
- WebFluxTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
-
Provides Tags
for WebFlux-based request handling.
- WebFluxTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
-
Annotation that can be used for a Spring WebFlux test that focuses
only on Spring WebFlux components.
- WebFluxTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.reactive
-
- webFluxValidator() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
-
- WebListenerRegistrar - Interface in org.springframework.boot.web.servlet
-
Interface to be implemented by types that register
@WebListeners
.
- WebListenerRegistry - Interface in org.springframework.boot.web.servlet
-
- WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
-
- WebMvcAutoConfiguration.EnableWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
-
Configuration equivalent to @EnableWebMvc
.
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcAutoConfigurationAdapter(ResourceProperties, WebProperties, WebMvcProperties, ListableBeanFactory, ObjectProvider<HttpMessageConverters>, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>, ObjectProvider<DispatcherServletPath>, ObjectProvider<ServletRegistrationBean<?>>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-
- WebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
-
A custom
HandlerMapping
that makes web endpoints available over HTTP using
Spring MVC.
- WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
-
Creates a new WebMvcEndpointHandlerMapping
instance that provides mappings
for the given endpoints.
- WebMvcEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
-
- WebMvcEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
-
- WebMvcMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.servlet
-
- WebMvcMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
-
- webMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
-
- WebMvcMetricsFilter - Class in org.springframework.boot.actuate.metrics.web.servlet
-
Intercepts incoming HTTP requests and records metrics about Spring MVC execution time
and results.
- WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- WebMvcProperties - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
- WebMvcProperties.Async - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties.Contentnegotiation - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties.Format - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties.LocaleResolver - Enum in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties.MatchingStrategy - Enum in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties.Pathmatch - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties.Servlet - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcProperties.View - Class in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcRegistrations - Interface in org.springframework.boot.autoconfigure.web.servlet
-
- WebMvcServletEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
-
- WebMvcTags - Class in org.springframework.boot.actuate.metrics.web.servlet
-
Factory methods for Tags
associated with a request-response exchange that
is handled by Spring MVC.
- WebMvcTagsContributor - Interface in org.springframework.boot.actuate.metrics.web.servlet
-
A contributor of Tags
for Spring MVC-based request handling.
- webMvcTagsProvider(ObjectProvider<WebMvcTagsContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
-
- WebMvcTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.servlet
-
Provides Tags
for Spring MVC-based request handling.
- WebMvcTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
-
Annotation that can be used for a Spring MVC test that focuses only on
Spring MVC components.
- WebMvcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.servlet
-
- WebOperation - Interface in org.springframework.boot.actuate.endpoint.web
-
An operation on a web endpoint.
- WebOperationRequestPredicate - Class in org.springframework.boot.actuate.endpoint.web
-
A predicate for a request to an operation on a web endpoint.
- WebOperationRequestPredicate(String, WebEndpointHttpMethod, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Creates a new OperationRequestPredicate
.
- WebProperties - Class in org.springframework.boot.autoconfigure.web
-
- WebProperties() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties
-
- WebProperties.LocaleResolver - Enum in org.springframework.boot.autoconfigure.web
-
- WebProperties.Resources - Class in org.springframework.boot.autoconfigure.web
-
- WebProperties.Resources.Cache - Class in org.springframework.boot.autoconfigure.web
-
Cache configuration.
- WebProperties.Resources.Cache.Cachecontrol - Class in org.springframework.boot.autoconfigure.web
-
Cache Control HTTP header configuration.
- WebProperties.Resources.Chain - Class in org.springframework.boot.autoconfigure.web
-
Configuration for the Spring Resource Handling chain.
- WebProperties.Resources.Chain.Strategy - Class in org.springframework.boot.autoconfigure.web
-
Strategies for extracting and embedding a resource version in its URL path.
- WebProperties.Resources.Chain.Strategy.Content - Class in org.springframework.boot.autoconfigure.web
-
Version Strategy based on content hashing.
- WebProperties.Resources.Chain.Strategy.Fixed - Class in org.springframework.boot.autoconfigure.web
-
Version Strategy based on a fixed version string.
- WebServer - Interface in org.springframework.boot.web.server
-
Simple interface that represents a fully configured web server (for example Tomcat,
Jetty, Netty).
- WebServerApplicationContext - Interface in org.springframework.boot.web.context
-
- WebServerException - Exception in org.springframework.boot.web.server
-
Exceptions thrown by an web server.
- WebServerException(String, Throwable) - Constructor for exception org.springframework.boot.web.server.WebServerException
-
- WebServerFactory - Interface in org.springframework.boot.web.server
-
Tagging interface for factories that create a
WebServer
.
- WebServerFactoryCustomizer<T extends WebServerFactory> - Interface in org.springframework.boot.web.server
-
- WebServerFactoryCustomizerBeanPostProcessor - Class in org.springframework.boot.web.server
-
- WebServerFactoryCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
-
- WebServerInitializedEvent - Class in org.springframework.boot.web.context
-
Event to be published when the
WebServer
is ready.
- WebServerInitializedEvent(WebServer) - Constructor for class org.springframework.boot.web.context.WebServerInitializedEvent
-
- WebServerPortFileWriter - Class in org.springframework.boot.web.context
-
- WebServerPortFileWriter() - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
-
- WebServerPortFileWriter(String) - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
-
- WebServerPortFileWriter(File) - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
-
- WebServiceClientExcludeFilter - Class in org.springframework.boot.test.autoconfigure.webservices.client
-
- WebServiceClientExcludeFilter(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientExcludeFilter
-
- WebServiceClientTemplateAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.webservices.client
-
Auto-configuration for a web-client WebServiceTemplate
.
- WebServiceClientTemplateAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTemplateAutoConfiguration
-
- WebServiceClientTest - Annotation Type in org.springframework.boot.test.autoconfigure.webservices.client
-
Annotation that can be used for a typical Spring web service client test.
- WebServicesAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices
-
- WebServicesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
-
- WebServicesAutoConfiguration.WsConfiguration - Class in org.springframework.boot.autoconfigure.webservices
-
- WebServicesProperties - Class in org.springframework.boot.autoconfigure.webservices
-
- WebServicesProperties() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
-
- WebServicesProperties.Servlet - Class in org.springframework.boot.autoconfigure.webservices
-
- webServiceTemplate(WebServiceTemplateBuilder) - Method in class org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTemplateAutoConfiguration
-
- WebServiceTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices.client
-
- WebServiceTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
-
- webServiceTemplateBuilder(ObjectProvider<WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
-
- WebServiceTemplateBuilder - Class in org.springframework.boot.webservices.client
-
Builder that can be used to configure and create a WebServiceTemplate
.
- WebServiceTemplateBuilder(WebServiceTemplateCustomizer...) - Constructor for class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
- WebServiceTemplateCustomizer - Interface in org.springframework.boot.webservices.client
-
Callback interface that can be used to customize a WebServiceTemplate
.
- WebSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.servlet
-
- WebSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.WebSocketMessagingAutoConfiguration
-
- WebSocketReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.reactive
-
Auto configuration for WebSocket reactive server in Tomcat, Jetty or Undertow.
- WebSocketReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.reactive.WebSocketReactiveAutoConfiguration
-
- WebSocketServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.servlet
-
Auto configuration for WebSocket servlet server in embedded Tomcat, Jetty or Undertow.
- WebSocketServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration
-
- webTestClient(ApplicationContext, List<WebTestClientBuilderCustomizer>, List<MockServerConfigurer>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
-
- WebTestClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.reactive
-
- WebTestClientAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
-
- WebTestClientBuilderCustomizer - Interface in org.springframework.boot.test.web.reactive.server
-
- WelcomePageConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WelcomePageConfiguration
-
- welcomePageHandlerMapping(ApplicationContext, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
- welcomePageRouterFunctionMapping(ApplicationContext, WebFluxProperties, ResourceProperties, WebProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WelcomePageConfiguration
-
- when(Predicate<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that won't map values that don't match
the given predicate.
- whenEqualTo(Object) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that will only map values equal to the
specified object
.
- whenFalse() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that will only map values that are
false
.
- whenHasText() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that will only map values that have a
toString()
containing actual text.
- whenInstanceOf(Class<R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that will only map values that are an
instance of the given type.
- whenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that won't map non-null values or
suppliers that throw a
NullPointerException
.
- whenNot(Predicate<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that won't map values that match the
given predicate.
- whenTrue() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return a filtered version of the source that will only map values that are
true
.
- Whitelabel() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
-
- WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
-
- WhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
-
ThrowablePatternConverter
that adds some additional whitespace around the stack
trace.
- WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
-
ThrowableProxyConverter
that adds some additional whitespace around the stack
trace.
- WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
-
- with(Function<SELF, SELF>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Apply customization to this runner.
- withAliases(ConfigurationPropertyNameAliases) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
Return a variant of this source that supports name aliases.
- withAliases(ConfigurationPropertyNameAliases) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
- withAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Specify if bean definition overriding, by registering a definition with the same
name as an existing definition, should be allowed.
- withAnnotations(Annotation...) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindable
instance with the specified annotations.
- withArgs(String...) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with additional args.
- withBasicAuth(String, String) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Creates a new TestRestTemplate
with the same configuration as this one,
except that it will send basic authorization headers using the given
username
and password
.
- withBean(Class<T>, Object...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withBean(String, Class<T>, Object...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withBean(Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withBind(VolumeName, String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with an additional bind.
- withBind(String, String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with an additional bind.
- withBuilder(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
- withBuilderRegistryTokenAuthentication(String) - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
-
- withBuilderRegistryUserAuthentication(String, String, String, String) - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
-
- withClassLoader(ClassLoader) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withCleanCache(boolean) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequest
with an updated clean cache setting.
- withCommand(String, String...) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with a specific command.
- withConfiguration(Configurations) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withCreateDate(Instant) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
Set the create date for the image archive.
- withCreator(Creator) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
- withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Record detail using given key
and value
.
- withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
-
Record detail using given key
and value
.
- withDetails(Map<String, ?>) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Record details from the given details
map.
- withDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.Info.Builder
-
Record several details.
- withDigest(String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
-
- withEnv(String, String) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
- withEnv(Map<String, String>) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
- withEnv(String, String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with an additional environment variable.
- withException(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
- withExistingValue(T) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindable
instance with an existing value.
- withHost(String, boolean, String) - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
-
- withInitializer(ApplicationContextInitializer<? super C>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withInitParameter(String, String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
- withInitParameters(Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
- withLabel(String, String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with an additional label.
- withLabel(String, String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageConfig.Update
-
Update the image config with an additional label.
- withLoadOnStartup(int) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
Sets the loadOnStartup
priority that will be set on Servlet registration.
- withLogger(Class<?>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
-
Use the specified logger source to report any lambda failures.
- withLogger(Log) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
-
Use the specified logger to report any lambda failures.
- withMockServletContext(Supplier<ConfigurableWebApplicationContext>) - Static method in class org.springframework.boot.test.context.runner.WebApplicationContextRunner
-
- withNewLayer(Layer) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
Add a new layer to the image archive.
- withParent(ApplicationContext) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withPropertyValues(String...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withPublish(boolean) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
- withPublishRegistryTokenAuthentication(String) - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
-
- withPublishRegistryUserAuthentication(String, String, String, String) - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
-
- withPullPolicy(PullPolicy) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequest
with the updated image pull policy.
- withRunImage(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
- withSettings(MockReset) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
-
Create settings
to be used with mocks where a specific reset
should occur.
- withSuppliedValue(Supplier<T>) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindable
instance with a value supplier.
- withSystemProperties(String...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Add the specified
System
property pairs.
- withTag(ImageReference) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
Set the tag for the image archive.
- withUpdatedConfig(Consumer<ImageConfig.Update>) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
- withUser(String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with a specific user.
- withUserConfiguration(Class<?>...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
- withVerboseLogging(boolean) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequest
with an updated verbose logging setting.
- withVersion(String) - Static method in class org.springframework.boot.buildpack.platform.build.Creator
-
Create a new Creator
using the provided version.
- wrapConnectionFactory(XAConnectionFactory) - Method in interface org.springframework.boot.jms.XAConnectionFactoryWrapper
-
- wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
-
- wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
-
Deprecated.
- wrapDataSource(XADataSource) - Method in interface org.springframework.boot.jdbc.XADataSourceWrapper
-
- wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
-
- wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
-
Deprecated.
- wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- write(ByteBuffer) - Method in class org.springframework.boot.buildpack.platform.socket.DomainSocket
-
- write(ByteBuffer) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
-
- write(OutputStream) - Method in interface org.springframework.boot.loader.tools.EntryWriter
-
Write entry data to the specified output stream.
- write(JarFile, Libraries, AbstractJarWriter) - Method in class org.springframework.boot.loader.tools.Packager
-
- write(File) - Method in class org.springframework.boot.system.ApplicationPid
-
Write the PID to the specified file.
- write(T) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
- writeBuildProperties(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
-
- writeEntries(JarFile) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Write all entries from the specified jar file.
- writeEntry(String, InputStream) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Writes an entry.
- writeEntry(String, EntryWriter) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Writes an entry.
- writeEntry(String, InputStream) - Method in interface org.springframework.boot.loader.tools.LoaderClassesWriter
-
Write a single entry to the JAR.
- writeIndexFile(String, Collection<String>) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Write a simple index file containing the specified UTF-8 lines.
- writeLoadedClasses(LoaderClassesWriter) - Method in interface org.springframework.boot.loader.tools.CustomLoaderLayout
-
Write the required loader classes into the JAR.
- writeLoaderClasses() - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Write the required spring-boot-loader classes to the JAR.
- writeLoaderClasses(String) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Write the required spring-boot-loader classes to the JAR.
- writeLoaderClasses() - Method in interface org.springframework.boot.loader.tools.LoaderClassesWriter
-
Write the default required spring-boot-loader classes to the JAR.
- writeLoaderClasses(String) - Method in interface org.springframework.boot.loader.tools.LoaderClassesWriter
-
Write custom required spring-boot-loader classes to the JAR.
- writeManifest(Manifest) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Write the specified manifest.
- writeNestedLibrary(String, Library) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Write a nested library.
- writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Write the specified object to a JSON string.
- writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.GsonTester
-
- writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
-
- writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.JsonbTester
-
- WriteOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
-
Identifies a method on an
@Endpoint
as being a write operation.
- writeTo(OutputStream) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig
-
Write this container configuration to the specified
OutputStream
.
- writeTo(OutputStream) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive
-
- writeTo(OutputStream) - Method in class org.springframework.boot.buildpack.platform.docker.type.Layer
-
- writeTo(OutputStream) - Method in interface org.springframework.boot.buildpack.platform.io.Content
-
Write the content to the given output stream.
- writeTo(OutputStream) - Method in class org.springframework.boot.buildpack.platform.io.InspectedContent
-
- writeTo(OutputStream) - Method in interface org.springframework.boot.buildpack.platform.io.TarArchive
-
Write the TAR archive to the given output stream.
- writeTo(OutputStream) - Method in class org.springframework.boot.buildpack.platform.io.ZipFileTarArchive
-
- writeTo(WritableByteChannel) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
-
Write the content of this payload to the given target channel.
- writeTo(OutputStream) - Method in class org.springframework.boot.loader.tools.LayersIndex
-
Write the layer index to an output stream.
- writeToArchive(ZipEntry, EntryWriter) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
- writeToArchive(ZipEntry, EntryWriter) - Method in class org.springframework.boot.loader.tools.JarWriter
-
- WsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsConfiguration
-
- wsdlDefinitionBeanFactoryPostProcessor() - Static method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
-