We are using below custom code, please find and give me suggestion.@injectpublic TestTabItem(@ValueMapValue(name = "url") String url, @ValueMapValue(name = "jsonUrlList") String[] jsonUrlList) {if (StringUtils.isNotBlank(url)) {this.url = checkUrlLinks(url).orElse(url + ".html");}if (jsonUrlList != ...