| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugEnumTypeAdapter(java.lang.Class) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | java.lang.Enum | read(com.google.gson.stream.JsonReader) |
| n.a. |
|
||||||||
| UNCHANGED | public | void | write(com.google.gson.stream.JsonWriter, |
| n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | java.lang.Object | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugEnumTypeAdapter$Factory() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | com.google.gson.TypeAdapter | create(com.google.gson.Gson, | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.json.adapters.MessageTypeAdapter | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugMessageTypeAdapter(org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler, | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | protected | java.lang.Object | parseBody(com.google.gson.stream.JsonReader, |
| n.a. |
|
||||||||
| UNCHANGED | protected | java.lang.Object | parseBody(java.lang.Object, | n.a. | n.a. |
|
||||||||
| UNCHANGED | public | org.eclipse.lsp4j.jsonrpc.messages.Message | read(com.google.gson.stream.JsonReader) |
| n.a. |
|
||||||||
| UNCHANGED | public | void | write(com.google.gson.stream.JsonWriter, |
| n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | java.lang.Object | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugMessageTypeAdapter$Factory(org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | com.google.gson.TypeAdapter | create(com.google.gson.Gson, | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | java.lang.Object | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | static public | org.eclipse.lsp4j.jsonrpc.Launcher | createIoLauncher(java.lang.Object, | n.a. | n.a. |
|
||||
| UNCHANGED | static public | org.eclipse.lsp4j.jsonrpc.Launcher | createIoLauncher(java.lang.Object, | n.a. | n.a. |
|
||||
| UNCHANGED | static public | org.eclipse.lsp4j.jsonrpc.Launcher | createLauncher(java.lang.Object, | n.a. | n.a. |
|
||||
| UNCHANGED | static public | org.eclipse.lsp4j.jsonrpc.Launcher | createLauncher(java.lang.Object, | n.a. | n.a. |
|
||||
| UNCHANGED | static public | org.eclipse.lsp4j.jsonrpc.Launcher | createLauncher(java.lang.Object, | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.Launcher$Builder | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugLauncher$Builder() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | protected | org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler | createJsonHandler() | n.a. | n.a. |
|
||||
| UNCHANGED | protected | org.eclipse.lsp4j.jsonrpc.RemoteEndpoint | createRemoteEndpoint(org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler) | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.RemoteEndpoint | n.a. |
| Status | Interface | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.Endpoint | n.a. |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.json.MethodProvider | n.a. |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.MessageConsumer | n.a. |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.MessageIssueHandler | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugRemoteEndpoint(org.eclipse.lsp4j.jsonrpc.MessageConsumer, | n.a. | n.a. |
|
||||
| UNCHANGED | public | DebugRemoteEndpoint(org.eclipse.lsp4j.jsonrpc.MessageConsumer, | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | protected | org.eclipse.lsp4j.jsonrpc.debug.messages.DebugNotificationMessage | createNotificationMessage(java.lang.String, | n.a. | n.a. |
|
||||
| UNCHANGED | protected | org.eclipse.lsp4j.jsonrpc.debug.messages.DebugRequestMessage | createRequestMessage(java.lang.String, | n.a. | n.a. |
|
||||
| UNCHANGED | protected | org.eclipse.lsp4j.jsonrpc.debug.messages.DebugResponseMessage | createResponseMessage(org.eclipse.lsp4j.jsonrpc.messages.RequestMessage) | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugMessageJsonHandler(java.util.Map, | n.a. | n.a. |
|
||||
| UNCHANGED | public | DebugMessageJsonHandler(java.util.Map) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | com.google.gson.GsonBuilder | getDefaultGsonBuilder() | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.messages.NotificationMessage | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugNotificationMessage() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | java.lang.String | getId() | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | org.eclipse.lsp4j.jsonrpc.messages.Either | getRawId()
Annotations:
| n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | void | setId(java.lang.String) | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | void | setId(int) | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | void | setRawId(org.eclipse.lsp4j.jsonrpc.messages.Either) | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.messages.RequestMessage | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugRequestMessage() | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| UNCHANGED | org.eclipse.lsp4j.jsonrpc.messages.ResponseMessage | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | DebugResponseMessage() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | java.lang.String | getMethod()
Annotations:
| n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | org.eclipse.lsp4j.jsonrpc.messages.Either | getRawResponseId()
Annotations:
| n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | java.lang.String | getResponseId() | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | void | setMethod(java.lang.String) | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | void | setRawResponseId(org.eclipse.lsp4j.jsonrpc.messages.Either) | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | void | setResponseId(java.lang.String) | n.a. | n.a. |
|
||||||||||
| UNCHANGED | public | void | setResponseId(int) | n.a. | n.a. |
|