Table of Contents

Class StreamingCollectionBuilder

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

Builds code for StreamingCollectionEndpoints.

public class StreamingCollectionBuilder : CollectionBuilderBase<StreamingCollectionEndpoint>, IBuilder<StreamingCollectionEndpoint>, IBuilder
Inheritance
object
StreamingCollectionBuilder
Implements
Inherited Members

Properties

GenericTypeName

The name of the TypedRest type taking a factory for element endpoints, e.g. GenericCollectionEndpoint.

protected override string GenericTypeName { get; }

Property Value

string

Package

The package the two types live in.

protected override JvmPackage Package { get; }

Property Value

JvmPackage

TypeName

The name of the TypedRest type creating its element endpoints itself, e.g. CollectionEndpoint.

protected override string TypeName { get; }

Property Value

string