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 StringvoidsetUriHost(@Nullable String uriHost) voidsetUriPort(@Nullable Integer uriPort) voidsetUriScheme(@Nullable String uriScheme)
-
Constructor Details
-
RestDocsProperties
public RestDocsProperties()
-
-
Method Details
-
getUriScheme
-
setUriScheme
-
getUriHost
-
setUriHost
-
getUriPort
-
setUriPort
-