SpringWebMvcExtension

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

Configures Spring WebMVC controller generation for Tapik endpoints.

Constructors

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

Properties

Link copied to clipboard
val serverSuffix: Property<String>

Suffix appended to aggregate and nested server interfaces.

Functions

Link copied to clipboard
fun serverSuffix(suffix: String)

Sets the suffix appended to aggregate and nested server interfaces.