public abstract class ModelDecorator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RestConnectAPIModel |
model |
| Modifier | Constructor and Description |
|---|---|
protected |
ModelDecorator(RestConnectAPIModel model) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiDescription() |
String |
getApiName() |
String |
getArtifactId() |
BaseUri |
getBaseUri() |
ConnectorCategory |
getCategory() |
String |
getCustomPackage() |
List<MavenDependency> |
getDependencies() |
String |
getGAV() |
String |
getGroupId() |
List<Operation> |
getOperations() |
Path |
getRootDir() |
String |
getVersion() |
protected final RestConnectAPIModel model
protected ModelDecorator(RestConnectAPIModel model)
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getCustomPackage()
public String getApiName()
public String getApiDescription()
public ConnectorCategory getCategory()
public BaseUri getBaseUri()
public List<MavenDependency> getDependencies()
public Path getRootDir()
public String getGAV()
Copyright © 2023. All rights reserved.