Package net.bytebuddy.dynamic
Interface ClassFileLocator.ForInstrumentation.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher
- All Known Implementing Classes:
ClassFileLocator.ForInstrumentation.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Resolved
protected static interface ClassFileLocator.ForInstrumentation.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher
Representation of a Java
Field
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
An action for creating a dispatcher.static interface
An uninitialized version of a dispatcher for extracting a class loader's loaded classes.static class
Represents a field that could be located.static class
Represents a field that could not be located. -
Method Summary
Modifier and TypeMethodDescriptionextract
(ClassLoader classLoader) Reads the classes of the represented collection.
-
Method Details
-
extract
Reads the classes of the represented collection.- Parameters:
classLoader
- The class loader to read from.- Returns:
- The class loader's loaded classes.
-