OpenApiFilterService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A service that slices an OpenApiDocument into a subset document
public static class OpenApiFilterService
type OpenApiFilterService = class
Public Class OpenApiFilterService
- Inheritance
-
OpenApiFilterService
Methods
CreateFilteredDocument(OpenApiDocument, Func<String,Nullable<OperationType>,OpenApiOperation,Boolean>) |
Create partial OpenAPI document based on the provided predicate. |
CreateOpenApiUrlTreeNode(Dictionary<String,OpenApiDocument>) |
Creates an OpenApiUrlTreeNode from a collection of OpenApiDocument. |
CreatePredicate(String, String, Dictionary<String,List<String>>, OpenApiDocument) |
Create predicate function based on passed query parameters |