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,
java.util.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,
java.util.Set classNames)
Create class transformer for the class.
|
Constructor and Description |
---|
AbstractInstrumenter.CustomFieldFilter(ClassDescriptor descriptor,
java.util.Set classNames) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.