public interface OrderedSpi
| Modifier and Type | Method and Description |
|---|---|
static <S> S |
first(@NotNull Class<S> service) |
static <S> S |
first(@NotNull Class<S> service,
@NotNull ClassLoader loader) |
static <S> S |
first(@NotNull Class<S> service,
@NotNull ClassLoader loader,
@Nullable Comparator<S> comparator) |
static <S> S |
first(@NotNull Class<S> service,
@Nullable Comparator<S> comparator) |
static <S> S |
first(@NotNull ServiceLoader<S> loader,
@Nullable Comparator<S> comparator) |
@Nullable
static <S> S first(@NotNull
@NotNull Class<S> service)
@Nullable
static <S> S first(@NotNull
@NotNull Class<S> service,
@NotNull
@NotNull ClassLoader loader)
@Nullable
static <S> S first(@NotNull
@NotNull Class<S> service,
@Nullable
@Nullable Comparator<S> comparator)
@Nullable
static <S> S first(@NotNull
@NotNull Class<S> service,
@NotNull
@NotNull ClassLoader loader,
@Nullable
@Nullable Comparator<S> comparator)
@Nullable
static <S> S first(@NotNull
@NotNull ServiceLoader<S> loader,
@Nullable
@Nullable Comparator<S> comparator)
Copyright © 2024. All rights reserved.