net.sf.cglib
Class Mixin.Generator
java.lang.Object
net.sf.cglib.core.AbstractClassGenerator
net.sf.cglib.Mixin.Generator
- All Implemented Interfaces:
- ClassGenerator
- Enclosing class:
- Mixin
- public static class Mixin.Generator
- extends AbstractClassGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mixin.Generator
public Mixin.Generator()
getDefaultClassLoader
protected java.lang.ClassLoader getDefaultClassLoader()
- Specified by:
getDefaultClassLoader
in class AbstractClassGenerator
setAsBeans
public void setAsBeans(boolean asBeans)
setClasses
public void setClasses(java.lang.Class[] classes)
setDelegates
public void setDelegates(java.lang.Object[] delegates)
setRoute
public void setRoute(int[] route)
create
public Mixin create()
generateClass
public void generateClass(org.objectweb.asm.ClassVisitor v)
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
Copyright © 2002-2003 cglib. All Rights Reserved.