Package com.boomi.connector.openapi.util
Class OpenAPISpecContextBuilder
- java.lang.Object
-
- com.boomi.connector.openapi.util.OpenAPISpecContextBuilder
-
public class OpenAPISpecContextBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenAPISpecContextBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenAPISpecContext
build()
Creates anOpenAPISpecContext
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)
-
-
-
Method Detail
-
withAPI
public OpenAPISpecContextBuilder withAPI(io.swagger.v3.oas.models.OpenAPI api)
-
withPathItem
public OpenAPISpecContextBuilder withPathItem(io.swagger.v3.oas.models.PathItem pathItem)
-
withOperation
public OpenAPISpecContextBuilder withOperation(io.swagger.v3.oas.models.Operation operation)
-
build
public OpenAPISpecContext build()
Creates anOpenAPISpecContext
object which houses the operation details in a cookie and the browse fields to parameter map.- Returns:
- the OpenAPISpecContext
-
-