@RestController @RequestMapping(value="/stubs", produces="application/json") public class HttpStubsController extends Object
Constructor and Description |
---|
HttpStubsController(StubRunning stubRunning) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Integer> |
consumer(String ivy) |
Map<String,Integer> |
stubs() |
@Autowired public HttpStubsController(StubRunning stubRunning)
Copyright © 2016–2021 Spring. All rights reserved.