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

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-example
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-example

Download bean-converter-example

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.googlecode.ssd-utils : bean-converter-core jar 0.0.2
org.springframework : spring-core jar 3.0.4.RELEASE
org.springframework : spring-beans jar 3.0.4.RELEASE
org.springframework : spring-context jar 3.0.4.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2