public class GeneratorParametersRecorder extends Object
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap<String,GeneratorParams> |
generatorParams |
| Constructor and Description |
|---|
GeneratorParametersRecorder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getClassName(byte[] bytes)
http://stackoverflow.com/questions/1649674/resolve-class-name-from-bytecode
|
static void |
register(Object generatorStrategy,
Object classGenerator,
byte[] bytes) |
public static ConcurrentHashMap<String,GeneratorParams> generatorParams
public static void register(Object generatorStrategy, Object classGenerator, byte[] bytes)
generatorStrategy - Cglib generator strategy instance that generated the bytecodeclassGenerator - parameter used to generate the bytecode with generatorStrategybytes - generated bytecodeCopyright © 2018. All rights reserved.