| Package | Description |
|---|---|
| icu.easyj.core.loader |
| Modifier and Type | Method and Description |
|---|---|
static <S> S |
EnhancedServiceLoader.load(Class<S> serviceClass)
load service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> serviceClass,
ClassLoader loader)
Specify classLoader to load the service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> serviceClass,
String activateName)
load service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> serviceClass,
String activateName,
Class<?>[] argsType,
Object[] args)
Load service
|
static <S> S |
EnhancedServiceLoader.load(Class<S> serviceClass,
String activateName,
Class<?> argType,
Object arg)
Load service
|
static <S> S |
EnhancedServiceLoader.load(Class<S> service,
String activateName,
ClassLoader loader)
Specify classLoader to load the service provider
|
static <S> S |
EnhancedServiceLoader.load(Class<S> serviceClass,
String activateName,
Object[] args)
Load service
|
Copyright © 2021–2022 EasyJ开源社区. All rights reserved.