Class ContractCaseCoreSetup.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.contract_testing.contractcase.definitions.interactions.base.ContractCaseCoreSetup.Jsii$Proxy
-
- All Implemented Interfaces:
ContractCaseCoreSetup,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContractCaseCoreSetup
@Stability(Stable) @Internal public static final class ContractCaseCoreSetup.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContractCaseCoreSetup
An implementation forContractCaseCoreSetup
-
-
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.base.ContractCaseCoreSetup
ContractCaseCoreSetup.Builder, ContractCaseCoreSetup.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContractCaseCoreSetup.Builder builder)Constructor that initializes the object based on literal property values passed by theContractCaseCoreSetup.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)ContractCaseCoreBehaviourgetRead()Defines how the ContractCase core will behave when reading (ie, verifying) a interaction of this type.ContractCaseCoreBehaviourgetWrite()Defines how the ContractCase core will behave when writing (ie, defining) an interaction of this type.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(ContractCaseCoreSetup.Builder builder)
Constructor that initializes the object based on literal property values passed by theContractCaseCoreSetup.Builder.
-
-
Method Detail
-
getRead
public final ContractCaseCoreBehaviour getRead()
Description copied from interface:ContractCaseCoreSetupDefines how the ContractCase core will behave when reading (ie, verifying) a interaction of this type.- Specified by:
getReadin interfaceContractCaseCoreSetup
-
getWrite
public final ContractCaseCoreBehaviour getWrite()
Description copied from interface:ContractCaseCoreSetupDefines how the ContractCase core will behave when writing (ie, defining) an interaction of this type.- Specified by:
getWritein interfaceContractCaseCoreSetup
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-