JAXB delegate plugin

JAXB XJC plugin to generate real business logic methods inside generated classes. The implementation of the methods is done by generating delegation code to a corresponding utility class or an instance delegate.

License

License

Categories

Categories

Net
GroupId

GroupId

net.codesup.util
ArtifactId

ArtifactId

jaxb-delegate-plugin
Last Version

Last Version

2.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

JAXB delegate plugin
JAXB XJC plugin to generate real business logic methods inside generated classes. The implementation of the methods is done by generating delegation code to a corresponding utility class or an instance delegate.
Project URL

Project URL

http://github.com/mklemm/jaxb-delegate-plugin
Source Code Management

Source Code Management

https://github.com/mklemm/jaxb-delegate-plugin.git

Download jaxb-delegate-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/net.codesup.util/jaxb-delegate-plugin/ -->
<dependency>
    <groupId>net.codesup.util</groupId>
    <artifactId>jaxb-delegate-plugin</artifactId>
    <version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-delegate-plugin/
implementation 'net.codesup.util:jaxb-delegate-plugin:2.5.1'
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-delegate-plugin/
implementation ("net.codesup.util:jaxb-delegate-plugin:2.5.1")
'net.codesup.util:jaxb-delegate-plugin:jar:2.5.1'
<dependency org="net.codesup.util" name="jaxb-delegate-plugin" rev="2.5.1">
  <artifact name="jaxb-delegate-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jaxb-delegate-plugin', version='2.5.1')
)
libraryDependencies += "net.codesup.util" % "jaxb-delegate-plugin" % "2.5.1"
[net.codesup.util/jaxb-delegate-plugin "2.5.1"]

Dependencies

compile (4)

Group / Artifact Type Version
net.codesup.util : jaxb-plugin-lib jar 1.7.0
org.glassfish.jaxb : jaxb-xjc-jdk9 jar 2.3.0
org.glassfish.jaxb : jaxb-runtime jar 2.3.2
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.30

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0