()
| 86 | private @Nullable String proxyAutoconfigUrl; |
| 87 | |
| 88 | public Proxy() { |
| 89 | // Empty default constructor |
| 90 | } |
| 91 | |
| 92 | public Proxy(Map<String, ?> raw) { |
| 93 | Map<String, Consumer<Object>> setters = new HashMap<>(); |
nothing calls this directly
no test coverage detected