Uses of Class
org.mockserver.serialization.model.OpenAPIExpectationDTO
-
Packages that use OpenAPIExpectationDTO Package Description org.mockserver.serialization.deserializers.expectation org.mockserver.serialization.model org.mockserver.serialization.serializers.expectation -
-
Uses of OpenAPIExpectationDTO in org.mockserver.serialization.deserializers.expectation
Methods in org.mockserver.serialization.deserializers.expectation that return OpenAPIExpectationDTO Modifier and Type Method Description OpenAPIExpectationDTOOpenAPIExpectationDTODeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of OpenAPIExpectationDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return OpenAPIExpectationDTO Modifier and Type Method Description OpenAPIExpectationDTOOpenAPIExpectationDTO. setContextPathPrefix(String contextPathPrefix)OpenAPIExpectationDTOOpenAPIExpectationDTO. setOperationsAndResponses(Map<String,Object> operationsAndResponses)OpenAPIExpectationDTOOpenAPIExpectationDTO. setSpecUrlOrPayload(String specUrlOrPayload) -
Uses of OpenAPIExpectationDTO in org.mockserver.serialization.serializers.expectation
Methods in org.mockserver.serialization.serializers.expectation with parameters of type OpenAPIExpectationDTO Modifier and Type Method Description voidOpenAPIExpectationDTOSerializer. serialize(OpenAPIExpectationDTO openAPIDefinition, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-