Modifier and Type | Method and Description |
---|---|
protected List<ValidationRule.PathSegment> |
ValidationRule.getPathSegments(String pathTemplate)
Finds all occurences of path segment patterns in a path template.
|
Modifier and Type | Method and Description |
---|---|
protected List<ValidationRule.PathSegment> |
OasInvalidPropertyNameRule.findEmptySegmentsInPath(List<ValidationRule.PathSegment> pathSegments)
Finds all occurences of path segments that are empty.
|
Modifier and Type | Method and Description |
---|---|
protected List<String> |
OasInvalidPropertyNameRule.findDuplicateParametersInPath(List<ValidationRule.PathSegment> pathSegments)
Finds path segments that are duplicates i.e.
|
protected List<ValidationRule.PathSegment> |
OasInvalidPropertyNameRule.findEmptySegmentsInPath(List<ValidationRule.PathSegment> pathSegments)
Finds all occurences of path segments that are empty.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
OasPathParamNotFoundRule.hasPathParamSegment(List<ValidationRule.PathSegment> segments,
String paramName) |
Copyright © 2019 Red Hat. All rights reserved.