Uses of Interface
picocli.CommandLine.IModelTransformer
-
-
Uses of CommandLine.IModelTransformer in picocli
Methods in picocli that return CommandLine.IModelTransformer Modifier and Type Method Description CommandLine.IModelTransformerCommandLine.Model.CommandSpec. modelTransformer()Returns the model transformer for this CommandSpec instance.Methods in picocli that return types with arguments of type CommandLine.IModelTransformer Modifier and Type Method Description java.lang.Class<? extends CommandLine.IModelTransformer>modelTransformer()Returns the model transformer for this command.Methods in picocli with parameters of type CommandLine.IModelTransformer Modifier and Type Method Description CommandLine.Model.CommandSpecCommandLine.Model.CommandSpec. modelTransformer(CommandLine.IModelTransformer modelTransformer)Sets the model transformer for this CommandSpec instance.
-