OperationBuilder

class OperationBuilder(schemas: SchemaGenerator, anonymous: Boolean, handlerName: String)(source)

Constructors

Link copied to clipboard
constructor(schemas: SchemaGenerator, anonymous: Boolean, handlerName: String)

Properties

Link copied to clipboard

The shared components.responses entries referenced by the built operations (name → status code).

Functions

Link copied to clipboard
fun build(verb: String, fullPath: String, pathParams: List<String>, successCode: Int, responseType: IrType?, streaming: Boolean, scan: HandlerLambdaScan, metadata: Metadata, defaultTag: String): JsonNode.Obj