Uses of Interface
picocli.CommandLine.IModelTransformer
-
Uses of CommandLine.IModelTransformer in picocli
Classes in picocli that implement CommandLine.IModelTransformerFields in picocli declared as CommandLine.IModelTransformerModifier and TypeFieldDescriptionprivate CommandLine.IModelTransformer
CommandLine.Model.CommandSpec.modelTransformer
Methods in picocli that return CommandLine.IModelTransformerModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.modelTransformer()
Returns the model transformer for this CommandSpec instance.Methods in picocli with parameters of type CommandLine.IModelTransformerModifier and TypeMethodDescription(package private) void
CommandLine.Model.CommandSpec.initModelTransformer
(CommandLine.IModelTransformer value) CommandLine.Model.CommandSpec.modelTransformer
(CommandLine.IModelTransformer modelTransformer) Sets the model transformer for this CommandSpec instance.Method parameters in picocli with type arguments of type CommandLine.IModelTransformerModifier and TypeMethodDescription(package private) void
CommandLine.Model.CommandSpec.updateModelTransformer
(Class<? extends CommandLine.IModelTransformer> value, CommandLine.IFactory factory)