Uses of Interface
picocli.CommandLine.Model.ITypeInfo
Packages that use CommandLine.Model.ITypeInfo
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.Model.ITypeInfo in picocli
Fields in picocli declared as CommandLine.Model.ITypeInfoModifier and TypeFieldDescriptionprotected final CommandLine.Model.ITypeInfo
CommandLine.Model.ArgSpec.typeInfo
Methods in picocli that return CommandLine.Model.ITypeInfoModifier and TypeMethodDescriptionCommandLine.Model.IAnnotatedElement.getTypeInfo()
CommandLine.Model.ArgGroupSpec.Builder.typeInfo()
Returns the type info for the annotated program element associated with this group.CommandLine.Model.ArgGroupSpec.typeInfo()
Returns the type info for the annotated program element associated with this group.CommandLine.Model.ArgSpec.typeInfo()
Returns theITypeInfo
that can be used both at compile time (by annotation processors) and at runtime.Methods in picocli that return types with arguments of type CommandLine.Model.ITypeInfoModifier and TypeMethodDescriptionCommandLine.Model.ITypeInfo.getAuxiliaryTypeInfos()
Returns type information of components or elements of amultivalue
type.Methods in picocli with parameters of type CommandLine.Model.ITypeInfoModifier and TypeMethodDescriptionCommandLine.Model.ArgGroupSpec.Builder.typeInfo
(CommandLine.Model.ITypeInfo newValue) Sets the type info for the annotated program element associated with this group, and returns this builder.