Class Parsing
- java.lang.Object
-
- org.gcube.data.publishing.ckan2zenodo.commons.Parsing
-
public class Parsing extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.jayway.jsonpath.ConfigurationJSON_PATH_ALWAYS_LIST_CONFIGstatic com.jayway.jsonpath.ConfigurationJSON_PATH_PATHS_CONFIGURATION
-
Constructor Summary
Constructors Constructor Description Parsing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.jayway.jsonpath.DocumentContextaddElement(com.jayway.jsonpath.DocumentContext ctx, String path)static com.fasterxml.jackson.databind.ObjectMappergetMapper()
-
-
-
Method Detail
-
getMapper
public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
-
addElement
public static final com.jayway.jsonpath.DocumentContext addElement(com.jayway.jsonpath.DocumentContext ctx, String path) throws ConfigurationException- Throws:
ConfigurationException
-
-