Class LocalRunner.FunctionConfigConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<org.apache.pulsar.common.functions.FunctionConfig>
    Enclosing class:
    LocalRunner

    public static class LocalRunner.FunctionConfigConverter
    extends java.lang.Object
    implements com.beust.jcommander.IStringConverter<org.apache.pulsar.common.functions.FunctionConfig>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pulsar.common.functions.FunctionConfig convert​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • FunctionConfigConverter

        public FunctionConfigConverter()
    • Method Detail

      • convert

        public org.apache.pulsar.common.functions.FunctionConfig convert​(java.lang.String value)
        Specified by:
        convert in interface com.beust.jcommander.IStringConverter<org.apache.pulsar.common.functions.FunctionConfig>