public class SchemaSource extends Object
Usually this schema is partial, it will be completed (with default/generated types, directive definitions...) to produce the actual one used at runtime.
| Constructor and Description |
|---|
SchemaSource(String keyspace,
UUID version,
String contents) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContents() |
String |
getContentsUri() |
ZonedDateTime |
getDeployDate() |
String |
getKeyspace() |
UUID |
getVersion() |
String |
toString() |
Copyright © 2023. All rights reserved.