com.googlecode.ssd-utils:bean-converter-core

BeanConverter is an efficient Java Bean to Java Bean mapper that recursively copies data from one object to another. BeanConverter rely on byte cote generation to avoid reflection at runtime.

License

License

GroupId

GroupId

com.googlecode.ssd-utils
ArtifactId

ArtifactId

bean-converter-core
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

BeanConverter is an efficient Java Bean to Java Bean mapper that recursively copies data from one object to another. BeanConverter rely on byte cote generation to avoid reflection at runtime.
Source Code Management

Source Code Management

http://code.google.com/p/ssd-utils/source/browse/tags/bean-converter-0.0.2/bean-converter-core

Download bean-converter-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-core/ -->
<dependency>
    <groupId>com.googlecode.ssd-utils</groupId>
    <artifactId>bean-converter-core</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-core/
implementation 'com.googlecode.ssd-utils:bean-converter-core:0.0.2'
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-core/
implementation ("com.googlecode.ssd-utils:bean-converter-core:0.0.2")
'com.googlecode.ssd-utils:bean-converter-core:jar:0.0.2'
<dependency org="com.googlecode.ssd-utils" name="bean-converter-core" rev="0.0.2">
  <artifact name="bean-converter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ssd-utils', module='bean-converter-core', version='0.0.2')
)
libraryDependencies += "com.googlecode.ssd-utils" % "bean-converter-core" % "0.0.2"
[com.googlecode.ssd-utils/bean-converter-core "0.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
asm : asm-all jar 3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2