Class TextDocumentSyncClientCapabilities
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.TextDocumentSyncClientCapabilities
-
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanThe client supports did save notifications.Whether text document synchronization supports dynamic registration.The client supports sending will save notifications.The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.inthashCode()setDidSave(Boolean didSave) setDynamicRegistration(Boolean dynamicRegistration) setWillSave(Boolean willSave) setWillSaveWaitUntil(Boolean willSaveWaitUntil)
-
Method Details
-
getDynamicRegistration
Whether text document synchronization supports dynamic registration. -
setDynamicRegistration
-
getWillSave
The client supports sending will save notifications. -
setWillSave
-
getWillSaveWaitUntil
The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved. -
setWillSaveWaitUntil
-
getDidSave
The client supports did save notifications. -
setDidSave
-
equals
-
hashCode
public int hashCode() -
create
-