Package | Description |
---|---|
org.tinygroup.service.annotation | |
org.tinygroup.service.classpublisher | |
org.tinygroup.service.config | |
org.tinygroup.service.loader | |
org.tinygroup.service.util |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAnnotationServiceLoader.loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
载入服务
|
Modifier and Type | Method and Description |
---|---|
protected Object |
ClassServiceFileProcessor.getServiceInstance(ServiceComponent component) |
protected void |
ClassServiceFileProcessor.initService(List<String> classPaths) |
Modifier and Type | Method and Description |
---|---|
void |
XmlConfigServiceLoader.loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
载入服务
|
protected void |
XmlConfigClassServiceLoader.registerServices(Object instance,
ServiceComponent component,
ServiceRegistry serviceRegistry,
ClassLoader classLoader) |
protected void |
XmlConfigServiceLoader.registerServices(Object object,
ServiceComponent serviceComponent,
ServiceRegistry serviceRegistry,
ClassLoader classLoader)
注册服务
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceLoader.loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
输入服务到注册表中
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceUtil.generateServiceMethod(Class clazz,
ServiceComponent component,
ServiceIdGenerateRule serviceIdGenerateRule) |
static void |
ServiceUtil.supplementServiceComponent(Object instance,
ServiceComponent component,
ServiceIdGenerateRule serviceIdGenerateRule)
若Component对象下属没有ServiceMethod对象,则将Component对应的类的所有方法都生成ServiceMethod
|
Copyright © 2006–2018 TinyGroup. All rights reserved.