Class HttpUtils
- java.lang.Object
-
- eu.dnetlib.dnetrolemanagement.utils.HttpUtils
-
@Component public class HttpUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpUtils(RegistryProperties registryProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElementdelete(String path)com.google.gson.JsonElementget(String path, Map<String,String> params)com.google.gson.JsonElementpost(String path, com.google.gson.JsonObject body)com.google.gson.JsonElementput(String path, com.google.gson.JsonObject body)
-
-
-
Constructor Detail
-
HttpUtils
@Autowired public HttpUtils(RegistryProperties registryProperties)
-
-