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