类 KiteScanLoader
- java.lang.Object
-
- com.github.developframework.kite.spring.KiteScanLoader
-
public class KiteScanLoader extends Object
Kite的扫描加载器- 作者:
- qiuzhenhao
-
-
构造器概要
构造器 构造器 说明 KiteScanLoader(String locations)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 KiteConfigurationcreateKiteConfiguration()创建kiteConfigurationKiteFactorycreateKiteFactory()根据默认的ObjectMapper创建KiteFactoryKiteFactorycreateKiteFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper)根据自定义的ObjectMapper创建KiteFactory
-
-
-
构造器详细资料
-
KiteScanLoader
public KiteScanLoader(String locations)
-
-
方法详细资料
-
createKiteConfiguration
public KiteConfiguration createKiteConfiguration()
创建kiteConfiguration- 返回:
- kiteConfiguration
-
createKiteFactory
public KiteFactory createKiteFactory()
根据默认的ObjectMapper创建KiteFactory- 返回:
- KiteFactory
-
createKiteFactory
public KiteFactory createKiteFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
根据自定义的ObjectMapper创建KiteFactory- 参数:
objectMapper-- 返回:
- KiteFactory
-
-