Class QueryHeadersMapperTemplate<C extends BaseContext,​Q,​H>

    • Constructor Detail

      • QueryHeadersMapperTemplate

        public QueryHeadersMapperTemplate()
    • Method Detail

      • forValidation

        public QueryHeadersToValidate<Q,​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 ValidatedQueryHeaders<Q,​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