Class OpenAPIExpectationDTO
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.model.ObjectWithJsonToString
-
- org.mockserver.serialization.model.OpenAPIExpectationDTO
-
public class OpenAPIExpectationDTO extends ObjectWithJsonToString
-
-
Constructor Summary
Constructors Constructor Description OpenAPIExpectationDTO()OpenAPIExpectationDTO(OpenAPIExpectation openAPIExpectation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenAPIExpectationbuildObject()StringgetContextPathPrefix()Map<String,Object>getOperationsAndResponses()StringgetSpecUrlOrPayload()OpenAPIExpectationDTOsetContextPathPrefix(String contextPathPrefix)OpenAPIExpectationDTOsetOperationsAndResponses(Map<String,Object> operationsAndResponses)OpenAPIExpectationDTOsetSpecUrlOrPayload(String specUrlOrPayload)-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode
-
-
-
-
Constructor Detail
-
OpenAPIExpectationDTO
public OpenAPIExpectationDTO(OpenAPIExpectation openAPIExpectation)
-
OpenAPIExpectationDTO
public OpenAPIExpectationDTO()
-
-
Method Detail
-
buildObject
public OpenAPIExpectation buildObject()
-
getSpecUrlOrPayload
public String getSpecUrlOrPayload()
-
setSpecUrlOrPayload
public OpenAPIExpectationDTO setSpecUrlOrPayload(String specUrlOrPayload)
-
setOperationsAndResponses
public OpenAPIExpectationDTO setOperationsAndResponses(Map<String,Object> operationsAndResponses)
-
getContextPathPrefix
public String getContextPathPrefix()
-
setContextPathPrefix
public OpenAPIExpectationDTO setContextPathPrefix(String contextPathPrefix)
-
-