Package com.networknt.openapi
-
Interface Summary Interface Description NormalisedPath A normalised representation of an API path. -
Class Summary Class Description ApiNormalisedPath This utility normalize the RESTful API path so that they can be handled identically.OpenApiHelper This class load and cache openapi.json in a static block so that it can be shared by security for scope validation and validator for schema validation This handler supports openapi.yml, openapi.yaml and openapi.json and above is the loading sequence.OpenApiOperation A container representing a single API operation.