public class OpenAPISpecContextBuilder extends Object
Constructor and Description |
---|
OpenAPISpecContextBuilder() |
Modifier and Type | Method and Description |
---|---|
OpenAPISpecContext |
build()
Creates an
OpenAPISpecContext object which houses the operation details in a cookie and the browse fields
to parameter map. |
OpenAPISpecContextBuilder |
withAPI(io.swagger.v3.oas.models.OpenAPI api) |
OpenAPISpecContextBuilder |
withOperation(io.swagger.v3.oas.models.Operation operation) |
OpenAPISpecContextBuilder |
withPathItem(io.swagger.v3.oas.models.PathItem pathItem) |
public OpenAPISpecContextBuilder withAPI(io.swagger.v3.oas.models.OpenAPI api)
public OpenAPISpecContextBuilder withPathItem(io.swagger.v3.oas.models.PathItem pathItem)
public OpenAPISpecContextBuilder withOperation(io.swagger.v3.oas.models.Operation operation)
public OpenAPISpecContext build()
OpenAPISpecContext
object which houses the operation details in a cookie and the browse fields
to parameter map.