@Controller
@RequestMapping(value="/swagger-resources")
public class ApiResourceController
extends java.lang.Object
Constructor and Description |
---|
ApiResourceController(SwaggerResourcesProvider swaggerResources) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<SecurityConfiguration> |
securityConfiguration() |
org.springframework.http.ResponseEntity<java.util.List<SwaggerResource>> |
swaggerResources() |
org.springframework.http.ResponseEntity<UiConfiguration> |
uiConfiguration() |
@Autowired public ApiResourceController(SwaggerResourcesProvider swaggerResources)
@RequestMapping(value="/configuration/security") @ResponseBody public org.springframework.http.ResponseEntity<SecurityConfiguration> securityConfiguration()
@RequestMapping(value="/configuration/ui") @ResponseBody public org.springframework.http.ResponseEntity<UiConfiguration> uiConfiguration()
@RequestMapping @ResponseBody public org.springframework.http.ResponseEntity<java.util.List<SwaggerResource>> swaggerResources()