| Type | Property and Description |
|---|---|
CiReader |
moveIntoNested |
| Constructor and Description |
|---|
CiJsonReader(org.codehaus.jettison.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
static CiJsonReader |
create(java.lang.String jsonObject) |
com.xebialabs.deployit.plugin.api.udm.CiAttributes |
getCiAttributes() |
java.lang.String |
getCiReference() |
java.util.List<java.lang.String> |
getCiReferences() |
CiListReader |
getCurrentCiListReader() |
java.lang.String |
getCurrentPropertyName() |
java.lang.String |
getId() |
java.util.Map<java.lang.String,java.lang.String> |
getStringMap() |
java.lang.String |
getStringValue() |
java.util.List<java.lang.String> |
getStringValues() |
java.lang.String |
getToken() |
java.lang.String |
getType() |
java.util.List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> |
getValidationMessages() |
boolean |
hasMoreProperties() |
boolean |
isCiReference() |
CiReader |
moveIntoNestedProperty() |
void |
moveIntoProperty() |
void |
moveOutOfProperty() |
moveIntoNestedProperty in interface CiReaderpublic static CiJsonReader create(java.lang.String jsonObject)
public com.xebialabs.deployit.plugin.api.udm.CiAttributes getCiAttributes()
getCiAttributes in interface CiReaderpublic boolean hasMoreProperties()
hasMoreProperties in interface CiReaderpublic void moveIntoProperty()
moveIntoProperty in interface CiReaderpublic CiReader moveIntoNestedProperty()
moveIntoNestedProperty in interface CiReaderpublic void moveOutOfProperty()
moveOutOfProperty in interface CiReaderpublic java.lang.String getCurrentPropertyName()
getCurrentPropertyName in interface CiReaderpublic java.lang.String getStringValue()
getStringValue in interface CiReaderpublic java.util.List<java.lang.String> getStringValues()
getStringValues in interface CiReaderpublic java.util.Map<java.lang.String,java.lang.String> getStringMap()
getStringMap in interface CiReaderpublic boolean isCiReference()
isCiReference in interface CiReaderpublic java.lang.String getCiReference()
getCiReference in interface CiReaderpublic java.util.List<java.lang.String> getCiReferences()
getCiReferences in interface CiReaderpublic CiListReader getCurrentCiListReader()
getCurrentCiListReader in interface CiReaderpublic java.util.List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> getValidationMessages()
getValidationMessages in interface CiReader