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.

License

License

Categories

Categories

Net
GroupId

GroupId

org.jvnet.jaxb2_commons
ArtifactId

ArtifactId

jaxb2-value-constructor
Last Version

Last Version

3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download jaxb2-value-constructor

How to add to project

<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-value-constructor/ -->
<dependency>
    <groupId>org.jvnet.jaxb2_commons</groupId>
    <artifactId>jaxb2-value-constructor</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-value-constructor/
implementation 'org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-value-constructor/
implementation ("org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0")
'org.jvnet.jaxb2_commons:jaxb2-value-constructor:jar:3.0'
<dependency org="org.jvnet.jaxb2_commons" name="jaxb2-value-constructor" rev="3.0">
  <artifact name="jaxb2-value-constructor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='jaxb2-value-constructor', version='3.0')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb2-value-constructor" % "3.0"
[org.jvnet.jaxb2_commons/jaxb2-value-constructor "3.0"]

Dependencies

provided (1)

Group / Artifact Type Version
com.sun.xml.bind : jaxb-xjc jar 2.1.13

Project Modules

There are no modules declared in this project.

Versions

Version
3.0