I don’t know what library I should include to be able to use @PartType("application/json") annotation when outputing multipart/mixed data with resteasy.
I don’t know what library I should include to be able to use @PartType(application/json)
Share
If you’re using maven, add this dependency to your pom.xml:
If you’re not using maven, add the resteasy-multipart-provider-2.2.1.GA.jar to your classpath.