]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.rest/scl/HTTP/Form.scl
Revert jersey 2.25.1 and jackson 2.8.11 back for javax.xml.bind
[simantics/platform.git] / bundles / org.simantics.scl.rest / scl / HTTP / Form.scl
1 importJava "javax.ws.rs.core.Form" where
2     data Form
3     
4     @JavaName "<init>"
5     form :: <Proc> Form
6     param :: Form -> String -> String -> <Proc> ()