JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
H
I
R
S
V
C
com.networknt.openapi
- package com.networknt.openapi
CONFIG_NAME
- Static variable in class com.networknt.openapi.
ValidatorHandler
G
getNext()
- Method in class com.networknt.openapi.
ValidatorHandler
H
handleRequest(HttpServerExchange)
- Method in class com.networknt.openapi.
ValidatorHandler
I
isEnabled()
- Method in class com.networknt.openapi.
ValidatorConfig
isEnabled()
- Method in class com.networknt.openapi.
ValidatorHandler
R
register()
- Method in class com.networknt.openapi.
ValidatorHandler
RequestValidator
- Class in
com.networknt.openapi
Validate a request data against a given API operation defined in the OpenAPI Spec.
RequestValidator(SchemaValidator)
- Constructor for class com.networknt.openapi.
RequestValidator
Construct a new request validator with the given schema validator.
S
SchemaValidator
- Class in
com.networknt.openapi
Validate a value against the schema defined in an OpenAPI specification.
SchemaValidator()
- Constructor for class com.networknt.openapi.
SchemaValidator
Build a new validator with no API specification.
SchemaValidator(OpenApi3)
- Constructor for class com.networknt.openapi.
SchemaValidator
Build a new validator for the given API specification.
setEnabled(boolean)
- Method in class com.networknt.openapi.
ValidatorConfig
setNext(HttpHandler)
- Method in class com.networknt.openapi.
ValidatorHandler
V
validate(Object, JsonNode)
- Method in class com.networknt.openapi.
SchemaValidator
Validate the given value against the given property schema.
validateRequest(NormalisedPath, HttpServerExchange, OpenApiOperation)
- Method in class com.networknt.openapi.
RequestValidator
Validate the request against the given API operation
ValidatorConfig
- Class in
com.networknt.openapi
Validator configuration class that maps to validator.yml properties
ValidatorConfig()
- Constructor for class com.networknt.openapi.
ValidatorConfig
ValidatorHandler
- Class in
com.networknt.openapi
This is an OpenAPI validator handler that validate request based on the specification.
ValidatorHandler()
- Constructor for class com.networknt.openapi.
ValidatorHandler
C
G
H
I
R
S
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.