Uses of Interface
com.networknt.openapi.NormalisedPath
-
Packages that use NormalisedPath Package Description com.networknt.openapi -
-
Uses of NormalisedPath in com.networknt.openapi
Classes in com.networknt.openapi that implement NormalisedPath Modifier and Type Class Description classApiNormalisedPathThis utility normalize the RESTful API path so that they can be handled identically.Methods in com.networknt.openapi that return NormalisedPath Modifier and Type Method Description NormalisedPathOpenApiOperation. getPathString()Methods in com.networknt.openapi that return types with arguments of type NormalisedPath Modifier and Type Method Description Optional<NormalisedPath>OpenApiHelper. findMatchingApiPath(NormalisedPath requestPath)Methods in com.networknt.openapi with parameters of type NormalisedPath Modifier and Type Method Description Optional<NormalisedPath>OpenApiHelper. findMatchingApiPath(NormalisedPath requestPath)Constructors in com.networknt.openapi with parameters of type NormalisedPath Constructor Description OpenApiOperation(NormalisedPath pathString, Path pathObject, String method, Operation operation)
-