Group: Jvnet JAXB2 Commons
1.JAXB2 Commons Fluent API Plugin54 usages
org.jvnet.jaxb2_commons » jaxb2-fluent-api Apache
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.
Last Release on Mar 29, 2011
2.JAXB2 Namespace Prefix Plugin17 usages
org.jvnet.jaxb2_commons » jaxb2-namespace-prefix Apache
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.
Last Release on Dec 10, 2021
3.JAXB2 Commons Value Constructor Plugin40 usages
org.jvnet.jaxb2_commons » jaxb2-value-constructor Apache
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.
Last Release on Mar 29, 2011
4.JAXB2 Commons Commons Lang Plugin30 usages
org.jvnet.jaxb2_commons » jaxb2-commons-lang Apache
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.
Last Release on Mar 16, 2014
5.JAXB2 Commons Default Value Plugin22 usages
org.jvnet.jaxb2_commons » jaxb2-default-value Apache
This plugin uses the XML schema "element" tag's "default" attribute to set default values for variables in the classes generated by JAXB.
Last Release on Sep 24, 2011