Package | Description |
---|---|
org.komodo.rest.relational.connection | |
org.komodo.rest.relational.json.connection |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionSchemaPairProperty
"property": {
"keng__properties": {
"value": {
"keng__type": "string",
"keng__required": "false"
},
"name": {
"keng__type": "string",
"keng__required": "false"
}
}
"keng__type": "string",
"keng__required": "false",
"keng__repeatable": "true",
"keng__limit": "-1"
}
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionSchemaProperty> |
ConnectionSchemaPairProperty.getProperties() |
List<ConnectionSchemaProperty> |
ConnectionSchema.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionSchemaPairProperty.setProperties(List<ConnectionSchemaProperty> properties) |
void |
ConnectionSchema.setProperties(List<ConnectionSchemaProperty> properties) |
Modifier and Type | Method and Description |
---|---|
ConnectionSchemaProperty |
ConnectionSchemaPropertySerializer.read(com.google.gson.stream.JsonReader in) |
Modifier and Type | Method and Description |
---|---|
List<ConnectionSchemaProperty> |
ConnectionSchemaPropertyListSerializer.read(com.google.gson.stream.JsonReader in) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionSchemaPropertySerializer.write(com.google.gson.stream.JsonWriter out,
ConnectionSchemaProperty value) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionSchemaPropertyListSerializer.write(com.google.gson.stream.JsonWriter out,
List<ConnectionSchemaProperty> properties) |
Copyright © 2013–2019. All rights reserved.