JAXB Visitor Plugin

XJC plugin that adds the Visitor pattern to JAXB generated classes. Generates a simple Visitor interface as well as separate Traverser and sample implementations to perform depth first traversals of JAXB graphs.

License

License

GroupId

GroupId

com.massfords
ArtifactId

ArtifactId

jaxb-visitor
Last Version

Last Version

2.8
Release Date

Release Date

Type

Type

jar
Description

Description

JAXB Visitor Plugin
XJC plugin that adds the Visitor pattern to JAXB generated classes. Generates a simple Visitor interface as well as separate Traverser and sample implementations to perform depth first traversals of JAXB graphs.
Project URL

Project URL

https://github.com/massfords/jaxb-visitor
Source Code Management

Source Code Management

https://github.com/massfords/jaxb-visitor

Download jaxb-visitor

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.glassfish.jaxb : codemodel jar 2.2.11
org.glassfish.jaxb : jaxb-xjc jar 2.2.11

test (4)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 2.2.1
org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-testing jar 0.12.3
commons-io : commons-io jar 1.4
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.8
2.7
2.5
2.4
2.3
2.2
2.1
2.0
1.13
1.12
1.11
1.10
1.9