Package | Description |
---|---|
org.hibernate.bytecode.buildtime |
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.
|
protected ClassDescriptor |
CGLIBInstrumenter.getClassDescriptor(byte[] byecode) |
protected ClassDescriptor |
JavassistInstrumenter.getClassDescriptor(byte[] bytecode) |
Modifier and Type | Method and Description |
---|---|
protected abstract ClassTransformer |
AbstractInstrumenter.getClassTransformer(ClassDescriptor descriptor,
java.util.Set classNames)
Create class transformer for the class.
|
protected ClassTransformer |
CGLIBInstrumenter.getClassTransformer(ClassDescriptor descriptor,
java.util.Set classNames) |
protected ClassTransformer |
JavassistInstrumenter.getClassTransformer(ClassDescriptor descriptor,
java.util.Set classNames) |
Constructor and Description |
---|
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor descriptor,
java.util.Set classNames) |
Copyright © 2014. All Rights Reserved.