# Functions
DestTransformerHandler returns an empty response.
ErrorTransformerHandler mirrors the request payload in the response but uses an error status code.
NewBuilder returns a new test transformer Builder.
RESTJSONDestTransformerHandler transforms the request payload into a REST JSON destination request using the original message as the payload.
ViolationErrorTransformerHandler mirrors the request payload in the response but uses an error status code along with the provided validation errors.
WarehouseTransformerHandler mirrors the request payload in the response but uses an error, status code along with warehouse compatible output.
# Variables
EmptyTransformerHandler returns an empty response.
MirroringRouterTransformerHandler mirrors the router request payload in the response.
MirroringTransformerHandler mirrors the request payload in the response.
# Type aliases
RouterTransformerHandler is a function that takes a router transformer request and returns a response.
TransformerHandler is a function that takes a transformer request and returns a response.