public interface IServiceFactory
| Modifier and Type | Method and Description |
|---|---|
<S> S |
create(ExtensionDefinition definition,
Class<S> type,
Class<?>[] argTypes,
Object[] args)
创建服务实例
|
@Nullable <S> S create(ExtensionDefinition definition, Class<S> type, Class<?>[] argTypes, Object[] args)
S - 服务类definition - 服务扩展定义type - 服务类型argTypes - 参数类型数组args - 参数数组Copyright © 2021–2022 EasyJ????. All rights reserved.