We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some folks are still interested in consuming and exposing XML APIs.
We should add an optional module for this based off https://github.com/FasterXML/jackson-dataformat-xml
This would involve adding a XmlCodec (equivalent to JsonCodec) and beans for the XmlMapper etc.
XmlCodec
JsonCodec
XmlMapper
The text was updated successfully, but these errors were encountered:
Pending on this: FasterXML/jackson-dataformat-xml#260
Sorry, something went wrong.
The configuration:jackson-xml project and a basic version to produce XML is in this branch: https://github.com/micronaut-projects/micronaut-core/commits/issue-275-xml
configuration:jackson-xml
Closed by https://github.com/micronaut-projects/micronaut-jackson-xml
No branches or pull requests
Some folks are still interested in consuming and exposing XML APIs.
We should add an optional module for this based off https://github.com/FasterXML/jackson-dataformat-xml
This would involve adding a
XmlCodec
(equivalent toJsonCodec
) and beans for theXmlMapper
etc.The text was updated successfully, but these errors were encountered: