| Interface | Description |
|---|---|
| ProxyBytecodeGenerator | |
| ProxyBytecodeTransformer |
Transforms the bytecode of a new proxy definition so it can be used after redefinition
|
| ProxyTransformer |
Redefines a proxy
|
| Class | Description |
|---|---|
| AbstractProxyBytecodeTransformer |
Transforms the bytecode of a new proxy definition so it is initialized on the first access of one of its methods.
|
| AbstractProxyTransformer |
Redefines a proxy
|
| MultistepProxyTransformer |
Multistep proxy redefinition strategy.
|
| ParentLastClassLoader |
Tries to load classes by itself first.
|
| ProxyClassSignatureHelper | |
| ProxyPlugin |
Redefines proxy classes that implement or extend changed interfaces or classes.
|
| ProxyTransformationUtils | |
| RedefinitionScheduler |
Schedules a new redefiniton event for MultistepProxyTransformer
|
| ReloadJavaProxyCommand |
Joins subsequent proxy redefinition commands together and guarantee execution order
|
| SinglestepProxyTransformer |
Proxy transformations that can be done in one step
|
| Enum | Description |
|---|---|
| TransformationState |
Transformation states for multistate Proxy transformation
|
Copyright © 2018. All rights reserved.