public static class DtoServerImpls.WorkspaceEditDto
extends org.eclipse.lsp4j.WorkspaceEdit
implements org.eclipse.che.dto.server.JsonSerializable
| Constructor and Description |
|---|
WorkspaceEditDto() |
WorkspaceEditDto(org.eclipse.lsp4j.WorkspaceEdit o) |
| Modifier and Type | Method and Description |
|---|---|
static DtoServerImpls.WorkspaceEditDto |
fromJson(com.google.gson.JsonElement jsonVal) |
static DtoServerImpls.WorkspaceEditDto |
fromJson(String json) |
String |
toJson() |
void |
toJson(Writer w) |
com.google.gson.JsonElement |
toJsonElement() |
public WorkspaceEditDto()
public WorkspaceEditDto(org.eclipse.lsp4j.WorkspaceEdit o)
public com.google.gson.JsonElement toJsonElement()
toJsonElement in interface org.eclipse.che.dto.server.JsonSerializablepublic void toJson(Writer w)
toJson in interface org.eclipse.che.dto.server.JsonSerializablepublic String toJson()
toJson in interface org.eclipse.che.dto.server.JsonSerializablepublic static DtoServerImpls.WorkspaceEditDto fromJson(String json)
public static DtoServerImpls.WorkspaceEditDto fromJson(com.google.gson.JsonElement jsonVal)
Copyright © 2012–2019 Red Hat, Inc.. All rights reserved.