| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERSION |
"#%RAML 0.8" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPLICATION_RAML |
"application/raml+yaml" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RESOURCE_KEY |
"/ResourceName" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
URI_NOT_VALID_MESSAGE |
"The baseUri element is not a valid URI" |
public static final String |
URI_PATTERN |
"[.*]?\\{(\\w+)?\\}[.*]*" |
public static final String |
VERSION_NOT_PRESENT_MESSAGE |
"version parameter must exist in the API definition" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NON_SCALAR_KEY_MESSAGE |
"Only scalar keys are allowed" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
UNKNOWN |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INCLUDE_APPLIED_TAG |
"!include-applied_" |
public static final String |
SEPARATOR |
"_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALL_ACTIONS |
"*" |
public static final String |
OPTIONAL_MODIFIER |
"?" |
public static final String |
RESOURCE_TYPE_USE_KEY |
"type" |
public static final String |
TRAIT_USE_KEY |
"is" |
Copyright © 2016. All rights reserved.