Andrew O'Hara
12/17/2021, 9:14 PMxml
and json
content types available for a body in my contract meta, the sample responses aren't honoring the xml-specific jackson annotations (e.g. for element wrappers and root elements). The actual responses are fine. Presumably this is because the OpenApi3
class uses a json converter and ignores the xml annotations.
Is there any way to get this to work?dave
12/18/2021, 11:41 AMAndrew O'Hara
12/19/2021, 6:47 PM