Class MarshallingUtils
java.lang.Object
org.glassfish.admin.rest.client.utils.MarshallingUtils
- Author:
- jasonlee
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MapbuildMapFromDocument(String text) static StringgetJsonForProperties(List<Map<String, String>> properties) static StringgetJsonForProperties(Map<String, String> properties) getPropertiesFromJson(String json) static StringgetXmlForProperties(List<Map<String, String>> properties) static StringgetXmlForProperties(Map<String, String> properties)
-
Constructor Details
-
MarshallingUtils
public MarshallingUtils()
-
-
Method Details
-
getPropertiesFromJson
-
getPropertiesFromXml
-
getXmlForProperties
-
getXmlForProperties
-
getJsonForProperties
-
getJsonForProperties
-
buildMapFromDocument
-