Class URIListConverter

java.lang.Object
org.graylog2.configuration.converters.URIListConverter
All Implemented Interfaces:
com.github.joschi.jadconfig.Converter<List<URI>>

public class URIListConverter extends Object implements com.github.joschi.jadconfig.Converter<List<URI>>
  • Constructor Details

    • URIListConverter

      public URIListConverter()
  • Method Details

    • convertFrom

      public List<URI> convertFrom(String value)
      Specified by:
      convertFrom in interface com.github.joschi.jadconfig.Converter<List<URI>>
    • convertTo

      public String convertTo(List<URI> value)
      Specified by:
      convertTo in interface com.github.joschi.jadconfig.Converter<List<URI>>