-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
proposalProposed Specification or API changeProposed Specification or API changewaiting for votesEnhancements or changes proposed that need more support before considerationEnhancements or changes proposed that need more support before consideration
Description
For now working with response scan be do via two ways:
import feign.Response
@RequestLine("GET /dtos")
public MyDto dtos()
@RequestLine("GET /dtos")
public Response dtos()
But what if I need both headers and MyDto parsed? I think it is better to have an additional class like ResponseTyped which is the same as Response but instead of body has MyDto parsed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
proposalProposed Specification or API changeProposed Specification or API changewaiting for votesEnhancements or changes proposed that need more support before considerationEnhancements or changes proposed that need more support before consideration