public class HoverTypeAdapter extends com.google.gson.TypeAdapter<Hover>
Modifier and Type | Class and Description |
---|---|
static class |
HoverTypeAdapter.Factory |
Constructor and Description |
---|
HoverTypeAdapter(com.google.gson.Gson gson) |
Modifier and Type | Method and Description |
---|---|
Hover |
read(com.google.gson.stream.JsonReader in) |
protected org.eclipse.lsp4j.jsonrpc.messages.Either<java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkedString>>,MarkupContent> |
readContents(com.google.gson.stream.JsonReader in) |
protected Range |
readRange(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Hover value) |
protected void |
writeContents(com.google.gson.stream.JsonWriter out,
org.eclipse.lsp4j.jsonrpc.messages.Either<java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkedString>>,MarkupContent> contents) |
protected void |
writeRange(com.google.gson.stream.JsonWriter out,
Range value) |
protected org.eclipse.lsp4j.jsonrpc.messages.Either<java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkedString>>,MarkupContent> readContents(com.google.gson.stream.JsonReader in) throws java.io.IOException
java.io.IOException
protected void writeContents(com.google.gson.stream.JsonWriter out, org.eclipse.lsp4j.jsonrpc.messages.Either<java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,MarkedString>>,MarkupContent> contents) throws java.io.IOException
java.io.IOException
public Hover read(com.google.gson.stream.JsonReader in) throws java.io.IOException
read
in class com.google.gson.TypeAdapter<Hover>
java.io.IOException
protected Range readRange(com.google.gson.stream.JsonReader in) throws java.io.IOException
java.io.IOException
public void write(com.google.gson.stream.JsonWriter out, Hover value) throws java.io.IOException
write
in class com.google.gson.TypeAdapter<Hover>
java.io.IOException
protected void writeRange(com.google.gson.stream.JsonWriter out, Range value) throws java.io.IOException
java.io.IOException