Table of Contents

Class ActionBuilder

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

Builds code for ActionEndpoints.

public class ActionBuilder : BuilderBase<ActionEndpoint>, IBuilder<ActionEndpoint>, IBuilder
Inheritance
object
ActionBuilder
Implements
Inherited Members

Methods

GetBaseType(ActionEndpoint, IEndpointGenerator)

Returns the TypedRest implementation class the endpoint derives from.

protected override JvmIdentifier GetBaseType(ActionEndpoint endpoint, IEndpointGenerator generator)

Parameters

endpoint ActionEndpoint
generator IEndpointGenerator

Returns

JvmIdentifier