java.lang.Object
com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions

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

    • DocumentLinkOptions

      @ConstructorProperties("showDiagnosticDescription") public DocumentLinkOptions(boolean showDiagnosticDescription)
    • DocumentLinkOptions

      public DocumentLinkOptions()
  • Method Details

    • isShowDiagnosticDescription

      public boolean isShowDiagnosticDescription()
    • setShowDiagnosticDescription

      public void setShowDiagnosticDescription(boolean showDiagnosticDescription)
    • 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