Skip to content

JAXB marshalling/unmarshalling working; marginally tested - #67

Merged
BobHanson merged 7 commits into
masterfrom
hanson1
Oct 23, 2018
Merged

JAXB marshalling/unmarshalling working; marginally tested#67
BobHanson merged 7 commits into
masterfrom
hanson1

Conversation

@BobHanson

Copy link
Copy Markdown
Owner

@XmlAccessorType
@XmlAttribute
@xmlelement
@XmlJavaTypeAdapter
@XmlRootElement
@XmlSeeAlso
@XmlType
@XmlValue

not implemented:

@xmlid, @XmlEnum, @XmlEnumValue

hansonr added 7 commits October 15, 2018 16:57
- full namespace support
- uses BigInteger for xs:integer
- correctly assigns Java primitive types in List and Map
- implements all xmlSchemas for dates
- implements @XmlAccessorType NONE fully and @XmlAccessorType FIELD with
propOrder.

- untested for implicit method access.
implemented:

@XmlAccessorType
@XmlAttribute
@xmlelement
@XmlJavaTypeAdapter
@XmlRootElement
@XmlSeeAlso
@XmlType
@XmlValue

not implemented yet:

@xmlid
@XmlEnum
@XmlEnumValue
@BobHanson
BobHanson merged commit 7948708 into master Oct 23, 2018
BobHanson added a commit that referenced this pull request Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant