public class ResponseBodySchemaStyleChecker extends RamlStyleCheckerAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
protected static org.slf4j.Logger |
logger
Class Logger
|
| Constructor and Description |
|---|
ResponseBodySchemaStyleChecker(String actionTypesToCheck) |
| Modifier and Type | Method and Description |
|---|---|
Set<StyleIssue> |
checkActionStyle(RamlActionType key,
RamlAction value,
IssueLocation location,
RamlRoot raml)
Check the style of a particular action
|
checkParameterStyle, checkResourceStyleprotected static final org.slf4j.Logger logger
public static String DESCRIPTION
public ResponseBodySchemaStyleChecker(String actionTypesToCheck)
public Set<StyleIssue> checkActionStyle(RamlActionType key, RamlAction value, IssueLocation location, RamlRoot raml)
RamlStyleCheckercheckActionStyle in interface RamlStyleCheckercheckActionStyle in class RamlStyleCheckerAdapterkey - The action's verbvalue - The Action from the RAML modellocation - The location where the issue (if any) liesraml - The Raml Document being checkedCopyright © 2017. All rights reserved.