Class PathHeadersBodyMapperTemplate<C extends BaseContext,​P,​H,​V,​B>

    • Constructor Detail

      • PathHeadersBodyMapperTemplate

        public PathHeadersBodyMapperTemplate()
    • Method Detail

      • forValidation

        public PathHeadersBodyToValidate<P,​H,​V> forValidation​(C context)
        Converts context object into object that can be used for validation.
        Parameters:
        context - Context to convert
        Returns:
        Validatable object that can be used with Xs2aValidator to check if all necessary parameters are present
      • forExecution

        public ValidatedPathHeadersBody<P,​H,​B> forExecution​(C context)
        Converts context object into object that can be used for ASPSP API call.
        Parameters:
        context - Context to convert
        Returns:
        Object that can be used with Xs2aAdapter to perform ASPSP API calls