Package net.sf.cglib.beans
Class ImmutableBean.Generator
- java.lang.Object
-
- net.sf.cglib.core.AbstractClassGenerator
-
- net.sf.cglib.beans.ImmutableBean.Generator
-
- All Implemented Interfaces:
ClassGenerator
- Enclosing class:
- ImmutableBean
public static class ImmutableBean.Generator extends AbstractClassGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.cglib.core.AbstractClassGenerator
AbstractClassGenerator.ClassLoaderData, AbstractClassGenerator.Source
-
-
Constructor Summary
Constructors Constructor Description Generator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcreate()protected ObjectfirstInstance(Class type)voidgenerateClass(org.objectweb.asm.ClassVisitor v)protected ClassLoadergetDefaultClassLoader()protected ProtectionDomaingetProtectionDomain()Returns the protection domain to use when defining the class.protected ObjectnextInstance(Object instance)voidsetBean(Object bean)-
Methods inherited from class net.sf.cglib.core.AbstractClassGenerator
create, generate, getAttemptLoad, getClassLoader, getClassName, getCurrent, getNamingPolicy, getStrategy, getUseCache, setAttemptLoad, setClassLoader, setNamePrefix, setNamingPolicy, setStrategy, setUseCache, unwrapCachedValue, wrapCachedClass
-
-
-
-
Method Detail
-
setBean
public void setBean(Object bean)
-
getDefaultClassLoader
protected ClassLoader getDefaultClassLoader()
- Specified by:
getDefaultClassLoaderin classAbstractClassGenerator
-
getProtectionDomain
protected ProtectionDomain getProtectionDomain()
Description copied from class:AbstractClassGeneratorReturns the protection domain to use when defining the class.Default implementation returns
nullfor using a default protection domain. Sub-classes may override to use a more specific protection domain.- Overrides:
getProtectionDomainin classAbstractClassGenerator- Returns:
- the protection domain (
nullfor using a default)
-
create
public Object create()
-
generateClass
public void generateClass(org.objectweb.asm.ClassVisitor v)
-
firstInstance
protected Object firstInstance(Class type)
- Specified by:
firstInstancein classAbstractClassGenerator
-
nextInstance
protected Object nextInstance(Object instance)
- Specified by:
nextInstancein classAbstractClassGenerator
-
-