Class PathTypeConverterProvider

java.lang.Object
org.graylog.security.certutil.PathTypeConverterProvider
All Implemented Interfaces:
com.github.rvesse.airline.types.TypeConverterProvider

public class PathTypeConverterProvider extends Object implements com.github.rvesse.airline.types.TypeConverterProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> com.github.rvesse.airline.types.TypeConverter
    getTypeConverter(com.github.rvesse.airline.model.ArgumentsMetadata arguments, com.github.rvesse.airline.parser.ParseState<T> state)
     
    <T> com.github.rvesse.airline.types.TypeConverter
    getTypeConverter(com.github.rvesse.airline.model.OptionMetadata option, com.github.rvesse.airline.parser.ParseState<T> state)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PathTypeConverterProvider

      public PathTypeConverterProvider()
  • Method Details

    • getTypeConverter

      public <T> com.github.rvesse.airline.types.TypeConverter getTypeConverter(com.github.rvesse.airline.model.OptionMetadata option, com.github.rvesse.airline.parser.ParseState<T> state)
      Specified by:
      getTypeConverter in interface com.github.rvesse.airline.types.TypeConverterProvider
    • getTypeConverter

      public <T> com.github.rvesse.airline.types.TypeConverter getTypeConverter(com.github.rvesse.airline.model.ArgumentsMetadata arguments, com.github.rvesse.airline.parser.ParseState<T> state)
      Specified by:
      getTypeConverter in interface com.github.rvesse.airline.types.TypeConverterProvider