Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

How to treat exception thrown by setter on JAXB automatic unmarshal from request body?

javax.xml.bind.MarshalException - with linked exception: [javax.xml.bind.JAXBException: class ** nor any of its super class is known to this context

java web-services jaxb

Using Guava's Optional with @XmlAttribute

java xml jaxb guava

Spring @RequestBody Override

java json spring post jaxb

JaxB adds undescore(_) when generating Enumerations from XSD

How to specify JAXBContext implementation in weblogic 12.1.3

xml jaxb weblogic

Jaxb marshaller setproperty XSLT throws PropertyException

java xml jaxb

JAXB english comments in generated file

maven jaxb xjc

How to convert a ZipPath to File?

java path jaxb

JAXB marshalling declared parent class vs. actual runtime subclass

java jaxb subclass

Unmarshaller and schema in JAXB

java xsd jaxb

Who is using XML Schema 1.1 version? Which parser versions support it? etc

soap xsd wsdl jaxb xmlbeans

JAXB annotation for class hierarchy

java xml jaxb

Which Java JSON libraries make good reuse of JAXB annotations? [closed]

java json jaxb

Unmarshalling XML using JAXB

java xml jaxb

"Versioning" JAXB object?

jaxb

JAX-B - How to map a schema element to an existing Java class [duplicate]

java jaxb

How do you get the unmarshaller in JAXB to ignore the XML root element name?

java xml jaxb fxg

What are the consequences of a JAXB object not implementing serializable?

java jaxb serializable

Pass a HashMap<String,Object> over SOAP using JAXB

java soap jaxb schema wsdl2java