Registry / serialization / org-eclipse-persistence-moxy

org-eclipse-persistence-moxy

JSON →
library5.0.0javamavenunverified

Provides JAXB and JSON binding capabilities as part of the EclipseLink persistence framework.

<dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.moxy</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-PERSIS
O
org-eclipse-persistence-moxy
serializationjavav5.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JAXBContextFactory
org.eclipse.persistence.jaxb.JAXBContextFactory

Creates a JAXB context for marshalling/unmarshalling.

import org.eclipse.persistence.jaxb.JAXBContextFactory; import javax.xml.bind.JAXBContext; public class Example { public static void main(String[] args) throws Exception { JAXBContext context = JAXBContextFactory.createContext(new Class[]{MyClass.class}, null); } }
Debug
Known issues
gotchaMOXy is not the default JAXB provider in Java 9+; may require explicit setup.
fix
Add jaxb.properties file or use system property to set MOXy as provider.
affects: >=5.0.0
Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-eclipse-persistence-moxy — mvn dependency:get org-eclipse-persistence-moxy · libregistry