• Retrieve the map of registered model constructors keyed by registry key.

    Returns Map<
        string,
        ModelConstructor<
            JsonObject,
            JsonObject,
            ModelInstance<JsonObject, JsonObject>,
            string,
        >,
    >

    Snapshot of the DAL's registered models.