public static class DtoServerImpls.LocationDto
extends org.eclipse.lsp4j.Location
implements org.eclipse.che.dto.server.JsonSerializable
| Constructor and Description |
|---|
LocationDto() |
LocationDto(org.eclipse.lsp4j.Location o) |
| Modifier and Type | Method and Description |
|---|---|
static DtoServerImpls.LocationDto |
fromJson(com.google.gson.JsonElement jsonVal) |
static DtoServerImpls.LocationDto |
fromJson(String json) |
String |
toJson() |
void |
toJson(Writer w) |
com.google.gson.JsonElement |
toJsonElement() |
public LocationDto()
public LocationDto(org.eclipse.lsp4j.Location 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.LocationDto fromJson(String json)
public static DtoServerImpls.LocationDto fromJson(com.google.gson.JsonElement jsonVal)
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.