Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

javax.xml.bind.UnmarshalException: unexpected element (uri:""

java xml jaxb unmarshalling

JAXB/XJC generates JAXBElement<String> rather than just String (to handle null case)

java xml jaxb xsd

Does JAXB work under Java 5?

java jaxb

Scala: jaxb or similar?

xml scala jaxb

Jaxb generated xml - problem with root element prefix

java xml jaxb

How do I specify the adapter(s) which JAXB uses for marshaling/unmarshaling data?

java xml jaxb

Can I replace jaxb.properties with code?

java xml jaxb eclipselink moxy

What package-info do I annotate with XmlJavaTypeAdapters?

java jaxb

javax.xml.bind.DatatypeConverter leaking class loaders?

java tomcat jaxb classloader

What is the difference between JAX-WS and JAXB: JAX-WS: Java API for XML Web Service JAXB: Java Architecture for XML Binding

jaxb jax-ws

PHP JAXB Equivalent

php xml jaxb

JAXB does not call setter when unmarshalling objects

What is the ObjectFactory role during JAXB-Unmarshalling?

Use Moxy as default JAXB Implementation

xml json jaxb moxy

Mapping XML to an object in Java

java xml jaxb xml-binding oxm

Error while unmarshal an XML with JAXB caused by DTD file

java xml jaxb dtd unmarshalling

Why is JAXB generateElementProperty=false not having the desired effect?

java jaxb

How do I write XML files directly to a zip archive?

java xml jaxb zip

MOXy JAXB: how to exclude elements from marshalling

jaxb eclipselink moxy

Unmarshalling a Socket's InputStream closes the Socket?