| 构造器和说明 |
|---|
ServiceLoader(Class<S> type) |
ServiceLoader(Class<S> type,
ClassLoader loader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String[] PREFIX
public ServiceLoader(Class<S> type, ClassLoader loader)
public static <S> ServiceLoader<S> of(Class<S> type)
public static <S> ServiceLoader<S> of(Class<S> type, ClassLoader loader)
public static ClassLoader defaultClassLoader()
@Nonnull public List<S> getAllPureSingleton(String propertyName, String propertyValue)
@Nonnull public List<S> getAllSingleton(@Nonnull Function<Service<S>,Boolean> matcher)
@Nonnull public List<S> getAllPureSingleton(@Nonnull Function<Service<S>,Boolean> matcher)
public void reload()
Copyright © 2025 fossc. All rights reserved.