Table of Contents

Namespace TypedRest.CodeGeneration.Patterns

Namespaces

TypedRest.CodeGeneration.Patterns.Generic
TypedRest.CodeGeneration.Patterns.Raw
TypedRest.CodeGeneration.Patterns.Rpc

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

IPattern

Generates IEndpoints from PathTrees if they match a specific pattern.

IPatternMatcher

Matches a set of IPatterns against a path tree.