GeneratorConfiguration

data class GeneratorConfiguration(val clientSuffix: String = "Client", val serverSuffix: String = "Server")(source)

Generator-specific configuration shared across Tapik plugin frontends.

Constructors

Link copied to clipboard
constructor(clientSuffix: String = "Client", serverSuffix: String = "Server")

Properties

Link copied to clipboard

suffix appended to aggregate client interface names and nested client contracts.

Link copied to clipboard

suffix appended to aggregate server interface names and nested server contracts.