Table of Contents

Interface IPatternMatcher

Namespace
TypedRest.CodeGeneration.Patterns
Assembly
TypedRest.CodeGeneration.dll

Matches a set of IPatterns against a path tree.

public interface IPatternMatcher

Methods

GetEndpoints(PathTree)

Generates endpoints for the specified tree.

IDictionary<string, IEndpoint> GetEndpoints(PathTree tree)

Parameters

tree PathTree

Returns

IDictionary<string, IEndpoint>