Class NtsJsonHelper
- java.lang.Object
-
- org.nentangso.core.service.helper.NtsJsonHelper
-
@Service public class NtsJsonHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description NtsJsonHelper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexistField(com.fasterxml.jackson.databind.JsonNode node, String fieldName)com.fasterxml.jackson.databind.JsonNodegetJsonNode(String rawString, String rootName)
-
-
-
Method Detail
-
getJsonNode
public com.fasterxml.jackson.databind.JsonNode getJsonNode(String rawString, String rootName) throws IOException
- Throws:
IOException
-
existField
public boolean existField(com.fasterxml.jackson.databind.JsonNode node, String fieldName)
-
-