Class MethodDelegate.Generator
java.lang.Object
org.springframework.cglib.core.AbstractClassGenerator
org.springframework.cglib.reflect.MethodDelegate.Generator
- All Implemented Interfaces:
ClassGenerator
- Enclosing class:
- MethodDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.cglib.core.AbstractClassGenerator
AbstractClassGenerator.ClassLoaderData, AbstractClassGenerator.Source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
protected Object
firstInstance
(Class type) void
protected ClassLoader
protected ProtectionDomain
Returns the protection domain to use when defining the class.protected Object
nextInstance
(Object instance) void
setInterface
(Class iface) void
setMethodName
(String methodName) void
void
setTargetClass
(Class targetClass) Methods inherited from class org.springframework.cglib.core.AbstractClassGenerator
create, generate, getAttemptLoad, getClassLoader, getClassName, getCurrent, getNamingPolicy, getStrategy, getUseCache, setAttemptLoad, setClassLoader, setContextClass, setNamePrefix, setNamingPolicy, setStrategy, setUseCache, unwrapCachedValue, wrapCachedClass
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
setTarget
-
setTargetClass
-
setMethodName
-
setInterface
-
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)
-
create
-
firstInstance
- Specified by:
firstInstance
in classAbstractClassGenerator
-
nextInstance
- Specified by:
nextInstance
in classAbstractClassGenerator
-
generateClass
- Throws:
NoSuchMethodException
-