Uses of Interface
picocli.CommandLine.ITypeConverter
Packages that use CommandLine.ITypeConverter
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.ITypeConverter in picocli
Classes in picocli that implement CommandLine.ITypeConverterModifier and TypeClassDescriptionstatic final class
Converter that can be used to signal to picocli that it should use the default converter.Methods in picocli that return CommandLine.ITypeConverterModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.converters()
Returns one or moretype converters
to use to convert the command line argument into a strongly typed value (or key-value pair for map fields).Methods in picocli with parameters of type CommandLine.ITypeConverterModifier and TypeMethodDescription<K> CommandLine
CommandLine.registerConverter
(Class<K> cls, CommandLine.ITypeConverter<K> converter) Registers the specified type converter for the specified class.