Class HttpStubsController
- java.lang.Object
-
- org.springframework.cloud.contract.stubrunner.server.HttpStubsController
-
@RestController @RequestMapping(value="/stubs", produces="application/json") public class HttpStubsController extends Object- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description HttpStubsController(StubRunning stubRunning)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Integer>consumer(String ivy)Map<String,Integer>stubs()
-
-
-
Constructor Detail
-
HttpStubsController
@Autowired public HttpStubsController(StubRunning stubRunning)
-
-