| Modifier and Type | Method and Description |
|---|---|
static Map<String,RamlQueryParameter> |
SchemaHelper.convertClassToQueryParameters(Parameter param,
JavaDocStore javaDocStore)
Breaks down a class into component fields which are mapped as Query Parameters.
|
static Map<String,RamlQueryParameter> |
SchemaHelper.convertParameterToQueryParameter(Parameter param,
String paramComment)
Converts a simple parameter, ie String, or Boxed Primitive into
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,RamlQueryParameter> |
ResourceParser.extractQueryParameters(RamlActionType apiAction,
Method method,
Map<String,String> parameterComments)
Extracts parameters from a method call and attaches these with the comments extracted from the javadoc
|
| Modifier and Type | Method and Description |
|---|---|
RamlQueryParameter |
RamlModelFactory.createRamlQueryParameter() |
RamlQueryParameter |
RamlModelFactory.createRamlQueryParameter(Object queryParameter) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RamlQueryParameter> |
RamlAction.getQueryParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
RamlAction.addQueryParameters(Map<String,RamlQueryParameter> queryParameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
RJP08V1RamlQueryParameter
Implementation based on the Raml 0.8 Parser
|
| Modifier and Type | Method and Description |
|---|---|
RamlQueryParameter |
RJP08V1RamlModelFactory.createRamlQueryParameter() |
RamlQueryParameter |
RJP08V1RamlModelFactory.createRamlQueryParameter(Object queryParameter) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RamlQueryParameter> |
RJP08V1RamlAction.getQueryParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
RJP08V1RamlAction.addQueryParameters(Map<String,RamlQueryParameter> queryParameters) |
Copyright © 2017. All rights reserved.