BasePrinter
io.github.scalats.plugins.BasePrinter
abstract class BasePrinter extends Printer
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class FilePrinterclass SingleFilePrinter
Members list
Value members
Concrete methods
Value parameters
- importPath
-
the function applied to each required type to determine the import path
Attributes
If the system property scala-ts.printer.import-pattern
, it's used to format.
If the system property scala-ts.printer.import-pattern
, it's used to format.
Attributes
Inherited and Abstract methods
Resolves the printer to be used to the specified type (and its required associated types).
Resolves the printer to be used to the specified type (and its required associated types).
Value parameters
- configuration
-
the generator configuration
- kind
-
the kind of the declaration to be printed
- name
-
the name of the type whose declaration must be printed
- requires
-
the type required by the current declaration
Attributes
- Inherited from:
- Printer
In this article