byte
arrays.See: Description
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 . |
ClassReloadingStrategy |
The class reloading strategy allows to redefine loaded
Class es. |
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.