Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

jaxb generating files with maven in wrong encoding

java xml maven jaxb xsd

jaxb2-maven-plugin with external XSD dependencies

XJC External binding file always fails

java jaxb xjc

How to map a list of object for JAXB?

java jaxb unmarshalling

How to ignore some tags in XML in Jaxb

java xml jaxb

Is having an XSD considered good practice when passing XML marshalled objects across the wire?

xml xsd schema 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?