Class PrometheusExporterConfiguration.CustomHostAndPortConverter

java.lang.Object
com.github.joschi.jadconfig.guava.converters.HostAndPortConverter
org.graylog.metrics.prometheus.PrometheusExporterConfiguration.CustomHostAndPortConverter
All Implemented Interfaces:
com.github.joschi.jadconfig.Converter<com.google.common.net.HostAndPort>
Enclosing class:
PrometheusExporterConfiguration

public static class PrometheusExporterConfiguration.CustomHostAndPortConverter extends com.github.joschi.jadconfig.guava.converters.HostAndPortConverter
  • Constructor Details

    • CustomHostAndPortConverter

      public CustomHostAndPortConverter()
  • Method Details

    • convertFrom

      public com.google.common.net.HostAndPort convertFrom(String value)
      Specified by:
      convertFrom in interface com.github.joschi.jadconfig.Converter<com.google.common.net.HostAndPort>
      Overrides:
      convertFrom in class com.github.joschi.jadconfig.guava.converters.HostAndPortConverter