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