Class BaseUrlProviders
java.lang.Object
org.springframework.boot.test.http.server.BaseUrlProviders
A collection of
BaseUrlProvider
instances loaded from spring.factories
.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable BaseUrl
Return the providedBaseUrl
ornull
.@Nullable BaseUrl
getBaseUrl
(@Nullable BaseUrl fallback) Return the providedBaseUrl
or the given fallback.Return the providedBaseUrl
orBaseUrl.DEFAULT
.
-
Constructor Details
-
BaseUrlProviders
-
-
Method Details
-
getBaseUrlOrDefault
Return the providedBaseUrl
orBaseUrl.DEFAULT
.- Returns:
- the base URL
-
getBaseUrl
-
getBaseUrl
-