Namespace TypedRest.CodeGeneration.TypeScript.Endpoints
Namespaces
Classes
- BuilderBase<TEndpoint>
Common base class for IBuilder<TEndpoint>s.
- BuilderRegistry
A list of all known IBuilders.
- CollectionBuilderBase<TEndpoint>
Common base class for IBuilder<TEndpoint>s for CollectionEndpoint and derived types.
- DefaultBuilder
Builds TypeScript code for plain Endpoints that only hold children.
- EndpointGenerator
Generates TypeScript types for a tree of IEndpoints.
- EntryBuilder
Builds TypeScript code for EntryEndpoints.
Interfaces
- IBuilder<TEndpoint>
Builds TypeScript code for
TEndpoint.
- IEndpointGenerator
Drives the generation of TypeScript code for a tree of IEndpoints.