net.sf.cglib.beans
Class BeanCopier

java.lang.Object
  extended bynet.sf.cglib.beans.BeanCopier

public abstract class BeanCopier
extends java.lang.Object

Author:
Chris Nokleberg

Nested Class Summary
static class BeanCopier.Generator
           
 
Constructor Summary
BeanCopier()
           
 
Method Summary
abstract  void copy(java.lang.Object from, java.lang.Object to, Converter converter)
           
static BeanCopier create(java.lang.Class source, java.lang.Class target, boolean useConverter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanCopier

public BeanCopier()
Method Detail

create

public static BeanCopier create(java.lang.Class source,
                                java.lang.Class target,
                                boolean useConverter)

copy

public abstract void copy(java.lang.Object from,
                          java.lang.Object to,
                          Converter converter)


Copyright © 2002-2003 cglib. All Rights Reserved.