Class TestConfiguration.TestRestControllerImpl
java.lang.Object
org.bremersee.exception.spring.boot.autoconfigure.servlet.app.TestConfiguration.TestRestControllerImpl
- All Implemented Interfaces:
TestConfiguration.TestRestController
- Enclosing class:
- TestConfiguration
@RestController
public static class TestConfiguration.TestRestControllerImpl
extends Object
implements TestConfiguration.TestRestController
The test rest controller implementation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
Throw service exception.
-
Constructor Details
-
TestRestControllerImpl
public TestRestControllerImpl()
-
-
Method Details
-
throwServiceException
Description copied from interface:TestConfiguration.TestRestController
Throw service exception.- Specified by:
throwServiceException
in interfaceTestConfiguration.TestRestController
- Returns:
- the mono
-