| 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,
EndpointMethod method,
EndpointStatusCode statusCodes,
TypeSpecification requestType,
TypeSpecification responseType,
TypeSpecification errorResponseType) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMetadata |
SchemaMetadata.create(ContextMetadata context,
Name name,
Description description,
TypeSpecification type) |
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata |
TableMetadata.create(ModuleMetadata module,
TypeSpecification type,
Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
static TypeSpecification |
TypeSpecification.create() |
static TypeSpecification |
TypeSpecification.create(compozitor.processor.core.interfaces.TypeModel typeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeSpecificationGenerator.generate(TypeSpecification type,
compozitor.processor.core.interfaces.ProcessingContext context) |
Copyright © 2020. All rights reserved.