You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…uests and responses
The intent of this change is to provide a better api to work with, dispensing repeated code from the factories
Fixesspring-projectsgh-886
While this is quite a low-level API that many people won't touch, I can see the value in making it more concise and easier to use. Before doing so, I'd like the outcome of #733 to be decided.
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: