| AbstractClassFactory |
Base class for all class factories.
|
| AbstractProxyFactory |
A subclass factory specializing in proxy generation.
|
| AbstractSubclassFactory |
Class factory for classes that override superclass methods.
|
| ConstructorBodyCreator |
A class that can generate an overriden version of a constructor.
|
| DefaultConstructorBodyCreator |
Constructor override that simply delegates to super().
|
| DefaultMethodBodyCreator |
A MethodBodyCreator that simply returns 0 or null depending on the methods return type
|
| MethodBodyCreator |
A class that can generate an overriden version of a method.
|
| MethodIdentifier |
A unique identification of a method within some class or interface which is class loader-agnostic.
|
| ProxyConfiguration |
|
| SerializableProxy |
Serialized representation of a proxy.
|