I am trying to create custom SPA core page model json which implements Page. In that model class, ":children" creation code causing bundle issue.without this function, page.model.json works fine
@notnull@Overridepublic Map<String, ? extends Page> getExportedChildren() {if (descendedPageModels == nul...