TapikExtension
Root Gradle extension exposing Tapik-specific configuration surfaces.
Properties
Base package whose compiled classes will be inspected for Tapik endpoint declarations.
Suffix appended to the source-level enclosing endpoints interface.
Package segment appended to source packages for generated Kotlin sources.
Nested extension configuring Markdown documentation generation.
Nested extension configuring Spring RestClient code generation.
Nested extension configuring Spring WebMVC controller generation.
Functions
Sets the base package that will be scanned for Tapik endpoints.
Sets the suffix appended to the source-level enclosing endpoints interface.
Sets the package segment appended to source packages for generated Kotlin sources.
Configures the MarkdownDocumentationExtension responsible for Markdown output generation.
Configures the springRestClient extension using a Gradle Action.
Configures the springWebMvc extension using a Gradle Action.