requestTemplates property

Map<String, String>? requestTemplates
final

Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.

Implementation

final Map<String, String>? requestTemplates;