Class HeadersBodyToValidate<H,B>
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.service.dto.HeadersBodyToValidate<H,B>
-
- Type Parameters:
H- Headers objectB- Body object
public class HeadersBodyToValidate<H,B> extends Object
Structure that represents REST request that has Headers and Body.Xs2aValidatorwill validate the resulting object in order to check if all necessary parameters to call ASPSP API are present.