public interface IClassProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<byte[]>> |
getAllClasses()
Only needed when registering transformer with wildcard
Class names need to be with '.' instead of '/' e.g. package.name |
byte[] |
getClass(java.lang.String name)
Get the bytecode of a class
Class name is with '.' instead of '/' |
byte[] getClass(java.lang.String name)
name - The name of the classjava.util.Map<java.lang.String,java.util.function.Supplier<byte[]>> getAllClasses()