org.glassfish.pfl.dynamic.copyobject.impl
Class CodegenCopierGenerator

java.lang.Object
  extended by org.glassfish.pfl.dynamic.copyobject.impl.CodegenCopierGenerator

public class CodegenCopierGenerator
extends Object

Experimental class that generates a ClassFieldCopier using the codegen library.


Constructor Summary
CodegenCopierGenerator(String className, Class<?> classToCopy)
           
 
Method Summary
 Class<?> create(ProtectionDomain pd, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodegenCopierGenerator

public CodegenCopierGenerator(String className,
                              Class<?> classToCopy)
Method Detail

create

public Class<?> create(ProtectionDomain pd,
                       ClassLoader cl)


Copyright © 2013 Oracle. All Rights Reserved.