public class RamlContext extends Object
| Constructor and Description |
|---|
RamlContext(org.raml.model.Raml raml) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
String |
getBaseUri() |
Map<String,org.raml.model.parameter.UriParameter> |
getBaseUriParameters() |
Map<String,SchemaContext> |
getConsolidatedSchemas() |
List<org.raml.model.DocumentationItem> |
getDocumentation() |
String |
getMediaType() |
List<org.raml.model.Protocol> |
getProtocols() |
List<ResourceContext> |
getResources() |
List<Map<String,org.raml.model.Template>> |
getResourceTypes() |
List<Map<String,String>> |
getSchemas() |
List<org.raml.model.SecurityReference> |
getSecuredBy() |
List<Map<String,org.raml.model.SecurityScheme>> |
getSecuritySchemes() |
String |
getTitle() |
List<Map<String,org.raml.model.Template>> |
getTraits() |
String |
getUri() |
String |
getVersion() |
public List<ResourceContext> getResources()
public List<org.raml.model.DocumentationItem> getDocumentation()
public String getTitle()
public String getVersion()
public String getBaseUri()
public String getBasePath()
public String getUri()
public String getMediaType()
public Map<String,org.raml.model.parameter.UriParameter> getBaseUriParameters()
public List<org.raml.model.Protocol> getProtocols()
public List<org.raml.model.SecurityReference> getSecuredBy()
public Map<String,SchemaContext> getConsolidatedSchemas()
Copyright © 2015. All rights reserved.