Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- W3C - Enum constant in enum class org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.Propagation.PropagationType
-
W3C propagation.
- wait(ContainerReference) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
-
Wait for a container to stop and retrieve the status.
- WANT - Enum constant in enum class org.springframework.boot.web.server.Ssl.ClientAuth
-
Client authentication is wanted but not mandatory.
- War() - Constructor for class org.springframework.boot.loader.tools.Layouts.War
- WarLauncher - Class in org.springframework.boot.loader.launch
-
Launcherfor WAR based archives. - WarLauncher() - Constructor for class org.springframework.boot.loader.launch.WarLauncher
- WarLauncher(Archive) - Constructor for class org.springframework.boot.loader.launch.WarLauncher
- warn(Object) - Method in class org.springframework.boot.logging.DeferredLog
- warn(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- WARN - Enum constant in enum class org.springframework.boot.logging.LogLevel
- wasDiscoveredBy(Class) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- wasDiscoveredBy(Class) - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
-
Return
trueif the endpoint was discovered by the specified discoverer. - wasProcessed(String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Return
trueif the specified class name was processed by the annotation processor. - Watch() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch
- web(WebApplicationType) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to explicitly request a specific type of web application.
- Web() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsProperties.Web
- WEB - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
-
Exposed over a web endpoint.
- WEB_JARS - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/webjars". - WebApplicationContextInitializer - Class in org.springframework.boot.web.context.servlet
-
Common initialization logic for Servlet web applications.
- WebApplicationContextInitializer(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.web.context.servlet.WebApplicationContextInitializer
- WebApplicationContextRunner - Class in org.springframework.boot.test.context.runner
-
An
ApplicationContext runnerfor a Servlet basedConfigurableWebApplicationContext. - WebApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.WebApplicationContextRunner
-
Create a new
WebApplicationContextRunnerinstance using anAnnotationConfigServletWebApplicationContextwith aMockServletContextas the underlying source. - WebApplicationContextRunner(Supplier) - Constructor for class org.springframework.boot.test.context.runner.WebApplicationContextRunner
-
Create a new
WebApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source. - WebApplicationContextRunner(Supplier, Class...) - Constructor for class org.springframework.boot.test.context.runner.WebApplicationContextRunner
-
Create a new
WebApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source. - WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.web.server.servlet.context
-
Variant of
ServletContextAwareProcessorfor use with aConfigurableWebApplicationContext. - WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.web.server.servlet.context.WebApplicationContextServletContextAwareProcessor
- WebApplicationType - Enum Class in org.springframework.boot
-
An enumeration of possible types of web application.
- WebClientAutoConfiguration - Class in org.springframework.boot.webclient.autoconfigure
- WebClientAutoConfiguration() - Constructor for class org.springframework.boot.webclient.autoconfigure.WebClientAutoConfiguration
- WebClientAutoConfiguration.WebClientCodecsConfiguration - Class in org.springframework.boot.webclient.autoconfigure
- WebClientCodecCustomizer - Class in org.springframework.boot.webclient.autoconfigure
-
WebClientCustomizerthat configures codecs for the HTTP client. - WebClientCodecCustomizer(List) - Constructor for class org.springframework.boot.webclient.autoconfigure.WebClientCodecCustomizer
- WebClientCodecsConfiguration() - Constructor for class org.springframework.boot.webclient.autoconfigure.WebClientAutoConfiguration.WebClientCodecsConfiguration
- WebClientCustomizer - Interface in org.springframework.boot.webclient
-
Callback interface that can be used to customize a
WebClient.Builder. - webClientEnabled() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc
-
If a
WebClientshould be auto-configured when HtmlUnit is on the classpath. - WebClientObservationAutoConfiguration - Class in org.springframework.boot.webclient.autoconfigure
-
Configure the instrumentation of
WebClient. - WebClientObservationAutoConfiguration() - Constructor for class org.springframework.boot.webclient.autoconfigure.WebClientObservationAutoConfiguration
- WebClientSsl - Interface in org.springframework.boot.webclient.autoconfigure
-
Interface that can be used to
applySSL configuration to aWebClient.Builder. - WebClientTest - Annotation Interface in org.springframework.boot.webclient.test.autoconfigure
-
Annotation for a Spring WebClient test that focuses only on beans that use
WebClient.Builder. - WebConversionService - Class in org.springframework.boot.autoconfigure.web.format
-
FormattingConversionServicededicated to web applications for formatting and converting values to/from the web. - 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.
- webDriverEnabled() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc
-
If a
WebDrivershould be auto-configured when Selenium is on the classpath. - WebDriverScope - Class in org.springframework.boot.webmvc.test.autoconfigure
-
A special scope used for
WebDriverbeans. - WebDriverScope() - Constructor for class org.springframework.boot.webmvc.test.autoconfigure.WebDriverScope
- WebDriverTestExecutionListener - Class in org.springframework.boot.webmvc.test.autoconfigure
-
TestExecutionListenerto reset theWebDriverScope. - WebDriverTestExecutionListener() - Constructor for class org.springframework.boot.webmvc.test.autoconfigure.WebDriverTestExecutionListener
- WebEndpoint - Annotation Interface 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
-
Auto-configurationfor web@Endpointsupport. - WebEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
- WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List, List, Collection, Collection, Collection) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-
Create a new
WebEndpointDiscovererinstance. - WebEndpointHttpMethod - Enum Class in org.springframework.boot.actuate.endpoint.web
-
An enumeration of HTTP methods supported by web endpoint operations.
- 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.Discovery - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
- WebEndpointProperties.Exposure - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
- webEndpointReactiveHandlerMapping(WebEndpointsSupplier, ControllerEndpointsSupplier, EndpointMediaTypes, CorsEndpointProperties, WebEndpointProperties, Environment) - Method in class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
- WebEndpointResponse<T> - Class in org.springframework.boot.actuate.endpoint.web
-
A
WebEndpointResponsecan be returned by an operation on a@EndpointWebExtensionto 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
WebEndpointResponsewith no body and a 200 (OK) status. - WebEndpointResponse(int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new
WebEndpointResponsewith no body and the givenstatus. - WebEndpointResponse(T) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new
WebEndpointResponsewith the given body and a 200 (OK) status. - WebEndpointResponse(T, int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new
WebEndpointResponsewith the given body and status. - WebEndpointResponse(T, int, MimeType) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new
WebEndpointResponsewith the given body and status. - WebEndpointResponse(T, Producible) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new
WebEndpointResponsewith the given body and content type and a 200 (OK) status. - WebEndpointResponse(T, MimeType) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new
WebEndpointResponsewith the given body and content type and a 200 (OK) status. - WebEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web
- webEnvironment() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
-
The type of web environment to create when applicable.
- WebFluxAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
- WebFluxAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxAutoConfiguration
- WebFluxEndpointHandlerMapping - Class in org.springframework.boot.webflux.actuate.endpoint.web
-
A custom
HandlerMappingthat makes web endpoints available over HTTP using Spring WebFlux. - WebFluxEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.WebFluxEndpointHandlerMapping
-
Creates a new
WebFluxEndpointHandlerMappinginstance that provides mappings for the given endpoints. - WebFluxEndpointManagementContextConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.web
-
@ManagementContextConfigurationfor Reactive@Endpointconcerns. - WebFluxEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
- WebFluxHealthEndpointExtensionAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web
-
Auto-configurationforHealthEndpointweb extension with Spring WebFlux. - WebFluxHealthEndpointExtensionAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.endpoint.web.WebFluxHealthEndpointExtensionAutoConfiguration
- WebFluxHttpExchangesAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges
-
Auto-configurationto recordHTTP exchanges. - WebFluxHttpExchangesAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges.WebFluxHttpExchangesAutoConfiguration
- WebFluxMappingsAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure.actuate.web.mappings
-
Auto-configurationtodescribeWebFlux mappings. - WebFluxMappingsAutoConfiguration() - Constructor for class org.springframework.boot.webflux.autoconfigure.actuate.web.mappings.WebFluxMappingsAutoConfiguration
- WebFluxObservationAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
-
Auto-configurationfor instrumentation of Spring WebFlux applications. - WebFluxProperties - Class in org.springframework.boot.webflux.autoconfigure
-
Propertiesfor Spring WebFlux. - WebFluxProperties() - Constructor for class org.springframework.boot.webflux.autoconfigure.WebFluxProperties
- WebFluxProperties.Apiversion - Class in org.springframework.boot.webflux.autoconfigure
- WebFluxProperties.Apiversion.Use - Class in org.springframework.boot.webflux.autoconfigure
- WebFluxProperties.Format - Class in org.springframework.boot.webflux.autoconfigure
- WebFluxProperties.Problemdetails - Class in org.springframework.boot.webflux.autoconfigure
- WebFluxRegistrations - Interface in org.springframework.boot.webflux.autoconfigure
-
Interface to register key components of the
WebFluxAutoConfigurationin place of the default ones provided by Spring WebFlux. - WebFluxTest - Annotation Interface in org.springframework.boot.webflux.test.autoconfigure
-
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components.
- WebHttpHandlerBuilderCustomizer - Interface in org.springframework.boot.webflux.autoconfigure
-
Callback interface used to customize a
WebHttpHandlerBuilder. - WebListenerRegistrar - Interface in org.springframework.boot.web.server.servlet
-
Interface to be implemented by types that register
@WebListeners. - WebListenerRegistry - Interface in org.springframework.boot.web.server.servlet
-
A registry that holds
@WebListeners. - WebMvcAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration
- WebMvcEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
-
A custom
HandlerMappingthat makes web endpoints available over HTTP using Spring MVC. - WebMvcEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.WebMvcEndpointHandlerMapping
-
Creates a new
WebMvcEndpointHandlerMappinginstance that provides mappings for the given endpoints. - WebMvcEndpointManagementContextConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.web
-
@ManagementContextConfigurationfor Spring MVC@Endpointconcerns. - WebMvcEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.WebMvcEndpointManagementContextConfiguration
- WebMvcHealthEndpointExtensionAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web
-
Auto-configurationforHealthEndpointweb extension with Spring MVC. - WebMvcHealthEndpointExtensionAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.endpoint.web.WebMvcHealthEndpointExtensionAutoConfiguration
- WebMvcMappingsAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure.actuate.web.mappings
-
Auto-configurationto describe Web MVCmappings. - WebMvcMappingsAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.mappings.WebMvcMappingsAutoConfiguration
- WebMvcObservationAutoConfiguration - Class in org.springframework.boot.webmvc.autoconfigure
-
Auto-configurationfor instrumentation of Spring Web MVC servlet-based request mappings. - WebMvcObservationAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcObservationAutoConfiguration
- WebMvcProperties - Class in org.springframework.boot.webmvc.autoconfigure
-
Propertiesfor Spring MVC. - WebMvcProperties() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties
- WebMvcProperties.Apiversion - Class in org.springframework.boot.webmvc.autoconfigure
-
API Version.
- WebMvcProperties.Apiversion.Use - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcProperties.Async - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcProperties.Contentnegotiation - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcProperties.Format - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcProperties.MatchingStrategy - Enum Class in org.springframework.boot.webmvc.autoconfigure
-
Matching strategy options.
- WebMvcProperties.Pathmatch - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcProperties.Problemdetails - Class in org.springframework.boot.webmvc.autoconfigure
-
Problem Details.
- WebMvcProperties.Servlet - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcProperties.View - Class in org.springframework.boot.webmvc.autoconfigure
- WebMvcRegistrations - Interface in org.springframework.boot.webmvc.autoconfigure
-
Interface to register key components of the
WebMvcConfigurationSupportin place of the default ones provided by Spring MVC. - WebMvcTest - Annotation Interface in org.springframework.boot.webmvc.test.autoconfigure
-
Annotation that can be used for a Spring MVC test that focuses only on Spring MVC components.
- 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, Collection) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Creates a new
OperationRequestPredicate. - WebProperties - Class in org.springframework.boot.autoconfigure.web
-
Configuration propertiesfor general web concerns. - WebProperties() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties
- WebProperties.LocaleResolver - Enum Class 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.
- WebResourcesRuntimeHints - Class in org.springframework.boot.autoconfigure.web
-
RuntimeHintsRegistrarfor default locations of web resources. - WebResourcesRuntimeHints() - Constructor for class org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints
- 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.server.context
-
Interface to be implemented by
application contextsthat create and manage the lifecycle of an embeddedWebServer. - WebServerException - Exception Class in org.springframework.boot.web.server
-
Exceptions thrown by a web server.
- WebServerException(String, Throwable) - Constructor for exception class org.springframework.boot.web.server.WebServerException
- WebServerFactory - Interface in org.springframework.boot.web.server
-
Tagging interface for factories that create a
WebServer. - WebServerFactoryCustomizer<T> - Interface in org.springframework.boot.web.server
-
Strategy interface for customizing
web server factories. - WebServerFactoryCustomizerBeanPostProcessor - Class in org.springframework.boot.web.server
-
BeanPostProcessorthat applies allWebServerFactoryCustomizerbeans from the bean factory toWebServerFactorybeans. - WebServerFactoryCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- WebServerGracefulShutdownLifecycle - Class in org.springframework.boot.web.server.context
-
SmartLifecycleto triggerWebServergraceful shutdown. - WebServerGracefulShutdownLifecycle(WebServer) - Constructor for class org.springframework.boot.web.server.context.WebServerGracefulShutdownLifecycle
-
Creates a new
WebServerGracefulShutdownLifecyclethat will gracefully shut down the givenwebServer. - WebServerInitializedEvent - Class in org.springframework.boot.web.server.context
-
Event to be published when the
WebServeris ready. - WebServerInitializedEvent(WebServer) - Constructor for class org.springframework.boot.web.server.context.WebServerInitializedEvent
- WebServerNamespace - Class in org.springframework.boot.actuate.endpoint.web
-
A web server namespace used for disambiguation when multiple web servers are running in the same application (for example a management context running on a different port).
- WebServerPortFileWriter - Class in org.springframework.boot.web.server.context
-
An
ApplicationListenerthat saves embedded server port and management port into file. - WebServerPortFileWriter() - Constructor for class org.springframework.boot.web.server.context.WebServerPortFileWriter
-
Create a new
WebServerPortFileWriterinstance using the filename 'application.port'. - WebServerPortFileWriter(File) - Constructor for class org.springframework.boot.web.server.context.WebServerPortFileWriter
-
Create a new
WebServerPortFileWriterinstance with a specified file. - WebServerPortFileWriter(String) - Constructor for class org.springframework.boot.web.server.context.WebServerPortFileWriter
-
Create a new
WebServerPortFileWriterinstance with a specified filename. - WebServerSslBundle - Class in org.springframework.boot.web.server
- WebServiceClientTemplateAutoConfiguration - Class in org.springframework.boot.webservices.test.autoconfigure.client
-
Auto-configuration for a web-client
WebServiceTemplate. - WebServiceClientTemplateAutoConfiguration() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTemplateAutoConfiguration
- WebServiceClientTest - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.client
-
Annotation that can be used for a typical Spring web service client test.
- WebServiceMessageSenderFactory - Interface in org.springframework.boot.webservices.client
-
Factory that can be used to create a
WebServiceMessageSender. - WebServicesAutoConfiguration - Class in org.springframework.boot.webservices.autoconfigure
-
Auto-configurationfor Spring Web Services. - WebServicesAutoConfiguration() - Constructor for class org.springframework.boot.webservices.autoconfigure.WebServicesAutoConfiguration
- WebServicesAutoConfiguration.WsConfiguration - Class in org.springframework.boot.webservices.autoconfigure
- WebServiceServerTest - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.server
-
Annotation that can be used for a typical Spring web service server test.
- WebServicesProperties - Class in org.springframework.boot.webservices.autoconfigure
-
@ConfigurationPropertiesfor Spring Web Services. - WebServicesProperties() - Constructor for class org.springframework.boot.webservices.autoconfigure.WebServicesProperties
- WebServicesProperties.Servlet - Class in org.springframework.boot.webservices.autoconfigure
- WebServiceTemplateAutoConfiguration - Class in org.springframework.boot.webservices.autoconfigure.client
-
Auto-configurationforWebServiceTemplate. - WebServiceTemplateAutoConfiguration() - Constructor for class org.springframework.boot.webservices.autoconfigure.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. - WebSessionIdResolverAutoConfiguration - Class in org.springframework.boot.webflux.autoconfigure
-
Auto-configuration for
WebSessionIdResolver. - Websocket() - Constructor for class org.springframework.boot.graphql.autoconfigure.GraphQlProperties.Websocket
- WEBSOCKET - Enum constant in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
-
WebSocket transport protocol.
- WebSocketJettyReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.jetty.autoconfigure.reactive
-
WebSocket customizer for
JettyReactiveWebServerFactory. - WebSocketJettyReactiveWebServerFactoryCustomizer() - Constructor for class org.springframework.boot.jetty.autoconfigure.reactive.WebSocketJettyReactiveWebServerFactoryCustomizer
- WebSocketJettyServletWebServerFactoryCustomizer - Class in org.springframework.boot.jetty.autoconfigure.servlet
-
WebSocket customizer for
JettyServletWebServerFactory. - WebSocketJettyServletWebServerFactoryCustomizer() - Constructor for class org.springframework.boot.jetty.autoconfigure.servlet.WebSocketJettyServletWebServerFactoryCustomizer
- WebSocketMessagingAutoConfiguration - Class in org.springframework.boot.websocket.autoconfigure.servlet
-
Auto-configurationfor WebSocket-based messaging. - WebSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.websocket.autoconfigure.servlet.WebSocketMessagingAutoConfiguration
- WebSocketTomcatWebServerFactoryCustomizer - Class in org.springframework.boot.tomcat.autoconfigure
-
WebServerFactoryCustomizerthat configures Tomcat's WebSocket support. - WebSocketTomcatWebServerFactoryCustomizer() - Constructor for class org.springframework.boot.tomcat.autoconfigure.WebSocketTomcatWebServerFactoryCustomizer
- WebTestClientAutoConfiguration - Class in org.springframework.boot.webtestclient
-
Auto-configuration for
WebTestClient. - WebTestClientAutoConfiguration() - Constructor for class org.springframework.boot.webtestclient.WebTestClientAutoConfiguration
- WebTestClientBuilderCustomizer - Interface in org.springframework.boot.webtestclient
-
A customizer that can be implemented by beans wishing to customize the
WebTestClient.Builderto fine-tune its auto-configuration before aWebTestClientis created. - when(Predicate) - Method in class org.springframework.boot.json.JsonWriter.Member
-
Only include this member when the given predicate matches.
- when(Predicate) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
-
Return a new processor from this one that only applies to member with values that match the given predicate.
- when(Predicate) - Method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
-
Limit this supplier so that it's only called if the predicate accepts the Cookie.
- when(Predicate) - 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.
- WHEN_AUTHORIZED - Enum constant in enum class org.springframework.boot.actuate.endpoint.Show
-
Show the item in the response when accessed by an authorized user.
- WHEN_AVAILABLE - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.UseMainMethod
-
Use the
mainmethod when it is available. - WHEN_AVAILABLE - Enum constant in enum class org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.UseApr
-
Use APR if it is available.
- 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. - whenHasLength() - Method in class org.springframework.boot.json.JsonWriter.Member
-
Only include this member when it is not
nulland has atoString()that is not zero length. - whenHasName(String) - Method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
-
Limit this supplier so that it's only called if the Cookie has the given name.
- whenHasName(Supplier) - Method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
-
Limit this supplier so that it's only called if the Cookie has the given name.
- whenHasNameMatching(String) - Method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
-
Limit this supplier so that it's only called if the Cookie name matches the given regex.
- whenHasNameMatching(Pattern) - Method in interface org.springframework.boot.web.server.servlet.CookieSameSiteSupplier
-
Limit this supplier so that it's only called if the Cookie name matches the given
Pattern. - whenHasPath(String) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
-
Return a new processor from this one that only applied to members with the given path.
- whenHasPath(Predicate) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
-
Return a new processor from this one that only applied to members that match the given path predicate.
- 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. - whenHasUnescapedPath(String) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
-
Return a new processor from this one that only applied to members with the given path (ignoring escape characters).
- whenInstanceOf(Class) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
-
Return a new processor from this one that only applies to member with values of the given type.
- whenInstanceOf(Class) - 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.
- whenNot(Predicate) - Method in class org.springframework.boot.json.JsonWriter.Member
-
Only include this member when the given predicate does not match.
- whenNot(Predicate) - 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.
- whenNotEmpty() - Method in class org.springframework.boot.json.JsonWriter.Member
-
Only include this member when it is not empty (See
ObjectUtils.isEmpty(Object)for details). - whenNotNull() - Method in class org.springframework.boot.json.JsonWriter.Member
-
Only include this member when its value is not
null. - whenNotNull(Function) - Method in class org.springframework.boot.json.JsonWriter.Member
-
Only include this member when an extracted value is not
null. - 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. - WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- Whitelabel() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
- WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.webmvc.autoconfigure.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- WhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
-
ThrowablePatternConverterthat adds some additional whitespace around the stack trace. - WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
-
ThrowableProxyConverterthat adds some additional whitespace around the stack trace. - WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
- with(Class...) - Method in class org.springframework.boot.SpringApplication.Augmented
-
Return a new
SpringApplication.Augmentedinstance with additional sources that should be applied when the application runs. - with(Function) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Apply customization to this runner.
- with(UnaryOperator) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
-
Return a new
HttpComponentsClientHttpRequestFactoryBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
-
Return a new
JdkClientHttpRequestFactoryBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
-
Return a new
HttpComponentsClientHttpConnectorBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
-
Return a new
JdkClientHttpConnectorBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
-
Return a new
JettyClientHttpConnectorBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
-
Return a new
ReactorClientHttpConnectorBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
-
Return a new
ReactorClientHttpRequestFactoryBuilderthat applies the given customizer. - with(UnaryOperator) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
-
Return a new
SimpleClientHttpRequestFactoryBuilderthat applies the given customizer. - with(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
-
Create a new
ConfigData.Optionsinstance that contains the options in this set including the given option. - with(EnvironmentPostProcessorsFactory) - Static method in class org.springframework.boot.support.EnvironmentPostProcessorApplicationListener
-
Factory method that creates an
EnvironmentPostProcessorApplicationListenerwith a specificEnvironmentPostProcessorsFactory. - withAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication.Augmented
-
Return a new
SpringApplication.Augmentedinstance with additional profiles that should be applied when the application runs. - withAlias(String) - Method in interface org.springframework.boot.ssl.pem.PemSslStore
-
Return a new
PemSslStoreinstance with a new alias. - withAlias(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Return a new
PemSslStoreDetailsinstance with a new alias. - 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.
- withAllowCircularReferences(boolean) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Specify if circular references between beans should be allowed.
- withAnnotations(Annotation...) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with the specified annotations. - withApplicationDirectory(String) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated application directory. - 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.resttestclient.TestRestTemplate
-
Creates a new
TestRestTemplatewith the same configuration as this one, except that it will send basic authorization headers using the givenusernameandpassword. - withBean(String, Class, Object...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Register the specified user bean with the
ApplicationContext. - withBean(String, Class, Supplier, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Register the specified user bean with the
ApplicationContext. - withBean(Class, Object...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Register the specified user bean with the
ApplicationContext. - withBean(Class, Supplier, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Register the specified user bean with the
ApplicationContext. - withBindHostToBuilder(boolean) - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
- withBinding(Binding) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with an additional binding.
- withBindings(List) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith updated bindings. - withBindings(Binding...) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith updated bindings. - withBindMethod(BindMethod) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with a specific bind method. - withBindRestrictions(Bindable.BindRestriction...) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with additional bind restrictions. - withBuildCache(Cache) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated build cache. - withBuilder(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated builder. - withBuilderRegistryAuthentication(DockerRegistryAuthentication) - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
- withBuildpacks(List) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated buildpacks setting. - withBuildpacks(BuildpackReference...) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated buildpacks setting. - withBuildWorkspace(Cache) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated build workspace. - withClassLoader(ClassLoader) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Customize the
ClassLoaderthat theApplicationContextshould use for resource loading and bean class loading. - withCleanCache(boolean) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated clean cache setting. - withClientConnectorCustomizerCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingClientConnector. - withClientConnectorCustomizerCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingClientConnector. - withClientConnectorCustomizerCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
-
Return a new
JettyClientHttpConnectorBuilderthat applies additional customization to the underlyingClientConnector. - withClientSettings(UnaryOperator) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Creates a new
TestRestTemplatewith the same configuration as this one, except that it will customize theHttpClientSettings. - withClientSettings(HttpClientSettings) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Creates a new
TestRestTemplatewith the same configuration as this one, except that it will apply the givenHttpClientSettings. - withCommand(String, String...) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with a specific command.
- withCommonFrames() - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that will print all common frames rather the replacing them with the "... N more" message. - withConfiguration(Configurations) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Register the specified configuration classes with the
ApplicationContext. - withConnectionConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
-
Return a new
HttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingConnectionConfig.Builder. - withConnectionConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
-
Return a new
HttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingConnectionConfig.Builder. - withConnectionManagerCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
-
Return a new
HttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingPoolingHttpClientConnectionManagerBuilder. - withConnectionManagerCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
-
Return a new
HttpComponentsHttpClientBuilderthat applies additional customization to the underlyingPoolingHttpClientConnectionManagerBuilder. - withConnectionManagerCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
-
Return a new
HttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingPoolingAsyncClientConnectionManagerBuilder. - withConnectionManagerCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
-
Return a new
HttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingPoolingAsyncClientConnectionManagerBuilder. - withConnectTimeout(Duration) - Method in record class org.springframework.boot.http.client.HttpClientSettings
-
Return a new
HttpClientSettingsinstance with an updated connect timeout setting. - withContext(String) - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
- withCreateDate(Instant) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
Set the create date for the image archive.
- withCreatedDate(String) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated created date. - withCreator(Creator) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated creator. - withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JdkHttpClientBuilder
-
Return a new
JdkHttpClientBuilderthat applies additional customization to the underlyingHttpClient.Builder. - withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
-
Return a new
HttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingHttpAsyncClientBuilder. - withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
-
Return a new
HttpComponentsHttpClientBuilderthat applies additional customization to the underlyingHttpClientBuilder. - withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient. - withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- withCustomizer(Consumer) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- withCustomizer(Consumer) - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Return a new
ClientHttpRequestFactoryBuilderthat applies the given customizer to theClientHttpRequestFactoryafter it has been built. - withCustomizer(Consumer) - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
-
Return a new
ClientHttpConnectorBuilderthat applies the given customizer to theClientHttpConnectorafter it has been built. - withCustomizers(Collection) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- withCustomizers(Collection) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- withCustomizers(Collection) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- withCustomizers(Collection) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- withCustomizers(Collection) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- withCustomizers(Collection) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- withCustomizers(Collection) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- withCustomizers(Collection) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- withCustomizers(Collection) - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Return a new
ClientHttpRequestFactoryBuilderthat applies the given customizers to theClientHttpRequestFactoryafter it has been built. - withCustomizers(Collection) - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
-
Return a new
ClientHttpConnectorBuilderthat applies the given customizers to theClientHttpConnectorafter it has been built. - withDefaultRequestConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
-
Return a new
HttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests. - withDefaultRequestConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
-
Return a new
HttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests. - withDefaultRequestConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
-
Return a new
HttpComponentsHttpClientBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests. - withDefaultRequestConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
-
Return a new
HttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests. - withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
-
Record detail using given
keyandvalue. - withDetail(String, Object) - Method in class org.springframework.boot.health.contributor.Health.Builder
-
Record detail using given
keyandvalue. - withDetails(Map) - Method in class org.springframework.boot.health.contributor.Health.Builder
-
Record details from the given
detailsmap. - withDetails(Map) - 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
-
Create a new
ImageReferencewith an updated digest. - withDriverPlatform(DatabaseDriver, String) - Method in class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
-
Creates a new
PlatformPlaceholderDatabaseDriverResolverthat will map the givendriverto the givenplatform. - withEnv(String, String) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an additional env variable. - withEnv(String, String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with an additional environment variable.
- withEnv(Map) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith additional env variables. - withException(Throwable) - Method in class org.springframework.boot.health.contributor.Health.Builder
-
Record detail for given
Exception. - withExecutor(Executor) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
-
Return a new
JdkClientHttpRequestFactoryBuilderthat uses the given executor with the underlyingHttpClient.Builder. - withExecutor(Executor) - Method in class org.springframework.boot.http.client.JdkHttpClientBuilder
-
Return a new
JdkHttpClientBuilderthat uses the given executor with the underlyingHttpClient.Builder. - withExecutor(Executor) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
-
Return a new
JdkClientHttpConnectorBuilderthat uses the given executor with the underlyingHttpClient.Builder. - withExistingValue(T) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with an existing value. - withFilter(Predicate) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that will only include throwables (excluding caused and suppressed) that match the given predicate. - withFilter(LambdaSafe.Filter) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
-
Use a specific filter to determine when a callback should apply.
- withFormatter(Function) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one uses the specified formatter to create a string representation of a throwable. - withFrameFilter(BiPredicate) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that will only include frames that match the given predicate. - withFrameFormatter(Function) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one uses the specified formatter to create a string representation of a frame. - withHashes() - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that generates and prints hashes for each stacktrace. - withHashes(boolean) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that changes if hashes should be generated and printed for each stacktrace. - withHashes(ToIntFunction) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- withHook(SpringApplicationHook, Runnable) - Static method in class org.springframework.boot.SpringApplication
-
Perform the given action with the given
SpringApplicationHookattached if the action triggers anapplication run. - withHook(SpringApplicationHook, ThrowingSupplier) - Static method in class org.springframework.boot.SpringApplication
-
Perform the given action with the given
SpringApplicationHookattached if the action triggers anapplication run. - withHost(String, boolean, String) - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
- withHttpClientCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
-
Return a new
JdkClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient.Builder. - withHttpClientCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
-
Return a new
JdkClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClient.Builder. - withHttpClientCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
-
Return a new
HttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpAsyncClientBuilder. - withHttpClientCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
-
Return a new
HttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClientBuilder. - withHttpClientCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient. - withHttpClientCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
-
Return a new
JettyClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClient. - withHttpClientCustomizer(UnaryOperator) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
-
Return a new
ReactorClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClient. - withHttpClientCustomizer(UnaryOperator) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
-
Return a new
ReactorClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient. - withHttpClientCustomizer(UnaryOperator) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
-
Return a new
ReactorHttpClientBuilderthat applies additional customization to the underlyingHttpClient. - withHttpClientFactory(Supplier) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
-
Return a new
ReactorClientHttpConnectorBuilderthat uses the given factory to create the underlyingHttpClient. - withHttpClientFactory(Supplier) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
-
Return a new
ReactorClientHttpRequestFactoryBuilderthat uses the given factory to create the underlyingHttpClient. - withHttpClientFactory(Supplier) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
-
Return a new
ReactorHttpClientBuilderthat uses the given factory to create theHttpClient. - withHttpClientTransportCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClientTransport. - withHttpClientTransportCustomizer(Consumer) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClientTransport. - withHttpClientTransportCustomizer(Consumer) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
-
Return a new
JettyClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClientTransport. - withHttpClientTransportFactory(Function) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat uses the given factory to create theHttpClientTransport. - withHttpClientTransportFactory(Function) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
-
Return a new
JettyClientHttpRequestFactoryBuilderthat uses the given factory to create theHttpClientTransport. - withHttpClientTransportFactory(Function) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
-
Return a new
JettyClientHttpConnectorBuilderthat uses the given factory to create theHttpClientTransport. - withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
-
Restricts the matcher to only consider requests with a particular HTTP method.
- withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
-
Restricts the matcher to only consider requests with a particular http method.
- withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
-
Restricts the matcher to only consider requests with a particular HTTP method.
- withHttpMethod(HttpMethod) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
-
Restricts the matcher to only consider requests with a particular HTTP method.
- withImagePlatform(String) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated image platform. - withInitializer(ApplicationContextInitializer) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Add an
ApplicationContextInitializerto be called when the context is created. - withInitParameter(String, String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
Deprecated.
- withInitParameters(Map) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
Deprecated.
- 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.
- withLaunchCache(Cache) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated launch cache. - withLineSeparator(String) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that print the stack trace using the specified line separator. - withLoadOnStartup(int) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
Deprecated.Sets the
loadOnStartuppriority 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.
- withMaximumLength(int) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that will use ellipses to truncate output longer that the specified length. - withMaximumThrowableDepth(int) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that filter frames (including caused and suppressed) deeper then the specified maximum. - withMockServletContext(Supplier) - Static method in class org.springframework.boot.test.context.runner.WebApplicationContextRunner
-
Decorate the specified
contextFactoryto set aMockServletContexton each newly createdWebApplicationContext. - withNetwork(String) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated network setting. - withNetworkMode(String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with the network that the build container will connect to.
- withNewLayer(Layer) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
Add a new layer to the image archive.
- withNewLineAtEnd() - Method in interface org.springframework.boot.json.JsonWriter
-
Return a new
JsonWriterinstance that appends a new line after the JSON has been written. - withOptions(ConnectionFactoryOptions.Builder) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Initialize a new
ConnectionFactoryBuilderbased on the specifiedoptions. - without(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
-
Create a new
ConfigData.Optionsinstance that contains the options in this set excluding the given option. - withoutStandardSuffixes() - Static method in interface org.springframework.boot.health.autoconfigure.registry.HealthContributorNameGenerator
-
Return a
HealthContributorNameGeneratorthat removes standard suffixes. - withoutSuffixes(String...) - Static method in interface org.springframework.boot.health.autoconfigure.registry.HealthContributorNameGenerator
-
Return a
HealthContributorNameGeneratorthat removes the given suffixes. - withoutSuppressed() - Method in class org.springframework.boot.logging.StandardStackTracePrinter
-
Return a new
StandardStackTracePrinterfrom this one that will not printsuppresseditems. - withParent(ApplicationContext) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Configure the
parentof theApplicationContext. - withPassword(String) - Method in interface org.springframework.boot.ssl.pem.PemSslStore
-
Return a new
PemSslStoreinstance with a new password. - withPassword(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Return a new
PemSslStoreDetailsinstance with a new password. - withPassword(String) - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
-
Return a new
JksSslStoreDetailsinstance with a new password. - withPath(String) - Method in class org.springframework.boot.test.http.server.LocalTestWebServer
-
Return a new
LocalTestWebServerinstance that applies the givenpath. - withPrefix(String) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
Return a variant of this source that supports a prefix.
- withPrefix(String) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- withPrivateKey(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Return a new
PemSslStoreDetailsinstance with a new private key. - withPrivateKeyPassword(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Return a new
PemSslStoreDetailsinstance with a new private key password. - withPropertyValues(String...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Add the specified
Environmentproperty pairs. - withPublish(boolean) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated publish setting. - withPublishRegistryAuthentication(DockerRegistryAuthentication) - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
- withPullPolicy(PullPolicy) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith the updated image pull policy. - withReactorResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
-
Return a new
ReactorClientHttpConnectorBuilderthat uses the givenReactorResourceFactoryto create the underlyingHttpClient. - withReactorResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
-
Return a new
ReactorClientHttpRequestFactoryBuilderthat uses the givenReactorResourceFactoryto create the underlyingHttpClient. - withReactorResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
-
Return a new
ReactorHttpClientBuilderthat uses the givenReactorResourceFactoryto create theHttpClient. - withReadTimeout(Duration) - Method in record class org.springframework.boot.http.client.HttpClientSettings
-
Return a new
HttpClientSettingsinstance with an updated read timeout setting. - withRedirects(HttpRedirects) - Method in record class org.springframework.boot.http.client.HttpClientSettings
-
Return a new
HttpClientSettingsinstance with an updated redirect setting. - withRedirects(HttpRedirects) - Method in class org.springframework.boot.resttestclient.TestRestTemplate
-
Creates a new
TestRestTemplatewith the same configuration as this one, except that it will apply the givenHttpRedirects. - withRunImage(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated run image. - withSanitizedValue() - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
-
Return a new
SanitizableDatainstance with sanitized value. - withScope(BootstrapRegistry.Scope) - Method in interface org.springframework.boot.bootstrap.BootstrapRegistry.InstanceSupplier
-
Return a new
BootstrapRegistry.InstanceSupplierwith an updatedBootstrapRegistry.Scope. - withSecurityOption(String) - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig.Update
-
Update the container config with a security option.
- withSecurityOptions(List) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated security options. - withSocketConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
-
Return a new
HttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingSocketConfig.Builder. - withSocketConfigCustomizer(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
-
Return a new
HttpComponentsHttpClientBuilderthat applies additional customization to the underlyingSocketConfig.Builder. - withSslBundle(SslBundle) - Method in record class org.springframework.boot.http.client.HttpClientSettings
-
Return a new
HttpClientSettingsinstance with an updated SSL bundle setting. - withSuffix(String) - Method in interface org.springframework.boot.json.JsonWriter
-
Return a new
JsonWriterinstance that appends the given suffix after the JSON has been written. - withSuppliedValue(Supplier) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with a value supplier. - withSystemProperties(String...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
-
Add the specified
Systemproperty pairs. - withTag(ImageReference) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
Set the tag for the image archive.
- withTags(List) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith updated tags. - withTags(ImageReference...) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith updated tags. - withTimeouts(Duration, Duration) - Method in record class org.springframework.boot.http.client.HttpClientSettings
-
Return a new
HttpClientSettingsinstance with an updated connect and read timeout setting. - withTlsSocketStrategyFactory(Function) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
-
Return a new
HttpComponentsClientHttpConnectorBuilderwith a replacementTlsStrategyfactory. - withTlsSocketStrategyFactory(HttpComponentsHttpClientBuilder.TlsSocketStrategyFactory) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
-
Return a new
HttpComponentsClientHttpRequestFactoryBuilderwith a replacementTlsSocketStrategyfactory. - withTlsSocketStrategyFactory(HttpComponentsHttpClientBuilder.TlsSocketStrategyFactory) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
-
Return a new
HttpComponentsHttpClientBuilderwith a replacementTlsSocketStrategyfactory. - withTlsStrategyFactory(Function) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
-
Return a new
HttpComponentsHttpAsyncClientBuilderwith a replacementTlsStrategyfactory. - withTrustBuilder(boolean) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated trust builder setting. - withUpdatedConfig(Consumer) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
-
Apply updates to the
ImageConfig. - withUrl(String) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Initialize a new
ConnectionFactoryBuilderbased on the specified R2DBC url. - 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
-
Register the specified user configuration classes with the
ApplicationContext. - withValue(Object) - Method in class org.springframework.boot.actuate.endpoint.SanitizableData
-
Return a new
SanitizableDatainstance with a different value. - withVerboseLogging(boolean) - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
-
Return a new
BuildRequestwith an updated verbose logging setting. - withVersion(String) - Static method in class org.springframework.boot.buildpack.platform.build.Creator
-
Create a new
Creatorusing the provided version. - wrapConnectionFactory(XAConnectionFactory) - Method in interface org.springframework.boot.jms.XAConnectionFactoryWrapper
-
Wrap the specific
XAConnectionFactoryand enroll it with a JTATransactionManager. - wrapDataSource(XADataSource) - Method in interface org.springframework.boot.jdbc.XADataSourceWrapper
-
Wrap the specific
XADataSourceand enroll it with a JTATransactionManager. - wrapIfNecessary(List) - Static method in class org.springframework.boot.web.error.Error
-
Wrap the given errors, if necessary, such that they are suitable for serialization to JSON.
- wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
-
Hook point that allows subclasses to wrap the
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperationbefore it's called. - wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
-
Hook point that allows subclasses to wrap the
AbstractWebMvcEndpointHandlerMapping.ServletWebOperationbefore it's called. - WritableJson - Interface in org.springframework.boot.json
-
JSON content that can be written out.
- write(T) - Method in interface org.springframework.boot.json.JsonWriter
-
Provide a
WritableJsonimplementation that may be used to write the given instance to various outputs. - write(T, Appendable) - Method in interface org.springframework.boot.json.JsonWriter
-
Write the given instance to the provided
Appendable. - write(File) - Method in class org.springframework.boot.system.ApplicationPid
-
Write the PID to the specified file.
- 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(JarFile, Libraries, AbstractJarWriter, boolean) - Method in class org.springframework.boot.loader.tools.Packager
- write(T) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Return
JsonContentfrom writing the specific value. - WRITE - Enum constant in enum class org.springframework.boot.actuate.endpoint.OperationType
-
A write operation.
- writeBuildProperties(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
- writeEntry(String, InputStream) - 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.
- writeEntry(String, EntryWriter) - Method in class org.springframework.boot.loader.tools.AbstractJarWriter
-
Writes an entry.
- writeIfNecessary(ThrowingConsumer) - Method in class org.springframework.boot.loader.tools.NativeImageArgFile
-
Write the arguments file if it is necessary.
- writeIndexFile(String, Collection) - 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
- 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 class org.springframework.boot.loader.tools.AbstractJarWriter
-
Write the 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.Jackson2Tester
-
Deprecated.
- 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 Interface in org.springframework.boot.actuate.endpoint.annotation
-
Identifies a method on an
@Endpointas being a write operation. - writeSignatureFileIfNecessary(Map, AbstractJarWriter) - Method in class org.springframework.boot.loader.tools.Packager
-
Writes a signature file if necessary for the given
writtenLibraries. - writeSignatureFileIfNecessary(Map, AbstractJarWriter) - Method in class org.springframework.boot.loader.tools.Repackager
- 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(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
- writeToString(T) - Method in interface org.springframework.boot.json.JsonWriter
-
Write the given instance to a JSON string.
- WsConfiguration() - Constructor for class org.springframework.boot.webservices.autoconfigure.WebServicesAutoConfiguration.WsConfiguration
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form