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