Uses of Record Class
cloud.opencode.base.classloader.service.ServiceEntry
Packages that use ServiceEntry
-
Uses of ServiceEntry in cloud.opencode.base.classloader.service
Classes in cloud.opencode.base.classloader.service that implement interfaces with type arguments of type ServiceEntryModifier and TypeClassDescriptionfinal recordServiceEntry<S>Service Entry - Wrapper for a service discovered via cross-ClassLoader lookup 服务条目 - 跨类加载器查找发现的服务包装器Methods in cloud.opencode.base.classloader.service that return types with arguments of type ServiceEntryModifier and TypeMethodDescriptionstatic <S> List<ServiceEntry<S>> ServiceBridge.load(Class<S> serviceType, ClassLoader... classLoaders) Load services of the given type from multiple ClassLoaders.static <S> List<ServiceEntry<S>> ServiceBridge.load(Class<S> serviceType, Collection<ClassLoader> classLoaders) Load services of the given type from a collection of ClassLoaders.Methods in cloud.opencode.base.classloader.service with parameters of type ServiceEntryModifier and TypeMethodDescriptionintServiceEntry.compareTo(ServiceEntry<S> other) Compare by priority ascending (lower value = higher priority).