Class PathHeadersBodyToValidate<P,​H,​B>

  • Type Parameters:
    P - Path parameter object.
    H - Headers object
    B - Body object

    public class PathHeadersBodyToValidate<P,​H,​B>
    extends Object
    Structure that represents REST request that has Path parameter, Headers and Body. Xs2aValidator will validate the resulting object in order to check if all necessary parameters to call ASPSP API are present.
    • Constructor Detail

      • PathHeadersBodyToValidate

        public PathHeadersBodyToValidate()