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