Package | Description |
---|---|
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
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. |
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.