Interface IBuilder<TEndpoint>
- Namespace
- TypedRest.CodeGeneration.Jvm.Endpoints
- Assembly
- TypedRest.CodeGeneration.Jvm.dll
Builds the code for TEndpoint.
public interface IBuilder<in TEndpoint> : IBuilder where TEndpoint : IEndpoint
Type Parameters
TEndpointThe type of IEndpoint to generate code for.
- Inherited Members
Methods
Build(string, TEndpoint, IEndpointGenerator)
Builds the member exposing endpoint on its parent, plus any types needed for it.
(JvmChildEndpoint child, IEnumerable<IJvmType> types) Build(string key, TEndpoint endpoint, IEndpointGenerator generator)
Parameters
keystringendpointTEndpointgeneratorIEndpointGenerator