java.lang.Object
com.github._1c_syntax.bsl.languageserver.configuration.inlayhints.InlayHintOptions

public class InlayHintOptions extends Object
Корневой класс для настройки InlayHintProvider
  • Constructor Details

    • InlayHintOptions

      @ConstructorProperties("parameters") public InlayHintOptions(Map<String,org.eclipse.lsp4j.jsonrpc.messages.Either<Boolean,Map<String,Object>>> parameters)
      Creates a new InlayHintOptions instance.
      Parameters:
      parameters - Параметры сапплаеров inlay hints.
    • InlayHintOptions

      public InlayHintOptions()
  • Method Details

    • getParameters

      public Map<String,org.eclipse.lsp4j.jsonrpc.messages.Either<Boolean,Map<String,Object>>> getParameters()
      Параметры сапплаеров inlay hints.
    • setParameters

      public void setParameters(Map<String,org.eclipse.lsp4j.jsonrpc.messages.Either<Boolean,Map<String,Object>>> parameters)
      Параметры сапплаеров inlay hints.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object