- oauth2Name - Static variable in class com.networknt.openapi.OpenApiHelper
-
- openApi3 - Static variable in class com.networknt.openapi.OpenApiHelper
-
- OpenApiEndpointSource - Class in com.networknt.openapi
-
Lists endpoints defined in the OpenApi spec parsed by OpenApiHelper.
- OpenApiEndpointSource() - Constructor for class com.networknt.openapi.OpenApiEndpointSource
-
- OpenApiHandler - Class in com.networknt.openapi
-
This is the handler that parses the OpenApi object based on uri and method
of the request and attached the operation to the request so that security
and validator can use it without parsing it.
- OpenApiHandler() - Constructor for class com.networknt.openapi.OpenApiHandler
-
- OpenApiHelper - Class in com.networknt.openapi
-
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.
- OpenApiHelper() - Constructor for class com.networknt.openapi.OpenApiHelper
-
- OpenApiOperation - Class in com.networknt.openapi
-
A container representing a single API operation.
- OpenApiOperation(NormalisedPath, Path, String, Operation) - Constructor for class com.networknt.openapi.OpenApiOperation
-
- original() - Method in class com.networknt.openapi.ApiNormalisedPath
-
- original() - Method in interface com.networknt.openapi.NormalisedPath
-