Transaction Stubs: Configuration¶
This page mirrors the Configuration section from Transaction Stubs.
WithRequestBodyDeserialization¶
Source file, signature, and docstring
Member
TransactionStubBuilder.WithRequestBodyDeserialization(DeserializeConfig config)
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Sets how request bodies are deserialized before the stub processor runs.
Use this method when working with the documented Mocker transaction stub builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
WithResponseBodySerialization¶
Source file, signature, and docstring
Member
TransactionStubBuilder.WithResponseBodySerialization(SerializeConfig config)
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Sets how response bodies are serialized after the stub processor runs.
Use this method when working with the documented Mocker transaction stub builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.