Class JvmConstructor
- Namespace
- TypedRest.CodeGeneration.Jvm.Model
- Assembly
- TypedRest.CodeGeneration.Jvm.dll
The constructor of a generated endpoint class.
public sealed class JvmConstructor
- Inheritance
-
objectJvmConstructor
Properties
BaseArguments
The arguments passed on to the base constructor.
public List<JvmExpression> BaseArguments { get; }
Property Value
Parameters
The parameters of the constructor.
public List<JvmParameter> Parameters { get; }
Property Value
Methods
GetImports()
Returns every type that has to be imported to declare this constructor.
public IEnumerable<JvmIdentifier> GetImports()