protected static class AbstractByteBuddyTask.ByteBuddySkippingUrlClassLoader extends URLClassLoader
| Modifier | Constructor and Description |
|---|---|
protected |
ByteBuddySkippingUrlClassLoader(ClassLoader parent,
URL[] url)
Creates a new class loader that skips Byte Buddy classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
loadClass(String name,
boolean resolve) |
protected static ClassLoader |
of(ClassLoader classLoader,
Iterable<File> discoverySet,
Iterable<File> classPath)
Resolves a class loader.
|
addURL, close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignersprotected ByteBuddySkippingUrlClassLoader(ClassLoader parent, URL[] url)
parent - The parent class loader.url - The URLs of the source set.protected static ClassLoader of(ClassLoader classLoader, @MaybeNull Iterable<File> discoverySet, Iterable<File> classPath)
classLoader - The class loader of the Byte Buddy plugin.discoverySet - The source set to discover plugins from or null if no source set is used.classPath - The configured class path.protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundException