Group: org.andromda.thirdparty.jaxb2_commons - All Dependencies
JAXB2 @XmlElementWrapper Plugin · When generating XML schema from Java source code using the schemagen tool a common approach is to use the @XmlElementWrapper and @XmlElement annotations to handle schema generation for collections. However, when generating Java source from a schema using the xjc tool the resulting code is not created with these annotations. Instead, the generated Java source contains "injected" inner classes to accommodate the collection of elements contained within an element.
JAXB2 Fluent API Plugin · Causes JAXB RI 2.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 Interface Insertion Plugin · This plugin inserts implements interface, into the class header of generated classes, according to customization extensions. This lets you process XML content nodes not only by class but also by interface. This simplifies the handling of field subsets common to different schema types.
JAXB2 Default Value Plugin · This is an XJC plugin to set default values in the XJC generated classes based on the default attribute to <xs:element>. Note that JAXB handles defaults for <xs:attribute> natively, so this plugin is not necessary for an attribute default. The plugin is particularly useful while generating Value Objects for a user interface from an XML schema. User interface tags such as the Struts HTML tags use reflection on bean properties to render themselves, so it is often useful to have a set of sensible defaults set in the Java Beans mapping to the user interface themselves.
JAXB2 jakarta-commons-lang Plugin · There is now an xjc plugin that automatically generates the toString(), hashCode() and equals(Object) methods using jakarta-common-lang's ToStringBuilder, HashCodeBuilder and EqualsBuilder
JAXB2 Simple regenerator XJC plugin · Allow you to write add some code into the generated code, and have XJC preserve them.
JAXB2 Listener-injector JAXB XJC plugin · XJC plugin to generate bound and constained JavaBeans properties of the JAXB Bindinds
JAXB2 Commons · JAXB2 Commons include tools and plugins for the reference implementation of JAXB2
JAXB2 Commons · JAXB2 Commons Plugins, from Sun Glassfish Metro JAXB2 Commons projects
JAXB2 JMX plugin · JMX plugin for the XJC compiler that will inject some JMX specific code into the Java Beans
JAXB2 XJC Parent Pointer Plugin · A plugin that adds parent pointers to classes generated by xjc.