Group: org.jvnet.jaxb2_commons - All Dependencies
JAXB2 Basics - Modular [jaxb-xjc] · Modular build of schema compiler (XJC) from JAXB RI
JAXB2 Commons - Fluent API Plugin · Causes JAXB RI 2 XJC to generate additional methods that allows method chaining. Method chaining is useful when building object tree in memory, allowing the code to be done in a concise way. The code that uses this plugin can still run with any JAXB2 implementation.
JAXB2 - Namespace Prefix Plugin · This plugin adds 'jakarta.xml.bind.annotation.XmlNs' annotations to 'package-info.java' file according to specific definitions in bindings.xml file. Those annotations associate namespace prefixes with XML namespace URIs.
JAXB2 Commons - Commons Lang Plugin · Causes JAXB RI 2.2 XJC to automatically generate methods for toString(), equals() and hashCode() using jakarta-commons-lang. The code that uses this plugin can still run with any JAXB2 implementation.
JAXB2 Commons - Value Constructor Plugin · Causes JAXB RI 2 XJC to generate a value constructor, where each embedded element is included as a constructor parameter. This is usedful when you want to make sure that you have handled every single possible embedded element. The plugin also generates a default (no argument) constructor, so existing code runs as expected.
JAXB2 Commons - Default Value Plugin · This plugin uses the XML schema "element" tag's "default" attribute to set default values for variables in the classes generated by JAXB.
JAXB2 Annotate Plugin Project · JAXB2 Annotate Plugin adds arbitrary annotations to Java classes generated by JAXB/XJC.
JAXB2 Basics - Project · JAXB2 Basics is a part of JAXB2 Commons project which implements plugins and tools for JAXB 2.x reference implementation.