StitchExtensionImpl

Base implementation for the StitchExtension interface.

This abstract class provides default values for all properties of the StitchExtension interface.

You can extend this class and override properties to customize the behavior of Stitch code generation.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var addDocumentation: Boolean

Controls whether to generate documentation comments in the generated code.

Link copied to clipboard

Controls whether to generate operation functions for your Stitch schema.

Link copied to clipboard
open override var generatedPackageName: String

Specifies the base package name for generated code or artifacts.

Link copied to clipboard

Defines the level of generation for Stitch operation classes.