transmorph

Java library to convert a Java object of one type into an object of another type (with another signature, possibly parameterized).

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.transmorph
ArtifactId

ArtifactId

transmorph
Last Version

Last Version

3.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

transmorph
Java library to convert a Java object of one type into an object of another type (with another signature, possibly parameterized).
Project URL

Project URL

https://github.com/cchabanois/transmorph/wiki
Project Organization

Project Organization

EntropySoft
Source Code Management

Source Code Management

https://github.com/cchabanois/transmorph

Download transmorph

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

transmorph v3.1.3

Build Status

Cédric Chabanois, cchabanois at gmail com

Introduction

Welcome to transmorph! Transmorph is a free java library used to convert a Java object of one type into an object of another type (with another signature, possibly parameterized).

Transmorph is licensed under the terms of Apache License Version 2.0. A copy of the licence is included in the distribution.

Please note that transmorph is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the licence for details.

Documentation

See documentation on transmorph wiki

Dependencies

Transmorph has the following dependencies:

(a) JDK 1.5 or higher

Versions

Version
3.1.3
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.2.2