| Package | Description |
|---|---|
| com.mulesoft.jaxrs.raml.jsonschema |
| Modifier and Type | Method and Description |
|---|---|
static JsonSchemaNode |
JsonUtils.createSchemaNode(String text)
createSchemaNode.
|
JsonSchemaNode |
JsonSchemaNode.getParent()
Getter for the field
parent. |
| Modifier and Type | Method and Description |
|---|---|
Collection<JsonSchemaNode> |
JsonSchemaNode.getChildren()
getChildren.
|
Collection<JsonSchemaNode> |
JsonSchemaNode.getProperties()
Getter for the field
properties. |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchemaNode.addArrayItem(JsonSchemaNode item)
addArrayItem.
|
void |
JsonSchemaNode.addChildNode(JsonSchemaNode node)
addChildNode.
|
static boolean |
JsonSchemaNode.compare(JsonSchemaNode node1,
JsonSchemaNode node2)
compare.
|
void |
JsonSchemaNode.removeProperty(JsonSchemaNode property)
removeProperty.
|
void |
JsonSchemaNode.setProperty(JsonSchemaNode property)
setProperty.
|
| Constructor and Description |
|---|
JsonSchemaNode(String name,
org.codehaus.jettison.json.JSONObject object,
JsonSchemaNode parent)
Constructor for JsonSchemaNode.
|
Copyright © 2015 Mulesoft. All rights reserved.