public class JsonUtil extends Object
Constructor and Description |
---|
JsonUtil() |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getPropertyNamesFromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Retrieve the property names mentioned in a JSON content.
|
public static Set<String> getPropertyNamesFromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- the JSON contentobjectMapper
- the object mapperCopyright © 2015–2017 42 BV. All rights reserved.