added ErrorDecoder example with nested Decoder#195
Conversation
|
NetflixOSS » feign » feign-pull-requests #65 SUCCESS |
|
NetflixOSS » feign » feign-pull-requests #66 SUCCESS |
There was a problem hiding this comment.
would be neat if this could extend RuntimeException, that would save some boilerplate in the example.. is that possible to make without gson getting complicated?
There was a problem hiding this comment.
noto sure about gson. with jackson it would be just about annotating the constructor. but the JacksonDecoder needs some configuration as it won't use non-public fields by default.
There was a problem hiding this comment.
There was a problem hiding this comment.
I already had a quick shot at it without success. I haven't had the time to go into details though.
|
Looks good. can you squash into a single commit with the following message
I know.. added vs adds :) Just that "this commit " + works better with that tense. |
|
done |
|
NetflixOSS » feign » feign-pull-requests #67 SUCCESS |
added ErrorDecoder example with nested Decoder
|
Thanks! |
added ErrorDecoder example with nested Decoder
as discussed in #194