Hi Julien, as of yet, no, there aren't any such POJOs... I've been considering adding something like that to help with configuration of embedded brokers (i.e. you could first construct a configuration using POJOs and pass that object into some sort of Broker constructor for your embedded broker)... but I've not yet had time to do anything about it... I'd probably try to generate the code from the annotations on the model object interfaces to make sure they were always kept in sync with the underlying objects.
Somewhat related I'm also looking at trying to generate a Swagger schema automatically from the object definitions which could then be used generate client APIs to use the REST interface ( https://issues.apache.org/jira/browse/QPID-7103) -- Rob On 4 March 2016 at 11:47, Julien Charon <[email protected]> wrote: > Hi, > > > I'm currently developing a java client that accesses the java broker's > REST API, mainly to manage queues. Now I'm wondering if there already are > some java classes that can be used to serialise / deserialise the json > configuration e.g. with jackson. If so, it would be nice to be able to > reuse them by using the jar they are contained in. Any help on that would > be appreciated. > > > Best regards, > Julien > > Avitech GmbH > Engineering AxL > Tel.: +49 (0)7541/282-177 > Fax: +49 (0)7541/282-199 > e-mail: [email protected]<mailto:[email protected]> > ________________________________________________ > Avitech GmbH > Principal Office: Bahnhofplatz 1 | 88045 Friedrichshafen | Germany > Court Registration: Amtsgericht Ulm | HRB 728293 > Geschäftsführer/Managing Director: Jon Joseba Goyarzu Caño > http://avitech.aero<http://avitech.aero/> > > This message may contain confidential information and is intended only for > the individual named. If you are not the named addressee you should not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately by e-mail if you have received this e-mail by mistake and > delete this e-mail from your system. > >
