public interface SubclassLoader
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisrespectingOpenness()
Checks if this loader does not require a module to be open.
|
net.bytebuddy.dynamic.loading.ClassLoadingStrategy<ClassLoader> |
resolveStrategy(Class<?> mockedType,
ClassLoader classLoader,
boolean localMock)
Resolves a class loading strategy.
|
boolean isDisrespectingOpenness()
true if this loader is not constraint to a target module being opened for loading a class.net.bytebuddy.dynamic.loading.ClassLoadingStrategy<ClassLoader> resolveStrategy(Class<?> mockedType, ClassLoader classLoader, boolean localMock)
mockedType - The type being mocked.classLoader - The class loader being used.localMock - true if the mock is loaded within the runtime package of the mocked type.Copyright © 2025. All rights reserved.