| Package | Description |
|---|---|
| dmv.spring.demo.rest.controller |
Rest Controller
|
| dmv.spring.demo.rest.controller.apidocs |
Swagger (API documenting tool) at Controller level
|
| dmv.spring.demo.rest.representation.assembler |
DTO assemblers
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<RoleDTO> |
RoleRestController.getRole(String shortName) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<RoleDTO> |
RoleRestApiDocs.getRole(String shortName) |
| Modifier and Type | Method and Description |
|---|---|
RoleDTO |
RoleDTOAsm.toResource(Role role) |