Last Version

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

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
Version

Version

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


<!-- 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.