JsonMapperSourceFieldResponse

data class JsonMapperSourceFieldResponse(val fieldName: String? = null)

JsonArrayMapper source field used to describe the field from which the json array will be read.

Constructors

Link copied to clipboard
constructor(fieldName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fieldName: String? = null

Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.