Class PicocliBeansFactory

java.lang.Object
io.quarkus.picocli.runtime.PicocliBeansFactory
All Implemented Interfaces:
picocli.CommandLine.IFactory

class PicocliBeansFactory extends Object implements picocli.CommandLine.IFactory
  • Constructor Details

    • PicocliBeansFactory

      PicocliBeansFactory()
  • Method Details

    • create

      public <K> K create(Class<K> aClass) throws Exception
      Specified by:
      create in interface picocli.CommandLine.IFactory
      Throws:
      Exception