| Modifier and Type | Method and Description |
|---|---|
static RamlResponse |
RamlHelper.getSuccessfulResponse(RamlAction action)
Gets the successful response from an action (200 or 201)
|
| Modifier and Type | Method and Description |
|---|---|
protected RamlResponse |
ResourceParser.extractResponseFromMethod(Method method,
String responseComment)
Extracts the Response Body from a method in JsonSchema Format and embeds it into a response object based on the
defaultMediaType
|
| Modifier and Type | Method and Description |
|---|---|
RamlResponse |
RamlModelFactory.createRamlResponse() |
RamlResponse |
RamlModelFactory.createRamlResponse(Object response) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RamlResponse> |
RamlAction.getResponses() |
| Modifier and Type | Method and Description |
|---|---|
void |
RamlAction.addResponse(String httpStatus,
RamlResponse response) |
| Modifier and Type | Class and Description |
|---|---|
class |
RJP08V1RamlResponse
Implementation based on the Raml 0.8 Parser
|
| Modifier and Type | Method and Description |
|---|---|
RamlResponse |
RJP08V1RamlModelFactory.createRamlResponse() |
RamlResponse |
RJP08V1RamlModelFactory.createRamlResponse(Object response) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RamlResponse> |
RJP08V1RamlAction.getResponses() |
| Modifier and Type | Method and Description |
|---|---|
void |
RJP08V1RamlAction.addResponse(String httpStatus,
RamlResponse response) |
Copyright © 2017. All rights reserved.