| Package | Description |
|---|---|
| com.phoenixnap.oss.ramlapisync.raml | |
| com.phoenixnap.oss.ramlapisync.raml.rjp.raml08v1 |
| Modifier and Type | Method and Description |
|---|---|
RamlFormParameter |
RamlModelFactory.createRamlFormParameter() |
RamlFormParameter |
RamlModelFactory.createRamlFormParameter(Object formParameter) |
| Modifier and Type | Method and Description |
|---|---|
List<RamlFormParameter> |
RamlModelFactory.createRamlFormParameters(List<? extends Object> formParameters) |
Map<String,List<RamlFormParameter>> |
RamlMimeType.getFormParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
RamlMimeType.addFormParameters(String name,
List<RamlFormParameter> formParameters) |
void |
RamlMimeType.setFormParameters(Map<String,List<RamlFormParameter>> formParameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
RJP08V1RamlFormParameter
Implementation based on the Raml 0.8 Parser
|
| Modifier and Type | Method and Description |
|---|---|
RamlFormParameter |
RJP08V1RamlModelFactory.createRamlFormParameter() |
RamlFormParameter |
RJP08V1RamlModelFactory.createRamlFormParameter(Object formParameter) |
| Modifier and Type | Method and Description |
|---|---|
List<RamlFormParameter> |
RJP08V1RamlModelFactory.createRamlFormParameters(List<? extends Object> formParameters) |
Map<String,List<RamlFormParameter>> |
RJP08V1RamlMimeType.getFormParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
RJP08V1RamlMimeType.addFormParameters(String name,
List<RamlFormParameter> ramlFormParameters) |
void |
RJP08V1RamlMimeType.setFormParameters(Map<String,List<RamlFormParameter>> formParameters) |
Copyright © 2017. All rights reserved.