Package org.swisspush.gateleen.delegate
Class DelegateRequest
- java.lang.Object
-
- org.swisspush.gateleen.delegate.DelegateRequest
-
public class DelegateRequest extends Object
Container class holding a request asJsonObjectand an optionalJoltSpecfor payload transformation.- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description DelegateRequest(io.vertx.core.json.JsonObject request, org.swisspush.gateleen.core.json.transform.JoltSpec joltSpec, org.swisspush.gateleen.core.http.HeaderFunction headerFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.swisspush.gateleen.core.http.HeaderFunctiongetHeaderFunction()org.swisspush.gateleen.core.json.transform.JoltSpecgetJoltSpec()io.vertx.core.json.JsonObjectgetRequest()
-