public class MuranoApplicationUtils extends Object
Constructor and Description |
---|
MuranoApplicationUtils() |
Modifier and Type | Method and Description |
---|---|
static MuranoApplication.ApplicationList |
toApplications(com.fasterxml.jackson.databind.JsonNode json)
Murano API has some methods which can return both item and List
|
static MuranoApplication.ApplicationList |
toApplications(String jsonString)
It is done due to the bug in restEasy connector: it can't send json
as String whereas all other connectors work fine.
|
public static MuranoApplication.ApplicationList toApplications(com.fasterxml.jackson.databind.JsonNode json)
json
- JsonNodepublic static MuranoApplication.ApplicationList toApplications(String jsonString)
jsonString
- json-encoded StringCopyright © 2017. All rights reserved.