Uses of Interface
net.bytebuddy.dynamic.ClassFileLocator.ForInstrumentation.ClassLoadingDelegate
Packages that use ClassFileLocator.ForInstrumentation.ClassLoadingDelegate
Package
Description
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.
-
Uses of ClassFileLocator.ForInstrumentation.ClassLoadingDelegate in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement ClassFileLocator.ForInstrumentation.ClassLoadingDelegateModifier and TypeClassDescriptionstatic classA default implementation of a class loading delegate.static classA class loading delegate that allows the location of explicitly registered classes that cannot be located by a class loader directly.static classA class loading delegate that accounts for asun.reflect.DelegatingClassLoaderwhich cannot load its own classes by name.Methods in net.bytebuddy.dynamic that return ClassFileLocator.ForInstrumentation.ClassLoadingDelegateModifier and TypeMethodDescriptionClassFileLocator.ForInstrumentation.ClassLoadingDelegate.Default.of(ClassLoader classLoader) Creates a class loading delegate for the given class loader.Creates an explicit class loading delegate for the given type.Constructors in net.bytebuddy.dynamic with parameters of type ClassFileLocator.ForInstrumentation.ClassLoadingDelegateModifierConstructorDescriptionExplicit(ClassFileLocator.ForInstrumentation.ClassLoadingDelegate fallbackDelegate, Collection<? extends Class<?>> types) Creates a new class loading delegate with a possibility of looking up explicitly registered classes.ForInstrumentation(Instrumentation instrumentation, ClassFileLocator.ForInstrumentation.ClassLoadingDelegate classLoadingDelegate) Creates an agent-based class file locator.