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.IOExceptionprotected 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.IOExceptionpublic Hover read(com.google.gson.stream.JsonReader in) throws java.io.IOException
read in class com.google.gson.TypeAdapter<Hover>java.io.IOExceptionprotected Range readRange(com.google.gson.stream.JsonReader in) throws java.io.IOException
java.io.IOExceptionpublic void write(com.google.gson.stream.JsonWriter out,
Hover value)
throws java.io.IOException
write in class com.google.gson.TypeAdapter<Hover>java.io.IOExceptionprotected void writeRange(com.google.gson.stream.JsonWriter out,
Range value)
throws java.io.IOException
java.io.IOException