Class AbstractGenerator<Options, RenderCompleteModelOptions>Abstract

Abstract generator which must be implemented by each language

Type Parameters

Hierarchy (view full)

Constructors

Properties

languageName: string
options: Options

Methods

  • Get all presets (default and custom ones from options) for a given preset type (class, enum, etc).

    Parameters

    • presetType: string

    Returns [Partial<any>, unknown][]