You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public class TestObject {
20
20
With on line of code:
21
21
22
22
```
23
-
String form = writer.write(new TestObject());
23
+
final String form = writer.write(new TestObject());
24
24
```
25
25
26
26
Yes. Yes it would. Oh and there's a JAX-RS integration: MessageBodyReader and MessageBodyWriter that produces/consumes `application/x-www-form-urlencoded`!
0 commit comments