| Modifier and Type | Method and Description |
|---|---|
static <A,B> Pair<A,B> |
Pair.pairify(A first,
B second)
Convenience method to create a pair
|
| Modifier and Type | Method and Description |
|---|---|
protected Pair<String,RamlMimeType> |
SpringMvcResourceParser.extractRequestBody(Method method,
Map<String,String> parameterComments,
String comment,
List<ApiParameterMetadata> apiParameters) |
protected Pair<String,RamlMimeType> |
ResourceParser.extractRequestBody(Method method,
Map<String,String> parameterComments,
String comment,
List<ApiParameterMetadata> apiParameters)
Converts a method body into a request json schema and a mime type.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
RamlStyleCheckVisitorCoordinator.check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
RamlActionVisitorCheck.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular action
|
Pair<Set<Issue>,Set<Issue>> |
RamlChecker.check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
Pair<Set<Issue>,Set<Issue>> |
RamlResourceVisitorCheck.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular resource
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
ActionResponseBodySchemaChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionQueryParameterChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionContentTypeChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ResourceExistenceChecker.check(RamlRoot published,
RamlRoot implemented) |
Pair<Set<Issue>,Set<Issue>> |
RamlCheckerResourceVisitorCoordinator.check(RamlRoot published,
RamlRoot implemented) |
Pair<Set<Issue>,Set<Issue>> |
ActionExistenceChecker.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity) |
Copyright © 2017. All rights reserved.