Class HttpExample.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.contract_testing.contractcase.definitions.interactions.http.HttpExample.Jsii$Proxy
-
- All Implemented Interfaces:
HttpExample,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HttpExample
@Stability(Stable) @Internal public static final class HttpExample.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpExample
An implementation forHttpExample
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.contract_testing.contractcase.definitions.interactions.http.HttpExample
HttpExample.Builder, HttpExample.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HttpExample.Builder builder)Constructor that initializes the object based on literal property values passed by theHttpExample.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetRequest()A test equivalence matcher that will match an HTTP request (recommended: the Test Equivalence MatcherHttpRequest).ObjectgetResponse()A test equivalence matcher that will match an HTTP response (recommended: the Test Equivalence MatcherHttpResponse).inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(HttpExample.Builder builder)
Constructor that initializes the object based on literal property values passed by theHttpExample.Builder.
-
-
Method Detail
-
getRequest
public final Object getRequest()
Description copied from interface:HttpExampleA test equivalence matcher that will match an HTTP request (recommended: the Test Equivalence MatcherHttpRequest).- Specified by:
getRequestin interfaceHttpExample
-
getResponse
public final Object getResponse()
Description copied from interface:HttpExampleA test equivalence matcher that will match an HTTP response (recommended: the Test Equivalence MatcherHttpResponse).- Specified by:
getResponsein interfaceHttpExample
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-