users@jaxb.java.net

Re: how to create objects instead of primitives

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Tue, 15 Jul 2008 09:17:28 +0200

use customizations:
http://java.sun.com/webservices/docs/1.5/tutorial/doc/JAXBUsing4.html

On Tue, Jul 15, 2008 at 10:12 AM, Shahar Valdman
<Shahar.Valdman_at_modelity.com> wrote:
> Hi everyone,
>
>
>
> I am having an issue with instructing JAXB to generate java classes without
> using primitives (I would like jaxb not to create double, but Double etc). I
> noticed it's possible to set parse and print methods for those primitives,
> but it leads to undesirable results, involving adapters..
>
> Is that somehow possible to inform JAXB not to use primitives?
>
>
>
> Thanks,
>
> Shahar.valdman_at_modelity.com
>
>