Interface ClassTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a class bytecode transformer.
Provides support for modifying classes as they are loaded by StriderLoader.
-
Method Summary
-
Method Details
-
transform
Transforms the class bytecode.- Parameters:
className- binary class namebytecode- original class bytecode- Returns:
- transformed bytecode
-