Skip to content

remove superfluous parameters at the mapping stage #327

Closed
@richard-melvin

Description

@richard-melvin

The mapping.yaml file currently allows adding extra parameters, e.g. a HttpServletRequest ..

For the client side in particukar, tt would also be usefult to generate interfaces in which named parameters coudl be dropped. These might represent common settings that are instead set by confiiguration or during initialisation, rathee than as part of each call, or just optional parameters the client does not send.

For example, something like:

map:
   parameters:
   - remove: traceLevel 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions