Uses of Class
org.glassfish.pfl.dynamic.codegen.spi.GenericClass

Packages that use GenericClass
org.glassfish.pfl.dynamic.codegen.spi   
 

Uses of GenericClass in org.glassfish.pfl.dynamic.codegen.spi
 

Methods in org.glassfish.pfl.dynamic.codegen.spi that return GenericClass
static
<T> GenericClass<T>
Wrapper._generate(Class<T> cls, Properties props)
          Return a GenericClass instance so that we can easily create an instance of the generated class.
static
<T> GenericClass<T>
Wrapper._generate(ClassGenerator cg, Class<T> cls, Properties props)
          Return a GenericClass instance so that we can easily create an instance of the generated class.
 



Copyright © 2013 Oracle. All Rights Reserved.