| Package | Description |
|---|---|
| org.hotswap.agent.plugin.proxy.hscglib |
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap<String,GeneratorParams> |
GeneratorParametersRecorder.generatorParams |
| Modifier and Type | Method and Description |
|---|---|
static GeneratorParams |
GeneratorParametersTransformer.getGeneratorParams(ClassLoader loader,
String name)
Retrieves GeneratorParams from within a ClassLoader
|
static GeneratorParams |
GeneratorParams.valueOf(Object paramsFromOtherClassLoader)
Return an instance in this classloader
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CglibEnhancerProxyTransformer.transform(Class<?> classBeingRedefined,
ClassPool classPool,
byte[] classfileBuffer,
ClassLoader loader,
GeneratorParams params) |
static byte[] |
CglibProxyTransformer.transform(Class<?> classBeingRedefined,
ClassPool classPool,
byte[] classfileBuffer,
GeneratorParams params) |
| Constructor and Description |
|---|
CglibEnhancerProxyBytecodeGenerator(GeneratorParams param,
ClassLoader classLoader) |
CglibEnhancerProxyTransformer(Class<?> classBeingRedefined,
ClassPool classPool,
byte[] classfileBuffer,
ClassLoader loader,
GeneratorParams params) |
CglibProxyBytecodeGenerator(GeneratorParams params) |
CglibProxyTransformer(Class<?> classBeingRedefined,
ClassPool classPool,
byte[] classfileBuffer,
GeneratorParams params) |
Copyright © 2018. All rights reserved.