TapikGenerateTask
Gradle task that scans compiled classes for Tapik endpoints and generates supporting artefacts.
Properties
Additional class directories (for example, from other projects) to include on the analysis classpath.
Base package that will be scanned for compiled HttpEndpoint declarations.
Directory holding compiled classes associated with the project under analysis.
Suffix appended to the source-level enclosing endpoints interface.
Package segment appended to source packages for generated Kotlin sources.
Directory where generated client source files are written.
Client suffix keyed by generator identifier.
Server suffix keyed by generator identifier.
Directory containing the textual endpoint summary output.
Runtime classpath used when analysing endpoint bytecode via reflection fallback.