byte arrays.See: Description
| Interface | Description |
|---|---|
| ClassLoaderByteArrayInjector.ReflectionStore |
A storage for method representations in order to access a class loader reflectively.
|
| Class | Description |
|---|---|
| ByteArrayClassLoader |
A
ClassLoader that is capable of loading explicitly defined classes. |
| ByteArrayClassLoader.ChildFirst |
A
ByteArrayClassLoader which applies child-first semantics for the
given type definitions. |
| ClassLoaderByteArrayInjector |
An injector that loads classes by reflectively invoking non-public methods on a given
ClassLoader. |
| ClassLoaderByteArrayInjector.ReflectionStore.Faulty |
Represents an unsuccessfully loaded method lookup.
|
| ClassLoaderByteArrayInjector.ReflectionStore.Resolved |
Represents a successfully loaded method lookup.
|
| ClassReloadingStrategy |
The class reloading strategy allows to redefine loaded
Classes. |
| Enum | Description |
|---|---|
| ByteArrayClassLoader.PersistenceHandler |
A persistence handler decides on weather the byte array that represents a loaded class is exposed by
the
ClassLoader.getResourceAsStream(String) method. |
| ClassReloadingStrategy.Engine |
An engine which performs the actual redefinition of a
Class. |
byte arrays.Copyright © 2014. All rights reserved.