Package | Description |
---|---|
org.hibernate.bytecode.buildtime.internal |
Javassist support internals
|
org.hibernate.bytecode.buildtime.spi |
Package defining build-time bytecode code enhancement (instrumentation) support.
|
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 © 2001-2015 Red Hat, Inc. All Rights Reserved.