Package | Description |
---|---|
org.glassfish.pfl.dynamic.codegen.spi |
Modifier and Type | Method and Description |
---|---|
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 © 2017 Oracle. All rights reserved.