Package | Description |
---|---|
org.hibernate.bytecode.enhance.internal.bytebuddy |
package containing bytecode enhancement code (internals)
|
org.hibernate.bytecode.enhance.internal.javassist |
package containing bytecode enhancement code (internals)
|
org.hibernate.bytecode.enhance.spi |
package defining bytecode code enhancement (instrumentation) support.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
EnhancerImpl.enhance(String className,
byte[] originalBytes)
Performs the enhancement.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
EnhancerImpl.enhance(String className,
byte[] originalBytes)
Performs the enhancement.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Enhancer.enhance(String className,
byte[] originalBytes)
Performs the enhancement.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.