| Package | Description |
|---|---|
| triady.generator.cache.interfaces | |
| triady.generator.endpoint.interfaces | |
| triady.generator.module.interfaces | |
| triady.generator.table.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static CacheMetadata |
CacheMetadata.create(ModuleMetadata module,
SchemaMetadata schema,
TypeSpecification type,
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) |
| 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 TableMetadata |
TableMetadata.create(ModuleMetadata module,
TypeSpecification type,
Name name,
Description description) |
Copyright © 2020. All rights reserved.