Hey,
I'm tweaking an XStream output, and I get the following:
<entry>
<string>ahh</string>
<java-class>java.lang.Integer</java-class>
</entry>
So I try to create an alias for java.lang.Integer.class... Doesn't work. I made aliases for many other classes and it works just fine. I also tried to alias int.class
; no luck.
What's the trick?
Thanks!