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
I would like to register different Providers on different sub-resources, which take a precedence (have higher priority) over registration on the upper level in case of conflict.
There is no concrete information about it in the MP specification, just general information
In addition to defining providers via the client definition, interfaces may use the @RegisterProvider annotation to define classes to be registered as providers in addition to providers registered via the RestClientBuilder.
I would like to register different Providers on different sub-resources, which take a precedence (have higher priority) over registration on the upper level in case of conflict.
There is no concrete information about it in the MP specification, just general information
Resource proxy
Sub resource proxy
Expectation
will use ABCReader as MessageBodyReader.
Currently on most MP rest client implementations only registrations on the resource proxy are done.
The text was updated successfully, but these errors were encountered: