@FunctionalInterface public interface IHasClassLoader
ClassLoader objects.ClassLoader as a member, please consider storing it as a
WeakReference to avoid potential memory leaks.| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
default boolean |
hasClassLoader()
Check if this object has a custom class loader or not.
|
@Nullable ClassLoader getClassLoader()
null.default boolean hasClassLoader()
true if a class loader is present, false
if not.getClassLoader()Copyright © 2014–2022 Philip Helger. All rights reserved.