Amplication AST Libraries Documentation
    Preparing search index...

    Interface WriterConfig

    Configuration interface for the Writer class. Defines the settings used to initialize a Writer instance.

    WriterConfig

    interface WriterConfig {
        packageName: string;
        skipPackageDeclaration?: boolean;
    }
    Index

    Properties

    packageName: string

    The package name for the generated Java code

    skipPackageDeclaration?: boolean

    Whether to skip the package declaration in the output