Skip navigation links
A B C F G H I L N O P R S 

A

ApiNormalisedPath - Class in com.networknt.openapi
This utility normalize the RESTful API path so that they can be handled identically.
ApiNormalisedPath(String) - Constructor for class com.networknt.openapi.ApiNormalisedPath
 

B

basePath - Static variable in class com.networknt.openapi.OpenApiHelper
 

C

com.networknt.openapi - package com.networknt.openapi
 
CONFIG_NAME - Static variable in class com.networknt.openapi.OpenApiHandler
 

F

findBasePath() - Method in class com.networknt.openapi.OpenApiEndpointSource
 
findMatchingApiPath(NormalisedPath) - Static method in class com.networknt.openapi.OpenApiHelper
 

G

getMethod() - Method in class com.networknt.openapi.OpenApiOperation
 
getNext() - Method in class com.networknt.openapi.OpenApiHandler
 
getOperation() - Method in class com.networknt.openapi.OpenApiOperation
 
getPathObject() - Method in class com.networknt.openapi.OpenApiOperation
 
getPathString() - Method in class com.networknt.openapi.OpenApiOperation
 

H

handleRequest(HttpServerExchange) - Method in class com.networknt.openapi.OpenApiHandler
 

I

isEnabled() - Method in class com.networknt.openapi.OpenApiHandler
 
isParam(int) - Method in class com.networknt.openapi.ApiNormalisedPath
 
isParam(int) - Method in interface com.networknt.openapi.NormalisedPath
 

L

listEndpoints() - Method in class com.networknt.openapi.OpenApiEndpointSource
 

N

normalised() - Method in class com.networknt.openapi.ApiNormalisedPath
 
normalised() - Method in interface com.networknt.openapi.NormalisedPath
 
NormalisedPath - Interface in com.networknt.openapi
A normalised representation of an API path.

O

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
 

P

paramName(int) - Method in class com.networknt.openapi.ApiNormalisedPath
 
paramName(int) - Method in interface com.networknt.openapi.NormalisedPath
 
part(int) - Method in class com.networknt.openapi.ApiNormalisedPath
 
part(int) - Method in interface com.networknt.openapi.NormalisedPath
 
parts() - Method in class com.networknt.openapi.ApiNormalisedPath
 
parts() - Method in interface com.networknt.openapi.NormalisedPath
 

R

register() - Method in class com.networknt.openapi.OpenApiHandler
 

S

setNext(HttpHandler) - Method in class com.networknt.openapi.OpenApiHandler
 
A B C F G H I L N O P R S 
Skip navigation links

Copyright © 2019. All rights reserved.