| Conditions | 1 |
| Total Lines | 6 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | package com.hltech.pact.gen.domain.client.jaxrs; |
||
| 20 | @Override |
||
| 21 | public ClientMethodRepresentation extractClientMethodRepresentation(Method clientMethod) { |
||
| 22 | return ClientMethodRepresentation.builder() |
||
| 23 | .requestRepresentation(extractRequestProperties(clientMethod)) |
||
| 24 | .responseRepresentationList(null) |
||
| 25 | .build(); |
||
| 26 | } |
||
| 35 |