| Interface | Description |
|---|---|
| InstanceCreator |
Responsible for instantiating objects.
|
| MethodInvocation<T> |
Callback for method invocations on proxies.
|
| Proxifier |
Implementations of this interface are used to create Proxy instances whenever needed.
|
| SuperMethod |
Defines calls to the overriden original method.
|
| Class | Description |
|---|---|
| JavassistProxifier |
Javassist implementation for
Proxifier. |
| ObjenesisInstanceCreator |
Objenesis implementation for
InstanceCreator. |
| ReflectionInstanceCreator |
Java Reflection implementation for
InstanceCreator. |
| Exception | Description |
|---|---|
| ProxyCreationException |
Thrown when proxy creation fails.
|
| ProxyInvocationException |
Thrown when proxy invocation fails.
|
Copyright © 2013 Caelum. All Rights Reserved.