|
Asterisk - The Open Source Telephony Project
18.5.0
|


Public Member Functions | |
| def | process_api (self, api, context) |
| def | process_model (self, model, context) |
| def | process_operation (self, operation, context) |
| def | process_parameter (self, parameter, context) |
| def | process_property (self, property, context) |
| def | process_resource_api (self, resource_api, context) |
| def | process_resource_listing (self, resource_listing, context) |
| def | process_type (self, swagger_type, context) |
Post processing interface for model objects. This processor can add fields to model objects for additional information to use in the templates.
Definition at line 145 of file swagger_model.py.
| def process_api | ( | self, | |
| api, | |||
| context | |||
| ) |
Post process an Api object. @param api: Api object. @param context: Current context in the API.
Definition at line 158 of file swagger_model.py.
| def process_model | ( | self, | |
| model, | |||
| context | |||
| ) |
Post process a Model object. @param model: Model object. @param context: Current context in the API.
Definition at line 182 of file swagger_model.py.
| def process_operation | ( | self, | |
| operation, | |||
| context | |||
| ) |
Post process a Operation object. @param operation: Operation object. @param context: Current context in the API.
Definition at line 166 of file swagger_model.py.
| def process_parameter | ( | self, | |
| parameter, | |||
| context | |||
| ) |
Post process a Parameter object. @param parameter: Parameter object. @param context: Current context in the API.
Definition at line 174 of file swagger_model.py.
| def process_property | ( | self, | |
| property, | |||
| context | |||
| ) |
Post process a Property object. @param property: Property object. @param context: Current context in the API.
Definition at line 190 of file swagger_model.py.
| def process_resource_api | ( | self, | |
| resource_api, | |||
| context | |||
| ) |
Post process a ResourceApi object. @param resource_api: ResourceApi object. @param context: Current context in the API.
Definition at line 150 of file swagger_model.py.
| def process_resource_listing | ( | self, | |
| resource_listing, | |||
| context | |||
| ) |
Post process the overall ResourceListing object. @param resource_listing: ResourceListing object. @param context: Current context in the API.
Definition at line 206 of file swagger_model.py.
| def process_type | ( | self, | |
| swagger_type, | |||
| context | |||
| ) |
Post process a SwaggerType object. @param swagger_type: ResourceListing object. @param context: Current context in the API.
Definition at line 198 of file swagger_model.py.
1.8.13