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
-
objectStreamingCollectionBuilder
- 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
Package
The package the two types live in.
protected override JvmPackage Package { get; }
Property Value
TypeName
The name of the TypedRest type creating its element endpoints itself, e.g. CollectionEndpoint.
protected override string TypeName { get; }