public class DocumentLinkRegistrationOptions extends TextDocumentRegistrationOptions
| Constructor and Description |
|---|
DocumentLinkRegistrationOptions() |
DocumentLinkRegistrationOptions(java.lang.Boolean resolveProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getResolveProvider()
Document links have a resolve provider as well.
|
int |
hashCode() |
void |
setResolveProvider(java.lang.Boolean resolveProvider)
Document links have a resolve provider as well.
|
java.lang.String |
toString() |
getDocumentSelector, setDocumentSelectorpublic DocumentLinkRegistrationOptions()
public DocumentLinkRegistrationOptions(java.lang.Boolean resolveProvider)
@Pure public java.lang.Boolean getResolveProvider()
public void setResolveProvider(java.lang.Boolean resolveProvider)
@Pure public java.lang.String toString()
toString in class TextDocumentRegistrationOptions@Pure public boolean equals(java.lang.Object obj)
equals in class TextDocumentRegistrationOptions@Pure public int hashCode()
hashCode in class TextDocumentRegistrationOptions