| Package | Description |
|---|---|
| org.hotswap.agent.plugin.proxy | |
| org.hotswap.agent.plugin.proxy.hscglib | |
| org.hotswap.agent.plugin.proxy.java |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProxyBytecodeTransformer
Transforms the bytecode of a new proxy definition so it is initialized on the first access of one of its methods.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProxyBytecodeTransformer |
MultistepProxyTransformer.transformer |
protected ProxyBytecodeTransformer |
AbstractProxyTransformer.transformer |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProxyBytecodeTransformer |
AbstractProxyTransformer.createTransformer()
creates a new ProxyBytecodeTransformer insatance for use in this transformer
|
protected ProxyBytecodeTransformer |
AbstractProxyTransformer.getTransformer() |
| Modifier and Type | Class and Description |
|---|---|
class |
CglibProxyBytecodeTransformer
Transforms the bytecode of a new Cglib proxy definition so it is initialized on the first access of one of its
methods.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProxyBytecodeTransformer |
CglibProxyTransformer.createTransformer() |
protected ProxyBytecodeTransformer |
CglibEnhancerProxyTransformer.createTransformer() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaProxyBytecodeTransformer
Transforms the bytecode of a new Java proxy definition so it is initialized on the first access of one of its
methods.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProxyBytecodeTransformer |
JavaProxyTransformer.createTransformer() |
Copyright © 2018. All rights reserved.