类 Model<T>

    • 构造器详细资料

      • Model

        public Model()
    • 方法详细资料

      • isSupport

        public static boolean isSupport​(Class<?> c)
      • isRegistered

        public static boolean isRegistered​(String key)
      • getModelSafe

        public static <T,​C extends Model<T>> C getModelSafe​(String key)
      • getModel

        public static <T,​C extends Model<T>> C getModel​(String key)
      • registerModel

        public static boolean registerModel​(Model<?> model)
      • registerModel

        public static boolean registerModel​(String key,
                                            Model<?> model)
      • isSupport

        public boolean isSupport()
      • getInstance

        public abstract T getInstance()
      • getVersion

        public String getVersion()
      • getVersion0

        protected abstract String getVersion0()