| Package | Description |
|---|---|
| net.anwiba.commons.json.schema.v1_0 |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanProperty |
class |
IntegerProperty |
class |
NumberProperty |
class |
ObjectProperty |
class |
StringProperty |
| Modifier and Type | Method and Description |
|---|---|
static Property |
Property.create(String type) |
Property |
ObjectProperty.getProperties(String name) |
Property |
ObjectProperty.getRequired() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
ObjectProperty.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectProperty.setProperties(String name,
Property value) |
void |
ObjectProperty.setRequired(Property required) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectProperty.setProperties(Map<String,Property> properties) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.