| Package | Description |
|---|---|
| org.apache.streams.util.schema |
| Modifier and Type | Field and Description |
|---|---|
protected Map<URI,Schema> |
SchemaStoreImpl.schemas |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaStoreImpl.create(Schema parent,
String path) |
Schema |
SchemaStore.create(Schema parent,
String path) |
Schema |
SchemaStoreImpl.create(URI uri) |
Schema |
SchemaStore.create(URI uri) |
Schema |
Schema.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Schema> |
SchemaStoreImpl.getById(URI id) |
Optional<Schema> |
SchemaStore.getById(URI id) |
Optional<Schema> |
SchemaStoreImpl.getByUri(URI uri) |
Optional<Schema> |
SchemaStore.getByUri(URI uri) |
Iterator<Schema> |
SchemaStoreImpl.getSchemaIterator() |
Iterator<Schema> |
SchemaStore.getSchemaIterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
SchemaStoreImpl.compare(Schema left,
Schema right) |
int |
SchemaStore.compare(Schema left,
Schema right) |
Schema |
SchemaStoreImpl.create(Schema parent,
String path) |
Schema |
SchemaStore.create(Schema parent,
String path) |
com.fasterxml.jackson.databind.node.ObjectNode |
SchemaStoreImpl.resolveItems(Schema schema,
com.fasterxml.jackson.databind.node.ObjectNode fieldNode,
String resourceId)
resolve full definition of 'items'.
|
com.fasterxml.jackson.databind.node.ObjectNode |
SchemaStore.resolveItems(Schema schema,
com.fasterxml.jackson.databind.node.ObjectNode fieldNode,
String resourceId) |
com.fasterxml.jackson.databind.node.ObjectNode |
SchemaStoreImpl.resolveProperties(Schema schema,
com.fasterxml.jackson.databind.node.ObjectNode fieldNode,
String resourceId) |
com.fasterxml.jackson.databind.node.ObjectNode |
SchemaStore.resolveProperties(Schema schema,
com.fasterxml.jackson.databind.node.ObjectNode fieldNode,
String resourceId) |
protected boolean |
SchemaStoreImpl.selfReferenceWithoutParentFile(Schema parent,
String path) |
| Constructor and Description |
|---|
Schema(URI uri,
com.fasterxml.jackson.databind.JsonNode content,
Schema parent,
boolean generate)
Schema constructor.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.