All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog.plugins.views.search.views.AutoValue_FormattingSettings Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.graylog.plugins.views.search.views;

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.Set;
import org.graylog.plugins.views.search.views.formatting.highlighting.HighlightingRule;

final class AutoValue_FormattingSettings extends $AutoValue_FormattingSettings {
  AutoValue_FormattingSettings(Set highlighting) {
    super(highlighting);
  }

  @JsonIgnore
  public final Set getHighlighting() {
    return highlighting();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy