Class FunctionExecutionExample.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.contract_testing.contractcase.definitions.interactions.functions.FunctionExecutionExample.Jsii$Proxy
-
- All Implemented Interfaces:
FunctionExecutionExample,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FunctionExecutionExample
@Stability(Stable) @Internal public static final class FunctionExecutionExample.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FunctionExecutionExample
An implementation forFunctionExecutionExample
-
-
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.functions.FunctionExecutionExample
FunctionExecutionExample.Builder, FunctionExecutionExample.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FunctionExecutionExample.Builder builder)Constructor that initializes the object based on literal property values passed by theFunctionExecutionExample.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)List<Object>getArguments()An array of expected function arguments (or test equivalence matchers for those arguments).StringgetFunctionName()The name of the function to be executed.ObjectgetReturnValue()A test equivalence matcher for the return value from this function.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(FunctionExecutionExample.Builder builder)
Constructor that initializes the object based on literal property values passed by theFunctionExecutionExample.Builder.
-
-
Method Detail
-
getArguments
public final List<Object> getArguments()
Description copied from interface:FunctionExecutionExampleAn array of expected function arguments (or test equivalence matchers for those arguments).- Specified by:
getArgumentsin interfaceFunctionExecutionExample
-
getFunctionName
public final String getFunctionName()
Description copied from interface:FunctionExecutionExampleThe name of the function to be executed.Doubles as the handle used by registerFunction.
- Specified by:
getFunctionNamein interfaceFunctionExecutionExample
-
getReturnValue
public final Object getReturnValue()
Description copied from interface:FunctionExecutionExampleA test equivalence matcher for the return value from this function.- Specified by:
getReturnValuein interfaceFunctionExecutionExample
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-