public class Model extends ModelElement
| Constructor and Description |
|---|
Model(ParserContext parserContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReferencedContext(RootParserContext referencedContext) |
void |
generate(GenerationContext generationContext) |
String |
getBasePath() |
URI |
getCanonId() |
int |
getCanonMajorVersion() |
int |
getCanonMinorVersion() |
String |
getCanonVersion() |
Model |
getModel() |
Map<String,String> |
getModelMap() |
Version |
getOpenapi() |
Paths |
getPaths() |
Set<RootParserContext> |
getReferencedContexts() |
String |
toString() |
add, add, capitalize, generate, generateChildren, getAttributes, getBaseSchema, getByPath, getCamelCapitalizedName, getCamelName, getCanFailValidation, getChildren, getComponent, getContext, getDescription, getElementComponent, getElementSchema, getElementType, getEnum, getFields, getFormat, getHasByteString, getHasCollections, getHasList, getHasSet, getIsArraySchema, getIsComponent, getIsGenerateBuilderFacade, getIsGenerateFacade, getIsObjectSchema, getIsObjectType, getIsTypeDef, getName, getParent, getReference, getReferencedTypes, getReferencedTypes, getSchemas, getSchemas, getSnakeCapitalizedName, getSnakeName, getSummary, resolve, validatepublic Model(ParserContext parserContext)
public Model getModel()
getModel in class ModelElementpublic Version getOpenapi()
public URI getCanonId()
public String getCanonVersion()
public int getCanonMajorVersion()
public int getCanonMinorVersion()
public String getBasePath()
public Paths getPaths()
public void generate(GenerationContext generationContext) throws GenerationException
GenerationExceptionpublic String toString()
toString in class ModelElementpublic void addReferencedContext(RootParserContext referencedContext)
public Set<RootParserContext> getReferencedContexts()
Copyright © 2018 Symphony Software Foundation. All rights reserved.