(MultivaluedMap<String, String> headers)
| 129 | } |
| 130 | |
| 131 | private Map<String, Collection<String>> toMap(MultivaluedMap<String, String> headers) { |
| 132 | return headers.entrySet().stream().collect(Collectors.toMap(Entry::getKey, Entry::getValue)); |
| 133 | } |
| 134 | } |
no outgoing calls
no test coverage detected