Class 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. Xs2aValidator will validate the resulting object in order to check if all necessary parameters to call ASPSP API are present.
    • Constructor Detail

      • PathHeadersToValidate

        public PathHeadersToValidate()