Uses of Class
icu.easyj.core.loader.ExtensionDefinition
Packages that use ExtensionDefinition
-
Uses of ExtensionDefinition in icu.easyj.core.loader.factory
Methods in icu.easyj.core.loader.factory with parameters of type ExtensionDefinitionModifier and TypeMethodDescription<S> SIServiceFactory.create(ExtensionDefinition definition, Class<S> type, Class<?>[] argTypes, Object[] args) 创建服务实例 -
Uses of ExtensionDefinition in icu.easyj.core.loader.factory.impls
Methods in icu.easyj.core.loader.factory.impls with parameters of type ExtensionDefinitionModifier and TypeMethodDescription<S> SDefaultServiceFactory.create(ExtensionDefinition definition, Class<S> type, Class<?>[] argTypes, Object[] args) <S> SSpringServiceFactory.create(ExtensionDefinition definition, Class<S> type, Class<?>[] argTypes, Object[] args)