495051525354555657
if (!(explorer instanceof RemoteExplorerModule)) { list.add(new ExplorerInfoEntity(explorer)); } } ExplorerInfoListEntity response = new ExplorerInfoListEntity(); response.setExplorers(list); return response; }