Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
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 |
---|
ClassInjector
A class injector is capable of injecting classes into a
ClassLoader without
requiring the class loader to being able to explicitly look up these classes. |
Class and Description |
---|
ClassLoadingStrategy
A strategy for loading a collection of types.
|
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. |
ClassInjector
A class injector is capable of injecting classes into a
ClassLoader without
requiring the class loader to being able to explicitly look up these classes. |
ClassInjector.UsingInstrumentation.Target
A representation of the target to which Java classes should be appended to.
|
ClassInjector.UsingReflection.ReflectionStore
A storage for method representations in order to access a class loader reflectively.
|
ClassLoadingStrategy
A strategy for loading a collection of types.
|
ClassLoadingStrategy.Default
This class contains implementations of default class loading strategies.
|
ClassLoadingStrategy.WithDefaultProtectionDomain
A
ClassLoadingStrategy that applies a default ProtectionDomain . |
ClassReloadingStrategy
The class reloading strategy allows to redefine loaded
Class es. |
ClassReloadingStrategy.BootstrapInjection
A strategy to apply for injecting classes into the bootstrap class loader.
|
ClassReloadingStrategy.BootstrapInjection.Disabled
A disabled bootstrap injection strategy.
|
ClassReloadingStrategy.Engine
An engine which performs the actual redefinition of a
Class . |
Copyright © 2014–2015. All rights reserved.