RestClientBasedClientGenerator

A generator that creates Spring RestClient-based clients from tapik endpoint definitions.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val id: String

Identifier used by the Gradle plugin to decide whether this generator should execute.

Functions

Link copied to clipboard
open override fun generate(endpoints: List<HttpEndpointMetadata>, context: TapikGeneratorContext)

Generates RestClient-based clients for the supplied endpoints, writing them under the given output directory.