Class DeclarationClientCapabilities
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DeclarationClientCapabilities
The client capabilities of a [DeclarationRequest](#DeclarationRequest).
Since 3.14.0
-
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanWhether declaration supports dynamic registration.The client supports additional metadata in the form of declaration links.inthashCode()setDynamicRegistration(Boolean dynamicRegistration) setLinkSupport(Boolean linkSupport)
-
Method Details
-
getDynamicRegistration
Whether declaration supports dynamic registration. If this is set to `true` the client supports the new `DeclarationRegistrationOptions` return value for the corresponding server capability as well. -
setDynamicRegistration
-
getLinkSupport
The client supports additional metadata in the form of declaration links. -
setLinkSupport
-
equals
-
hashCode
public int hashCode() -
create
-