| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
ConnectorTypeSchemaBuilder.buildTypeSchema(APITypeSchemaModel apiTypeSchemaModel) |
TypeSchema |
ConnectorTypeSchemaBuilder.buildTypeSchema(String rawSchema) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeSchema |
TypeDefinition.typeSchema |
| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
TypeDefinition.getTypeSchema() |
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition.Builder |
TypeDefinition.builder(javax.ws.rs.core.MediaType mediaType,
TypeSchema typeSchema,
List<String> enumValues,
String example) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomTypeSchema |
class |
JsonTypeSchema |
class |
XmlTypeSchema |
| Modifier and Type | Method and Description |
|---|---|
Map<TypeSchema,String> |
SdkConnector.getTypeSchemaPaths() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FileGenerationUtils.writeSchema(TypeSchema source,
Path outputDir,
ConnectorOperation operation,
FileGenerationUtils.SchemaNameType nameType,
String partName,
Map<TypeSchema,String> typeSchemaPaths) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FileGenerationUtils.writeSchema(TypeSchema source,
Path outputDir,
ConnectorOperation operation,
FileGenerationUtils.SchemaNameType nameType,
String partName,
Map<TypeSchema,String> typeSchemaPaths) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeSchema |
APITypeSchemaModel.typeSchema |
| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
APITypeSchemaModel.getTypeSchema() |
| Modifier and Type | Method and Description |
|---|---|
TypeSchema |
TypeSchemaPool.getTypeSchema(String rawSchema) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeSchemaPool.putTypeSchema(String schema,
TypeSchema typeSchema) |
Copyright © 2020. All rights reserved.