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