Class HoverClientCapabilities
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.HoverClientCapabilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic HoverClientCapabilitiescreate()booleanClient supports the follow content formats for the content property.Whether hover supports dynamic registration.inthashCode()setContentFormat(List<MarkupKind> contentFormat) setDynamicRegistration(Boolean dynamicRegistration)
-
Method Details
-
getDynamicRegistration
Whether hover supports dynamic registration. -
setDynamicRegistration
-
getContentFormat
Client supports the follow content formats for the content property. The order describes the preferred format of the client. -
setContentFormat
-
equals
-
hashCode
public int hashCode() -
create
-