public interface IClassProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<byte[]>> |
getAllClasses()
Get a map of all classes with a supplier for their bytecode.
|
byte[] |
getClass(java.lang.String name)
Get the bytecode of a class.
|
byte[] getClass(java.lang.String name)
name - The name of the classjava.util.Map<java.lang.String,java.util.function.Supplier<byte[]>> getAllClasses()