public static class DtoServerImpls.RefactoringStatusDtoProvider extends Object implements org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.RefactoringStatusDto>
| Constructor and Description |
|---|
RefactoringStatusDtoProvider() |
| Modifier and Type | Method and Description |
|---|---|
DtoServerImpls.RefactoringStatusDto |
clone(DtoServerImpls.RefactoringStatusDto dto) |
DtoServerImpls.RefactoringStatusDto |
fromJson(com.google.gson.JsonElement json) |
DtoServerImpls.RefactoringStatusDto |
fromJson(String json) |
Class<? extends DtoServerImpls.RefactoringStatusDto> |
getImplClass() |
DtoServerImpls.RefactoringStatusDto |
newInstance() |
public Class<? extends DtoServerImpls.RefactoringStatusDto> getImplClass()
getImplClass in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.RefactoringStatusDto>public DtoServerImpls.RefactoringStatusDto newInstance()
newInstance in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.RefactoringStatusDto>public DtoServerImpls.RefactoringStatusDto fromJson(String json)
fromJson in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.RefactoringStatusDto>public DtoServerImpls.RefactoringStatusDto fromJson(com.google.gson.JsonElement json)
fromJson in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.RefactoringStatusDto>public DtoServerImpls.RefactoringStatusDto clone(DtoServerImpls.RefactoringStatusDto dto)
clone in interface org.eclipse.che.dto.server.DtoProvider<DtoServerImpls.RefactoringStatusDto>Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.