类 KiteScanLoader


  • public class KiteScanLoader
    extends Object
    Kite的扫描加载器
    作者:
    qiuzhenhao
    • 构造器详细资料

      • 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