| Interface | Description |
|---|---|
| NormalisedPath |
A normalised representation of an API path.
|
| Class | Description |
|---|---|
| ApiNormalisedPath |
Created by steve on 23/09/16.
|
| SwaggerHandler |
This is the handler that parses the swagger 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.
|
| SwaggerHelper |
This class load and cache swagger.json in a static block so that it can be
shared by security for scope validation and validator for schema validation
Created by steve on 17/09/16.
|
| SwaggerOperation |
A container representing a single API operation.
|
Copyright © 2017. All rights reserved.