Class InlayHintRegistrationOptions

    • Constructor Detail

      • InlayHintRegistrationOptions

        public InlayHintRegistrationOptions()
      • InlayHintRegistrationOptions

        public InlayHintRegistrationOptions​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
        The id used to register the request. The id can be used to deregister the request again. See also Registration.id.
      • setId

        public void setId​(java.lang.String id)
        The id used to register the request. The id can be used to deregister the request again. See also Registration.id.
      • getResolveProvider

        public java.lang.Boolean getResolveProvider()
        The server provides support to resolve additional information for an inlay hint item.
      • setResolveProvider

        public void setResolveProvider​(java.lang.Boolean resolveProvider)
        The server provides support to resolve additional information for an inlay hint item.