Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

Generate a XSD from a JAXB-annotated class without using File

java xml jaxb xsd

Inserting links into RESTEasy XML results via JAXB

how to remove javadoc with IntelliJ IDEA

Is JAXB worth it for a handful of small POJOs?

java web-services jaxb

Convert xs:string to java.util.UUID in jaxb

java xsd jaxb uuid

Does JAXB uses SAX or DOM internally?

xml jaxb

json with Jersey: NoClassDefFoundError

JAXB @XmlAdapter for arbitrary XML

java xml jakarta-ee dom jaxb

Unable to generate java.util.Calendar from xsd - getting XmlGregorianCalendar

jaxb xsd wsdl cxf

Can a part of XML be marshalled using JAXB (or JAXB + StAX)?

java xml parsing jaxb stax

How to unmarshal xml message with bad parent/child model

jaxb jax-rs

XSD Formatting <element><complexType> vs <complexType/><element/>

xsd jaxb

Dealing with poorly designed XML with JAXB

java jaxb

JAXB location in file for unmarshalled objects

java jaxb

Marshaling a long primitive type using JAXB

java jaxb

Partial-unmarshalling with JAXB

xml binding jaxb xjc

If a class has @XmlElement property, it cannot have @XmlValue property

java xml jaxb

how to force schema compiled classes to extend specific class outside schema

class jaxb schema extend

How to serialize HashTable<String, String> to XML using JAXB?

java xml jaxb hashtable

JAXB to JSON using JACKSON

java json spring jaxb