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