| Interface | Description |
|---|---|
| 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 |
|---|---|
| CDIProxies |
Utility class to work with CDI proxies, allowing us to get objects without weld proxies.
|
| JavassistProxifier |
Javassist implementation for
Proxifier. |
| Exception | Description |
|---|---|
| ProxyCreationException |
Thrown when proxy creation fails.
|
| ProxyInvocationException |
Thrown when proxy invocation fails.
|
Copyright © 2014 Caelum. All rights reserved.