Last Version

Bean Converter 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
Version

Version

0.0.2
Type

Type

pom
Description

Description

Bean Converter
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

Download bean-converter 0.0.2

Filename Size
bean-converter-0.0.2.pom 2 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • bean-converter-core
  • bean-converter-example
  • bean-converter-springfactory
  • bean-converter-asmifier