public interface ClassloadingService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClassloadingService.DefaultClassloadingService
Default Lookup service that gets used when none is provided with SPI.
|
| Modifier and Type | Field and Description |
|---|---|
static ClassloadingService |
classloadingService |
static ServiceLoader<ClassloadingService> |
classloadingServices |
| Modifier and Type | Method and Description |
|---|---|
static ClassloadingService |
get() |
String |
getName() |
static ClassloadingService |
load() |
default Class<?> |
loadClass(String className) |
default Class<?> |
loadClass(String className,
ClassLoader loader) |
static final ServiceLoader<ClassloadingService> classloadingServices
static final ClassloadingService classloadingService
static ClassloadingService get()
static ClassloadingService load()
String getName()
default Class<?> loadClass(String className, ClassLoader loader) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2018–2021. All rights reserved.