|
Invocation API 1.1.0.Final | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ConstructorBodyCreator | A class that can generate an overriden version of a constructor. |
MethodBodyCreator | A class that can generate an overriden version of a method. |
SerializableProxy | Serialized representation of a proxy. |
Class Summary | |
---|---|
AbstractClassFactory<T> | Base class for all class factories. |
AbstractProxyFactory<T> | A subclass factory specializing in proxy generation. |
AbstractSubclassFactory<T> | Class factory for classes that override superclass methods. |
DefaultConstructorBodyCreator | Constructor override that simply delegates to super() . |
DefaultMethodBodyCreator | A MethodBodyCreator that simply returns 0 or null depending on the methods return type |
DefaultSerializableProxy | Serialized representation of a proxy. |
MethodIdentifier | A unique identification of a method within some class or interface which is class loader-agnostic. |
ProxyConfiguration<T> | |
ProxyFactory<T> | Proxy Factory that generates proxies that delegate all calls to an InvocationHandler . |
|
Invocation API 1.1.0.Final | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |