Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

JAXB - Possible to make an optional attribute required if another optional attribute is set?

java xml jaxb

how do i set value of a Jaxb XMLelement?

jaxb

Trying to unmarshal xml using jaxb

java eclipse xsd jaxb

How to avoid nested for-each loops?

java xml jaxb

Jaxb marshalling with custom annotations

java xml jaxb

How to ignore (efficiently) most part of an XML structure when unmarshalling with JAXB?

java xml jaxb unmarshalling

marshaling java objects instantiated from classes which implement interfaces with JAXB

java xml eclipse interface jaxb

How do I marshal a JAXB object to XOM?

java xml jaxb xom

JAXB marshalling in WebSphere 8.5.5.3 results in elements from an interface in the SOAP response XML

I want to convert an Object with a java.time.Localdate (JSR-310) to XML via JAXB but the output is wrong

java xml jaxb java-8 java-time

Why is my List not serialized in JAXB?

JAXB marshall an object which has a java.lang.Object field

java jaxb

How to print custom sequence of tag using jackson databind lib in java?

java xml jackson jaxb

xs:any in xs:all tag for xsd

java xml jaxb xsd

In JAXB, Why does some elements generate with the Long datatype, and others with the long datatype when minOccurs is defined?

java xsd jaxb

org.apache.camel.InvalidPayloadException: No body available of type error thrown while unMarshalling Jaxb Object

jaxb rabbitmq apache-camel

JAXB difference between @XmlSchemaType(name="normalizedString") and @XmlJavaTypeAdapter(NormalizedStringAdapter.class)

jaxb