| Modifier and Type | Method and Description |
|---|---|
static CacheMetadata |
CacheMetadata.create(ModuleMetadata module,
SchemaMetadata schema,
TypeSpecification type,
Name name,
Description description) |
static CacheMetadata |
CacheMetadata.create(Name name) |
| Modifier and Type | Method and Description |
|---|---|
static ContextMetadata |
ContextMetadata.create(Name name) |
static ContextMetadata |
ContextMetadata.create(Name name,
Description description) |
| Constructor and Description |
|---|
Metadata(Collection collection,
Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointMetadata |
EndpointMetadata.create(ModuleMetadata module,
Name name,
Description description,
EndpointUri uri,
EndpointGraphQLSchema graphQLSchema) |
static EndpointMetadata |
EndpointMetadata.create(ModuleMetadata module,
Name name,
Description description,
EndpointUri uri,
EndpointMethod method,
EndpointStatusCode statusCodes,
TypeSpecification requestType,
TypeSpecification responseType,
TypeSpecification errorResponseType) |
static EndpointMetadata |
EndpointMetadata.create(Name name) |
| Modifier and Type | Method and Description |
|---|---|
static ModuleMetadata |
ModuleMetadata.create(ContextMetadata context,
Name name,
Description description,
ConsumesTopics consumesTopics,
ProducesTopics producesTopics) |
static ModuleMetadata |
ModuleMetadata.create(Name name) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMetadata |
SchemaMetadata.create(ContextMetadata context,
Name name,
Description description,
TypeSpecification type) |
static SchemaMetadata |
SchemaMetadata.create(Name name) |
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata |
TableMetadata.create(ModuleMetadata module,
TypeSpecification type,
Name name,
Description description) |
static TableMetadata |
TableMetadata.create(Name name) |
| Modifier and Type | Method and Description |
|---|---|
static TopicMetadata |
TopicMetadata.create(Name name) |
static TopicMetadata |
TopicMetadata.create(SchemaMetadata schema,
Name name,
Description description) |
Copyright © 2020. All rights reserved.