Uses of Interface
picocli.CommandLine.Model.ITypeInfo
-
-
Uses of CommandLine.Model.ITypeInfo in picocli
Methods in picocli that return CommandLine.Model.ITypeInfo Modifier and Type Method Description CommandLine.Model.ITypeInfoCommandLine.Model.IAnnotatedElement. getTypeInfo()CommandLine.Model.ITypeInfoCommandLine.Model.ArgGroupSpec.Builder. typeInfo()Returns the type info for the annotated program element associated with this group.CommandLine.Model.ITypeInfoCommandLine.Model.ArgGroupSpec. typeInfo()Returns the type info for the annotated program element associated with this group.CommandLine.Model.ITypeInfoCommandLine.Model.ArgSpec. typeInfo()Returns theITypeInfothat 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.ITypeInfo Modifier and Type Method Description List<CommandLine.Model.ITypeInfo>CommandLine.Model.ITypeInfo. getAuxiliaryTypeInfos()Returns type information of components or elements of amultivaluetype.Methods in picocli with parameters of type CommandLine.Model.ITypeInfo Modifier and Type Method Description CommandLine.Model.ArgGroupSpec.BuilderCommandLine.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.
-