| Package | Description |
|---|---|
| com.phoenixnap.oss.ramlapisync.naming | |
| com.phoenixnap.oss.ramlapisync.raml | |
| com.phoenixnap.oss.ramlapisync.raml.rjp.raml08v1 |
| Modifier and Type | Method and Description |
|---|---|
static RamlParamType |
SchemaHelper.mapSimpleType(Class<?> clazz)
Maps primitives and other simple Java types into simple types supported by RAML
|
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
SchemaHelper.mapSimpleType(RamlParamType param)
Maps simple types supported by RAML into primitives and other simple Java types
|
| Modifier and Type | Method and Description |
|---|---|
RamlParamType |
RamlModelFactory.createRamlParamType(Object paramType) |
abstract RamlParamType |
RamlAbstractParam.getType() |
static RamlParamType |
RamlParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RamlParamType[] |
RamlParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RamlAbstractParam.setType(RamlParamType paramType) |
| Modifier and Type | Method and Description |
|---|---|
RamlParamType |
RJP08V1RamlModelFactory.createRamlParamType(Object paramType) |
RamlParamType |
RJP08V1RamlUriParameter.getType() |
RamlParamType |
RJP08V1RamlQueryParameter.getType() |
RamlParamType |
RJP08V1RamlHeader.getType() |
RamlParamType |
RJP08V1RamlFormParameter.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RJP08V1RamlUriParameter.setType(RamlParamType paramType) |
void |
RJP08V1RamlQueryParameter.setType(RamlParamType paramType) |
void |
RJP08V1RamlHeader.setType(RamlParamType paramType) |
void |
RJP08V1RamlFormParameter.setType(RamlParamType paramType) |
Copyright © 2017. All rights reserved.