SpringRestClientExtension

open class SpringRestClientExtension @Inject constructor(objects: ObjectFactory) : TapikGeneratorExtension(source)

Configures Spring RestClient code generation for Tapik endpoints.

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory)

Properties

Link copied to clipboard
val clientSuffix: Property<String>

Suffix appended to aggregate and nested client interfaces.

Functions

Link copied to clipboard
fun clientSuffix(suffix: String)

Sets the suffix appended to aggregate and nested client interfaces.