Class GetBody
java.lang.Object
com.eka.middleware.pub.util.postman.GetBody
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getJsonSchema
(String jsonDocument) static String
getJsonSchema
(Map<String, Object> jsonDocument) static List
getJstreeFromSchema
(GetBody.NodeProperties nodeProperties)
-
Constructor Details
-
GetBody
public GetBody()
-
-
Method Details
-
getJstreeFromSchema
-
getJsonSchema
public static String getJsonSchema(String jsonDocument) throws IllegalArgumentException, IOException - Throws:
IllegalArgumentException
IOException
-
getJsonSchema
public static String getJsonSchema(Map<String, Object> jsonDocument) throws IllegalArgumentException, IOException- Throws:
IllegalArgumentException
IOException
-