Problem
Thin generated services need a way to project an operation's inputs into headers/query/path/body that feeds our context chain.
Proposed change
Define a small OperationParams SPI exposing header/query/path/body projections that populate DispatchContext/RequestContext and our Headers/QueryParams. Public and explicit-API-clean (no underscore pseudo-privacy).
Acceptance
Depends on the QueryParams work. Precondition for thin services + typed paging.
Dependencies
Priority: high · Effort: small
Problem
Thin generated services need a way to project an operation's inputs into headers/query/path/body that feeds our context chain.
Proposed change
Define a small
OperationParamsSPI exposing header/query/path/body projections that populateDispatchContext/RequestContextand ourHeaders/QueryParams. Public and explicit-API-clean (no underscore pseudo-privacy).Acceptance
OperationParamsSPIDepends on the QueryParams work. Precondition for thin services + typed paging.
Dependencies
Priority: high · Effort: small