| Modifier and Type | Method and Description | 
|---|---|
static OpenAPIDefinition | 
OpenAPIDefinition.openAPI()  | 
static OpenAPIDefinition | 
OpenAPIDefinition.openAPI(String specUrlOrPayload)
Specify the OpenAPI to match against by URL or payload and string as follows: 
 | 
static OpenAPIDefinition | 
OpenAPIDefinition.openAPI(String specUrlOrPayload,
       String operationId)
Specify the OpenAPI and operationId to match against by URL or payload and string as follows: 
 | 
OpenAPIDefinition | 
OpenAPIDefinition.shallowClone()  | 
OpenAPIDefinition | 
OpenAPIDefinition.update(OpenAPIDefinition replaceRequest)  | 
OpenAPIDefinition | 
OpenAPIDefinition.withOperationId(String operationId)
Specify operationId from the OpenAPI to match against i.e. 
 | 
OpenAPIDefinition | 
OpenAPIDefinition.withSpecUrlOrPayload(String specUrlOrPayload)
Specify the OpenAPI to match against by URL or payload as follows: 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OpenAPIDefinition | 
OpenAPIDefinition.update(OpenAPIDefinition replaceRequest)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
OpenAPISerialiser.asString(OpenAPIDefinition openAPIDefinition)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
OpenAPIMatcherToJavaSerializer.serialize(int numberOfSpacesToIndent,
         OpenAPIDefinition OpenAPIMatcher)  | 
| Modifier and Type | Method and Description | 
|---|---|
OpenAPIDefinition | 
OpenAPIDefinitionDTO.buildObject()  | 
| Constructor and Description | 
|---|
OpenAPIDefinitionDTO(OpenAPIDefinition openAPIMatcher)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OpenAPIDefinitionSerializer.serialize(OpenAPIDefinition openAPIDefinition,
         com.fasterxml.jackson.core.JsonGenerator jgen,
         com.fasterxml.jackson.databind.SerializerProvider provider)  | 
Copyright © 2022. All rights reserved.