JAXB expression evaluator plugin

JAXB Plugin to generate arbitrary methods into XJC-generated classes that evaluate expressions in any programming language on the instance of the generated target class.

License

License

Categories

Categories

Net
GroupId

GroupId

net.codesup.util
ArtifactId

ArtifactId

jaxb-expression-plugin
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

JAXB expression evaluator plugin
JAXB Plugin to generate arbitrary methods into XJC-generated classes that evaluate expressions in any programming language on the instance of the generated target class.
Project URL

Project URL

https://github.com/mklemm/jaxb-expression-plugin
Source Code Management

Source Code Management

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

Download jaxb-expression-plugin

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
net.codesup.util : jaxb-plugin-lib jar 1.2.0
org.glassfish.jaxb : jaxb-xjc Optional jar 2.2.11
org.glassfish.jaxb : jaxb-runtime Optional jar 2.2.11

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

jaxb-expression-plugin

JAXB XJC plugin to create methods that evaluate arbitrary expressions on a generated class instances.

This repository contains both the actual plugin implementation and a separate test suite. The POM in the root of the repository is a reactor project that contains both of the others.

For further information about the plugin, have a look at the plugin README

Versions

Version
1.1.1
1.1.0
1.0.0