Package | Description |
---|---|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
Class and 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. |
Class and Description |
---|
ByteArrayClassLoader
A
ClassLoader that is capable of loading explicitly defined classes. |
ByteArrayClassLoader.PersistenceHandler
A persistence handler decides on weather the byte array that represents a loaded class is exposed by
the
ClassLoader.getResourceAsStream(String) method. |
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. |
ClassReloadingStrategy.Engine
An engine which performs the actual redefinition of a
Class . |
Copyright © 2014. All rights reserved.