Replace factory with builder when creating operation requests/responses #886
Labels
status: blocked
Blocked on a change in an external project
type: enhancement
Enhancement that adds a new feature
Both the
OperationRequestFactory
andOperationResponseFactory
leads to unnecessary code in custom pre-processors:A possible way to simplify the request creation is to use the Builder design pattern:
The
OperationRequestBuilder
will builds the new request using the request argument fields as defaults, like aStringBuilder
.The text was updated successfully, but these errors were encountered: