| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jaxb.json.schema.model |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
Property.getAnyOf() |
Property[] |
JsonSchema.getAnyOf() |
Property |
Property.getItem() |
Property |
JsonSchema.getItems() |
Property |
Property.getProperty(String name) |
Property |
JsonSchema.getProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
JsonSchema.getDefinitions() |
Map<String,Property> |
Property.getProperties() |
Map<String,Property> |
JsonSchema.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchema.addProperty(Property property) |
void |
Property.setAnyOf(Property[] anyOf) |
void |
JsonSchema.setAnyOf(Property[] anyOf) |
void |
Property.setItem(Property item) |
void |
JsonSchema.setItems(Property items) |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setProperties(Map<String,Property> properties) |
void |
JsonSchema.setProperties(Map<String,Property> props) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.