Uses of Class
io.apicurio.datamodels.validation.ValidationRule.PathSegment
-
Packages that use ValidationRule.PathSegment Package Description io.apicurio.datamodels.validation io.apicurio.datamodels.validation.rules.invalid.name io.apicurio.datamodels.validation.rules.invalid.value -
-
Uses of ValidationRule.PathSegment in io.apicurio.datamodels.validation
Methods in io.apicurio.datamodels.validation that return types with arguments of type ValidationRule.PathSegment Modifier and Type Method Description protected List<ValidationRule.PathSegment>ValidationRule. getPathSegments(String pathTemplate)Finds all occurences of path segment patterns in a path template. -
Uses of ValidationRule.PathSegment in io.apicurio.datamodels.validation.rules.invalid.name
Methods in io.apicurio.datamodels.validation.rules.invalid.name that return types with arguments of type ValidationRule.PathSegment Modifier and Type Method Description protected List<ValidationRule.PathSegment>OasInvalidPropertyNameRule. findEmptySegmentsInPath(List<ValidationRule.PathSegment> pathSegments)Finds all occurences of path segments that are empty.Method parameters in io.apicurio.datamodels.validation.rules.invalid.name with type arguments of type ValidationRule.PathSegment Modifier and Type Method Description protected List<String>OasInvalidPropertyNameRule. findDuplicateParametersInPath(List<ValidationRule.PathSegment> pathSegments)Finds path segments that are duplicates i.e. they have the same formal name used across multiple segments.protected List<ValidationRule.PathSegment>OasInvalidPropertyNameRule. findEmptySegmentsInPath(List<ValidationRule.PathSegment> pathSegments)Finds all occurences of path segments that are empty. -
Uses of ValidationRule.PathSegment in io.apicurio.datamodels.validation.rules.invalid.value
Method parameters in io.apicurio.datamodels.validation.rules.invalid.value with type arguments of type ValidationRule.PathSegment Modifier and Type Method Description protected booleanOasPathParamNotFoundRule. hasPathParamSegment(List<ValidationRule.PathSegment> segments, String paramName)
-