Table of Contents

Interface IBuilder

Namespace
TypedRest.CodeGeneration.Jvm.Endpoints
Assembly
TypedRest.CodeGeneration.Jvm.dll

Builds the code for a specific kind of IEndpoint.

public interface IBuilder

Methods

Build(string, IEndpoint, IEndpointGenerator)

Builds the member exposing endpoint on its parent, plus any types needed for it.

(JvmChildEndpoint child, IEnumerable<IJvmType> types) Build(string key, IEndpoint endpoint, IEndpointGenerator generator)

Parameters

key string
endpoint IEndpoint
generator IEndpointGenerator

Returns

(JvmChildEndpoint child, IEnumerable<IJvmType> types)