ClientGenerator

class ClientGenerator(val iface: KClass<*>, val types: Set<KType>)

Constructors

Link copied to clipboard
fun ClientGenerator(iface: KClass<*>, types: Set<KType>)

Functions

Link copied to clipboard
fun generateInterface(kclass: KClass<*>): List<String>
Link copied to clipboard
fun generateInterfaces(): String
Link copied to clipboard
fun printParameters(func: KFunction<*>): String

Properties

Link copied to clipboard
val iface: KClass<*>
Link copied to clipboard
val types: Set<KType>