Class InlayHintOptions
java.lang.Object
com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions
Корневой класс для настройки
InlayHintProvider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InlayHintOptions
@ConstructorProperties("parameters") public InlayHintOptions(Map<String, org.eclipse.lsp4j.jsonrpc.messages.Either<Boolean, Map<String, Object>>> parameters) Creates a newInlayHintOptions
instance.- Parameters:
parameters
- Параметры сапплаеров inlay hints.
-
InlayHintOptions
public InlayHintOptions()
-
-
Method Details
-
getParameters
public Map<String,org.eclipse.lsp4j.jsonrpc.messages.Either<Boolean, getParameters()Map<String, Object>>> Параметры сапплаеров inlay hints. -
setParameters
public void setParameters(Map<String, org.eclipse.lsp4j.jsonrpc.messages.Either<Boolean, Map<String, Object>>> parameters) Параметры сапплаеров inlay hints. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-