Class RestDocsProperties
java.lang.Object
org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties
Configuration properties for Spring REST Docs.
- Since:
- 4.0.0
- Author:
- Andy Wilkinson, EddĂș MelĂ©ndez, Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable Integer
@Nullable String
void
setUriHost
(@Nullable String uriHost) void
setUriPort
(@Nullable Integer uriPort) void
setUriScheme
(@Nullable String uriScheme)
-
Constructor Details
-
RestDocsProperties
public RestDocsProperties()
-
-
Method Details
-
getUriScheme
-
setUriScheme
-
getUriHost
-
setUriHost
-
getUriPort
-
setUriPort
-