Class DocumentLinkClientCapabilities
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DocumentLinkClientCapabilities
The client capabilities of a [DocumentLinkRequest](#DocumentLinkRequest).
-
Method Summary
Modifier and TypeMethodDescriptioncreate()booleanWhether document link supports dynamic registration.Whether the client support the `tooltip` property on `DocumentLink`.inthashCode()setDynamicRegistration(Boolean dynamicRegistration) setTooltipSupport(Boolean tooltipSupport)
-
Method Details
-
getDynamicRegistration
Whether document link supports dynamic registration. -
setDynamicRegistration
-
getTooltipSupport
Whether the client support the `tooltip` property on `DocumentLink`.- Since:
- 3.15.0
-
setTooltipSupport
-
equals
-
hashCode
public int hashCode() -
create
-