InputMappingResponse

data class InputMappingResponse(val fieldName: String, val location: String, val methodMatch: String, val value: String)

InputMapping creates a 'virtual' property that will be injected into the properties before sending the request to the underlying API.

Constructors

Link copied to clipboard
fun InputMappingResponse(fieldName: String, location: String, methodMatch: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the field that is going to be injected.

Link copied to clipboard

The location where this mapping applies.

Link copied to clipboard

Regex to evaluate on method to decide if input applies.

Link copied to clipboard

A jsonPath expression to select an element.