public class RamlImplV1 extends Object implements org.mule.apikit.model.ApiSpecification
| Constructor and Description |
|---|
RamlImplV1(org.raml.model.Raml raml)
Deprecated.
|
RamlImplV1(org.raml.model.Raml raml,
String ramlPath,
List<String> references) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump(String newBaseUri) |
List<String> |
getAllReferences()
This method returns a list of String with all the references from the api.
|
org.mule.apikit.model.ApiVendor |
getApiVendor() |
String |
getBaseUri() |
Map<String,org.mule.apikit.model.parameter.Parameter> |
getBaseUriParameters() |
Map<String,Object> |
getCompiledSchemas() |
Map<String,String> |
getConsolidatedSchemas() |
Object |
getInstance() |
String |
getLocation() |
org.raml.model.Raml |
getRaml() |
org.mule.apikit.model.Resource |
getResource(String s) |
Map<String,org.mule.apikit.model.Resource> |
getResources() |
List<Map<String,String>> |
getSchemas() |
List<Map<String,org.mule.apikit.model.SecurityScheme>> |
getSecuritySchemes() |
List<Map<String,org.mule.apikit.model.Template>> |
getTraits() |
org.mule.apikit.ApiType |
getType() |
String |
getUri() |
String |
getVersion() |
void |
setBaseUri(String s) |
@Deprecated public RamlImplV1(org.raml.model.Raml raml)
public org.raml.model.Raml getRaml()
public org.mule.apikit.model.Resource getResource(String s)
getResource in interface org.mule.apikit.model.ApiSpecificationpublic Map<String,String> getConsolidatedSchemas()
getConsolidatedSchemas in interface org.mule.apikit.model.ApiSpecificationpublic Map<String,Object> getCompiledSchemas()
getCompiledSchemas in interface org.mule.apikit.model.ApiSpecificationpublic String getBaseUri()
getBaseUri in interface org.mule.apikit.model.ApiSpecificationpublic String getLocation()
getLocation in interface org.mule.apikit.model.ApiSpecificationpublic Map<String,org.mule.apikit.model.Resource> getResources()
getResources in interface org.mule.apikit.model.ApiSpecificationpublic String getVersion()
getVersion in interface org.mule.apikit.model.ApiSpecificationpublic void setBaseUri(String s)
public Map<String,org.mule.apikit.model.parameter.Parameter> getBaseUriParameters()
getBaseUriParameters in interface org.mule.apikit.model.ApiSpecificationpublic List<Map<String,org.mule.apikit.model.SecurityScheme>> getSecuritySchemes()
getSecuritySchemes in interface org.mule.apikit.model.ApiSpecificationpublic List<Map<String,org.mule.apikit.model.Template>> getTraits()
getTraits in interface org.mule.apikit.model.ApiSpecificationpublic String getUri()
getUri in interface org.mule.apikit.model.ApiSpecificationpublic List<Map<String,String>> getSchemas()
getSchemas in interface org.mule.apikit.model.ApiSpecificationpublic Object getInstance()
public List<String> getAllReferences()
getAllReferences in interface org.mule.apikit.model.ApiSpecificationpublic String dump(String newBaseUri)
dump in interface org.mule.apikit.model.ApiSpecificationpublic org.mule.apikit.model.ApiVendor getApiVendor()
getApiVendor in interface org.mule.apikit.model.ApiSpecificationpublic org.mule.apikit.ApiType getType()
getType in interface org.mule.apikit.model.ApiSpecificationCopyright © 2023. All rights reserved.