Class PathHeadersMapperTemplate<C extends BaseContext,​P,​H>

    • Constructor Detail

      • PathHeadersMapperTemplate

        public PathHeadersMapperTemplate()
    • Method Detail

      • forValidation

        public PathHeadersToValidate<P,​H> 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 ValidatedPathHeaders<P,​H> 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