org.logicalcobwebs.cglib.reflect
Class FastClass.Generator
java.lang.Object
org.logicalcobwebs.cglib.core.AbstractClassGenerator
org.logicalcobwebs.cglib.reflect.FastClass.Generator
- All Implemented Interfaces:
- ClassGenerator
- Enclosing class:
- FastClass
public static class FastClass.Generator
- extends AbstractClassGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCE
private static final AbstractClassGenerator.Source SOURCE
type
private java.lang.Class type
FastClass.Generator
public FastClass.Generator()
setType
public void setType(java.lang.Class type)
create
public FastClass create()
getDefaultClassLoader
protected java.lang.ClassLoader getDefaultClassLoader()
- Specified by:
getDefaultClassLoader
in class AbstractClassGenerator
generateClass
public void generateClass(ClassVisitor v)
throws java.lang.Exception
- Throws:
java.lang.Exception
firstInstance
protected java.lang.Object firstInstance(java.lang.Class type)
- Specified by:
firstInstance
in class AbstractClassGenerator
nextInstance
protected java.lang.Object nextInstance(java.lang.Object instance)
- Specified by:
nextInstance
in class AbstractClassGenerator