Package net.sf.cglib.reflect
Class FastClass.Generator
java.lang.Object
net.sf.cglib.core.AbstractClassGenerator
net.sf.cglib.reflect.FastClass.Generator
- All Implemented Interfaces:
ClassGenerator
- Enclosing class:
- FastClass
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.cglib.core.AbstractClassGenerator
AbstractClassGenerator.ClassLoaderData, AbstractClassGenerator.Source
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final AbstractClassGenerator.Source
private Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
protected Object
firstInstance
(Class type) void
generateClass
(org.objectweb.asm.ClassVisitor v) protected ClassLoader
protected ProtectionDomain
Returns the protection domain to use when defining the class.protected Object
nextInstance
(Object instance) void
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
-
Field Details
-
SOURCE
-
type
-
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
setType
-
create
-
getDefaultClassLoader
- Specified by:
getDefaultClassLoader
in classAbstractClassGenerator
-
getProtectionDomain
Description copied from class:AbstractClassGenerator
Returns the protection domain to use when defining the class.Default implementation returns
null
for using a default protection domain. Sub-classes may override to use a more specific protection domain.- Overrides:
getProtectionDomain
in classAbstractClassGenerator
- Returns:
- the protection domain (
null
for using a default)
-
generateClass
- Throws:
Exception
-
firstInstance
- Specified by:
firstInstance
in classAbstractClassGenerator
-
nextInstance
- Specified by:
nextInstance
in classAbstractClassGenerator
-