public interface ISchemaHandler
| Modifier and Type | Method and Description |
|---|---|
List<CodegenModel> |
getModels()
retrieve a list of codegen models created from composed schemas found.
|
void |
processComposedSchemas(CodegenModel codegenModel,
io.swagger.v3.oas.models.media.Schema schema,
Map<String,CodegenModel> allModels)
check if there is any composed schema in models or properties.
|
default void |
readProcessedModels(Map<String,Object> allProcessedModels) |
void processComposedSchemas(CodegenModel codegenModel, io.swagger.v3.oas.models.media.Schema schema, Map<String,CodegenModel> allModels)
codegenModel - schema - List<CodegenModel> getModels()
Copyright © 2023. All rights reserved.