Class ControllerProperties
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "com.adobe.testing.s3mock.controller")@JvmRecord() public final class ControllerProperties extends Record
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcontextPath
-
Constructor Summary
Constructors Constructor Description ControllerProperties(String contextPath)
-
Method Summary
Modifier and Type Method Description final StringgetContextPath()-
-
Constructor Detail
-
ControllerProperties
ControllerProperties(String contextPath)
-
-
Method Detail
-
getContextPath
final String getContextPath()
-
-
-
-