天天看点

atlas 类型定义(typedef)装载过程分析

AtlasTypeDefStoreInitializer是typedef装载核心及入口

/**
 * Class that handles initial loading of models and patches into typedef store
 */
@Service
@Order(2)
public class AtlasTypeDefStoreInitializer implements ActiveStateChangeHandler {
   
   
           

从类定义可以看到是一个springframework 的server,会自动加载。

核心代码

核心入口代码如下: