|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassPreProcessor
The interface implemented by a class preprocessor.
Method Summary | |
---|---|
byte[] |
preProcess(java.lang.ClassLoader classLoader,
java.lang.String className,
byte[] classBytes)
Pre-process the class bytes of a class with a given name. |
Method Detail |
---|
byte[] preProcess(java.lang.ClassLoader classLoader, java.lang.String className, byte[] classBytes)
classLoader
- the defining ClassLoader.className
- the qualified name of the class to pre-process (possibly null).classBytes
- the byte codes of the class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |