Namespace TypedRest.CodeGeneration.Patterns
Namespaces
Classes
- DefaultPattern
The default fallback pattern that is used if no other matches are found. Generates Endpoints.
- PathTree
A tree-like structure organizing OpenApiPathItems based on path prefixes.
- PatternBase
Common base class for IPatterns.
- PatternMatcher
Matches a set of IPatterns against a path tree.
- PatternRegistry
An ordered list of all known IPatterns.
Interfaces
- IPatternMatcher
Matches a set of IPatterns against a path tree.