| Package | Description |
|---|---|
| org.hibernate.bytecode.buildtime.internal | |
| org.hibernate.bytecode.buildtime.spi |
| Modifier and Type | Method and Description |
|---|---|
protected ClassDescriptor |
JavassistInstrumenter.getClassDescriptor(byte[] bytecode) |
| Modifier and Type | Method and Description |
|---|---|
protected ClassTransformer |
JavassistInstrumenter.getClassTransformer(ClassDescriptor descriptor,
Set classNames) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClassDescriptor |
AbstractInstrumenter.getClassDescriptor(byte[] byecode)
Given the bytecode of a java class, retrieve the descriptor for that class.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClassTransformer |
AbstractInstrumenter.getClassTransformer(ClassDescriptor descriptor,
Set classNames)
Create class transformer for the class.
|
| Constructor and Description |
|---|
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor descriptor,
Set classNames) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.