| Package | Description |
|---|---|
| org.hotswap.agent.plugin.proxy | |
| org.hotswap.agent.plugin.proxy.hscglib | |
| org.hotswap.agent.plugin.proxy.java |
| Modifier and Type | Field and Description |
|---|---|
protected ProxyBytecodeGenerator |
MultistepProxyTransformer.generator |
protected ProxyBytecodeGenerator |
AbstractProxyTransformer.generator |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProxyBytecodeGenerator |
AbstractProxyTransformer.createGenerator()
creates a new ProxyBytecodeGenerator insatance for use in this transformer
|
protected ProxyBytecodeGenerator |
AbstractProxyTransformer.getGenerator() |
| Modifier and Type | Class and Description |
|---|---|
class |
CglibEnhancerProxyBytecodeGenerator
Creates new bytecode for a Cglib Enhancer proxy.
|
class |
CglibProxyBytecodeGenerator
Creates new bytecode for a Cglib proxy.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProxyBytecodeGenerator |
CglibProxyTransformer.createGenerator() |
protected ProxyBytecodeGenerator |
CglibEnhancerProxyTransformer.createGenerator() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaProxyBytecodeGenerator
Creates a new bytecode for a Java proxy.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProxyBytecodeGenerator |
JavaProxyTransformer.createGenerator() |
Copyright © 2018. All rights reserved.