Table of Contents

Class JvmConstructor

Namespace
TypedRest.CodeGeneration.Jvm.Model
Assembly
TypedRest.CodeGeneration.Jvm.dll

The constructor of a generated endpoint class.

public sealed class JvmConstructor
Inheritance
object
JvmConstructor

Properties

BaseArguments

The arguments passed on to the base constructor.

public List<JvmExpression> BaseArguments { get; }

Property Value

List<JvmExpression>

Parameters

The parameters of the constructor.

public List<JvmParameter> Parameters { get; }

Property Value

List<JvmParameter>

Methods

GetImports()

Returns every type that has to be imported to declare this constructor.

public IEnumerable<JvmIdentifier> GetImports()

Returns

IEnumerable<JvmIdentifier>