Uses of Interface
com.atlassian.oai.validator.model.NormalisedPath
Packages that use NormalisedPath
-
Uses of NormalisedPath in com.atlassian.oai.validator.model
Subinterfaces of NormalisedPath in com.atlassian.oai.validator.modelModifier and TypeInterfaceDescriptioninterfaceRepresentation of a path within an OpenAPI / Swagger specification.Classes in com.atlassian.oai.validator.model that implement NormalisedPathMethods in com.atlassian.oai.validator.model that return NormalisedPathMethods in com.atlassian.oai.validator.model with parameters of type NormalisedPathModifier and TypeMethodDescriptionbooleanApiPath.matches(NormalisedPath requestPath) Determine if the given request path matches this API path, taking into consideration path params.booleanApiPathImpl.matches(NormalisedPath requestPath) Constructors in com.atlassian.oai.validator.model with parameters of type NormalisedPathModifierConstructorDescriptionApiOperation(ApiPath apiPath, NormalisedPath requestPath, io.swagger.v3.oas.models.PathItem.HttpMethod method, io.swagger.v3.oas.models.Operation operation)