public interface Enhancer
| Modifier and Type | Method and Description |
|---|---|
byte[] |
enhance(String className,
byte[] originalBytes)
Performs the enhancement.
|
byte[] enhance(String className, byte[] originalBytes) throws EnhancementException
className - The name of the class whose bytecode is being enhanced.originalBytes - The class's original (pre-enhancement) byte codeEnhancementException - Indicates a problem performing the enhancementCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.