public class SonarHttpClient extends Object
| Constructor and Description |
|---|
SonarHttpClient(String baseUrl,
String username,
String password) |
public <T> T get(String path, Map<String,String> queryParams, Class<T> clazz) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic <T> T get(String path, Class<T> clazz) throws IOException
IOExceptionpublic <T> T get(URI uri, Class<T> clazz) throws IOException
IOExceptionCopyright © 2016. All rights reserved.