Package | Description |
---|---|
org.hibernate.bytecode.enhance.spi |
package defining bytecode code enhancement (instrumentation) support.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Enhancer.enhance(String className,
byte[] originalBytes)
Performs the enhancement.
|
byte[] |
Enhancer.enhanceComposite(String className,
byte[] originalBytes)
Deprecated.
Should use enhance(String, byte[]) and a proper EnhancementContext
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.