| Package | Description |
|---|---|
| triady.generator.cache.interfaces | |
| triady.generator.jsonschema.interfaces | |
| triady.generator.schema.interfaces | |
| triady.generator.table.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static JsonSchemaSpecification |
CacheSchemaFactory.create(compozitor.processor.core.interfaces.TypeModel key,
compozitor.processor.core.interfaces.TypeModel value) |
| Modifier and Type | Method and Description |
|---|---|
static CacheMetadata |
CacheMetadata.create(ModuleMetadata module,
SchemaMetadata schema,
JsonSchemaSpecification cacheSchema,
Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
static JsonSchemaSpecification |
JsonSchemaSpecification.create(compozitor.processor.core.interfaces.TypeModel typeModel) |
protected JsonSchemaSpecification |
JsonSchemaSpecification.put(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchemaRepository.add(JsonSchemaSpecification jsonSchema) |
String |
JsonSchema.generate(JsonSchemaSpecification schemaSpecification) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchemaRepository.add(Collection<JsonSchemaSpecification> schemas) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMetadata |
SchemaMetadata.create(ContextMetadata context,
Name name,
Description description,
JsonSchemaSpecification jsonSchema) |
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata |
TableMetadata.create(ModuleMetadata module,
JsonSchemaSpecification jsonSchema,
Name name,
Description description) |
Copyright © 2020. All rights reserved.