net.sf.cglib.beans
Class BulkBean.Generator
java.lang.Object
net.sf.cglib.core.AbstractClassGenerator
net.sf.cglib.beans.BulkBean.Generator
- All Implemented Interfaces:
- ClassGenerator
- Enclosing class:
- BulkBean
public static class BulkBean.Generator
- extends AbstractClassGenerator
| Methods inherited from class net.sf.cglib.core.AbstractClassGenerator |
create, getAttemptLoad, getClassLoader, getClassName, getCurrent, getNamingPolicy, getStrategy, getUseCache, setAttemptLoad, setClassLoader, setNamePrefix, setNamingPolicy, setStrategy, setUseCache |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BulkBean.Generator
public BulkBean.Generator()
setTarget
public void setTarget(Class target)
setGetters
public void setGetters(String[] getters)
setSetters
public void setSetters(String[] setters)
setTypes
public void setTypes(Class[] types)
getDefaultClassLoader
protected ClassLoader getDefaultClassLoader()
- Specified by:
getDefaultClassLoader in class AbstractClassGenerator
create
public BulkBean create()
generateClass
public void generateClass(org.objectweb.asm.ClassVisitor v)
throws Exception
- Throws:
Exception
firstInstance
protected Object firstInstance(Class type)
- Specified by:
firstInstance in class AbstractClassGenerator
nextInstance
protected Object nextInstance(Object instance)
- Specified by:
nextInstance in class AbstractClassGenerator
Copyright © 2012 Oracle Corporation. All Rights Reserved.