public interface LookupService
| Modifier and Type | Interface and Description |
|---|---|
static class |
LookupService.DefaultLookupService
Default Lookup service that gets used when none is provided with SPI.
|
| Modifier and Type | Field and Description |
|---|---|
static LookupService |
lookupService |
static ServiceLoader<LookupService> |
lookupServices |
| Modifier and Type | Method and Description |
|---|---|
static LookupService |
get() |
Class<?> |
getClass(Class<?> declaringClass) |
Object |
getInstance(Class<?> declaringClass) |
String |
getName() |
static LookupService |
load() |
static final ServiceLoader<LookupService> lookupServices
static final LookupService lookupService
static LookupService get()
static LookupService load()
String getName()
Copyright © 2018–2021. All rights reserved.