public class SpiLoadFactory extends Object
| Constructor and Description |
|---|
SpiLoadFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <S> ServiceLoader<S> |
loadAll(Class<S> clazz)
Load all service loader.
|
static <S> S |
loadFirst(Class<S> clazz)
Load first s.
|
public static <S> S loadFirst(Class<S> clazz)
S - the type parameterclazz - the clazzpublic static <S> ServiceLoader<S> loadAll(Class<S> clazz)
S - the type parameterclazz - the clazzCopyright © 2021 The Apache Software Foundation. All rights reserved.