Class Registration
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.Registration
General parameters to to register for an notification or to register a provider.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegistrationbooleangetId()The id used to register the request.The method to register for.Options necessary for the registration.inthashCode()setRegisterOptions(Object registerOptions)
-
Method Details
-
getId
The id used to register the request. The id can be used to deregister the request again. -
setId
-
getMethod
The method to register for. -
setMethod
-
getRegisterOptions
Options necessary for the registration. -
setRegisterOptions
-
equals
-
hashCode
public int hashCode() -
create
-