public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
appendPath(URI root,
String pathToAppend) |
static void |
forceClose(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response) |
static org.apache.hc.core5.http.HttpEntity |
toJsonEntity(Object obj) |
public static org.apache.hc.core5.http.HttpEntity toJsonEntity(Object obj)
public static void forceClose(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response)
public static URI appendPath(URI root, String pathToAppend) throws URISyntaxException
URISyntaxExceptionCopyright © 2021. All rights reserved.