Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

How can I bundle the JAXB runtime libraries with OpenJDK 11?

JAXB Bindings File Sets @XmlElement type to String instead of XMLGregorianCalendar

java xml generics jaxb

JAXB Marshalling a variable list of elements with the same name

java xml jaxb annotations

Converting Java Object to Json using Marshaller

Is it possible to programmatically configure JAXB?

java jaxb

How generate XMLElementWrapper annotation with xjc and customized binding

java jaxb xjc

Inject JAXBContext into spring

spring jaxb code-injection

Java: Marshalling Object -- Removing extra ns2 annotation in xml

Can one validate marshalled XML with JAXB 2.0?

java validation jaxb

wsimport - Two declarations cause a collision, same line given

java xsd jaxb wsimport

Include JAXB using Maven

Customising JAX-WS prefix of a SOAP response

java soap jaxb jax-ws

javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:""). Expected elements are

java xml jaxb xjc

How to get String representation of XmlType?

java xml jaxb

JAXB compiler is binding xs:boolean to Java Boolean wrapper class, instead of boolean primitive type

java xml xsd jaxb xjc

Header Tag in XML using JAXB

java jaxb

@XmlElementWrapper for unwrapped collections

java xml jaxb

JAXB Mapping cyclic references to XML

jaxb bindingx.xml "results in too many target nodes"

xpath jaxb xsd

How do I improve performance of application that uses the JAXBContext.newInstance operation?

java xml jaxb