Top "Jaxbelement" questions

Java EE JAXB representation of an Xml Element.

JAXB generate nillable = "true" from java

it this a bug? I need nillable = "true" in my xsd schema. The only way to generate such an element …

java jaxb xml-nil jaxbelement
JAXB avoid JAXBElement<?>

I want to generate Java classes with JAXB from a XSD file. The problem is, that I always get a …

jaxb xsd jaxbelement
How to JSON-marshal JAXBElement-wrapped responses without the JAXBElement wrapper?

I have an http service that is using Spring (v4.0.5). Its http endpoints are configured using Spring Web MVC. The …

java json spring jackson jaxbelement
Convert string to JAXBElement using Java

I'm having some issue while converting String object to JAXBElement string object where I need to set this one This …

java jaxbelement