Class CollectionBuilder
- Namespace
- TypedRest.CodeGeneration.Jvm.Endpoints
- Assembly
- TypedRest.CodeGeneration.Jvm.dll
Builds code for CollectionEndpoints.
public class CollectionBuilder : CollectionBuilderBase<CollectionEndpoint>, IBuilder<CollectionEndpoint>, IBuilder
- Inheritance
-
objectCollectionBuilder
- 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
TypeName
The name of the TypedRest type creating its element endpoints itself, e.g. CollectionEndpoint.
protected override string TypeName { get; }