Description:
Support for Xmappr
|
|
|
complex XML to Java-JSON transformation needed
|
| |
Hi,
I posted a question today before this one, and thanks for your quick
answer Peter Knego
I tried all the 4 points you advised me, but it still get errors. So I
have no other way than to present my problem:
I have a Javascript validation framework which needs to be configured
using JSON objects.... more »
|
|
Shocking Celebs Clips !
|
| |
Entirely free SHOKING video clips collected and posted from users all over the Net. Chelsea Handler, Lanre Idewu, Richie Keen, and more! [link]
|
|
Selective mapping
|
| |
Hi! I have a tiny problem :-) this is for the sake of the argument my xml: <root> <subroot> <item/> </subroot> <subroot2> <item id="one" val="true"/> <item id="two" val="true"/> <item id="three" val="false"/> </subroot2> </root> Currently I'm mapping an entire list of items, but is there a way for... more »
|
|
Drunk Politics
|
| |
Oho-ho Big collection of small fun videos with drunk political leaders. Its really fun! [link]
|
|
Released: Xmappr 0.9.3
|
| |
Hi, Xmappr 0.9.3 has been just released. This was quite a busy release as code base has grown by about 2k lines in about 10 days. The most notable feature is mapping to custom accessor methods (getters/setters) for JavaBeans and other classes that have private fields. Now @Element and other annotations can be used on methods.... more »
|
|
Handling character encoding in xmappr
|
| |
Is it possible to use xmappr with xml documents that have non ascii characters? like arabic or any other languages? Is there any means to set the character encoding when reading the document?
|
|
including a collection into a parent element
|
| |
Hello I am mapping a collection through the code: @Element(targetType=Conversati on.class, name="Conversation") private Set<Conversation> conversationsCollection; which produces: <Conversation> <srcDestination>Anywhere2</src Destination> <srcApprovalStatus>APP</srcApp rovalStatus> </Conversation> <Conversation>... more »
|
|
how to annotate/convert an interface?
|
| |
Hi, I'm trying to use xmappr to generate XML for a simple class which has a field that has an interface type. It's a bit like this: @RootElement public class Bowl { @Element private final Fruit pieceOfFruit; ... where Fruit is an interface and pieceOfFruit contains an instance of a class that implements it such as Apple or Orange which have their own... more »
|
|
Mapping XML elements and XML text to a Collection
|
| |
Hi, I'm currently trying to map some xml in the following format: <div><strong>Formatted Text</strong>unformatted text</div> I've tried the suggested technique of mapping the object: @RootElement("div") class Root{ @Element(name="strong", targetType=String.class) @Text List<String> elements;... more »
|
|
|