Class GenerateContent.ContentTypeConverter

  • All Implemented Interfaces:
    picocli.CommandLine.ITypeConverter<org.projectnessie.model.Content.Type>
    Enclosing class:
    GenerateContent

    public static final class GenerateContent.ContentTypeConverter
    extends java.lang.Object
    implements picocli.CommandLine.ITypeConverter<org.projectnessie.model.Content.Type>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.projectnessie.model.Content.Type 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

      • ContentTypeConverter

        public ContentTypeConverter()
    • Method Detail

      • convert

        public org.projectnessie.model.Content.Type convert​(java.lang.String value)
        Specified by:
        convert in interface picocli.CommandLine.ITypeConverter<org.projectnessie.model.Content.Type>