Uses of Interface
picocli.CommandLine.Model.ITypeInfo
-
Uses of CommandLine.Model.ITypeInfo in picocli
Classes in picocli that implement CommandLine.Model.ITypeInfoModifier and TypeClassDescription(package private) static class
Fields in picocli declared as CommandLine.Model.ITypeInfoModifier and TypeFieldDescriptionprivate CommandLine.Model.ITypeInfo
CommandLine.Model.ArgGroupSpec.Builder.typeInfo
private final CommandLine.Model.ITypeInfo
CommandLine.Model.ArgGroupSpec.typeInfo
private CommandLine.Model.ITypeInfo
CommandLine.Model.ArgSpec.Builder.typeInfo
protected final CommandLine.Model.ITypeInfo
CommandLine.Model.ArgSpec.typeInfo
(package private) final CommandLine.Model.ITypeInfo
CommandLine.Model.TypedMember.typeInfo
Methods in picocli that return CommandLine.Model.ITypeInfoModifier and TypeMethodDescriptionstatic CommandLine.Model.ITypeInfo
CommandLine.Model.RuntimeTypeInfo.create
(Class<?> type, Class<?>[] annotationTypes, Type genericType, CommandLine.Range arity, Class<?> defaultType, boolean interactive) static CommandLine.Model.ITypeInfo
CommandLine.Model.RuntimeTypeInfo.create
(Class<?> type, Class<?>[] auxiliaryTypes, List<String> actualGenericTypeArguments, CommandLine.Range arity, Class<?> defaultType, boolean interactive) (package private) static CommandLine.Model.ITypeInfo
CommandLine.Model.RuntimeTypeInfo.createForAuxType
(Class<?> type) private CommandLine.Model.ITypeInfo
CommandLine.Model.TypedMember.createTypeInfo
(Class<?> type, Type genericType) CommandLine.Model.IAnnotatedElement.getTypeInfo()
CommandLine.Model.TypedMember.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.Builder.typeInfo()
Returns the type info for this option or positional parameter.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.CommandLine.Model.RuntimeTypeInfo.getAuxiliaryTypeInfos()
Methods in picocli with parameters of type CommandLine.Model.ITypeInfoModifier and TypeMethodDescriptionprivate static CommandLine.Range
CommandLine.Range.defaultParameterIndex
(CommandLine.Model.ITypeInfo typeInfo) private void
CommandLine.Model.ArgSpec.Builder.setTypeInfo
(CommandLine.Model.ITypeInfo newValue) CommandLine.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.CommandLine.Model.ArgSpec.Builder.typeInfo
(CommandLine.Model.ITypeInfo typeInfo) Sets the type info for this option or positional parameter, and returns this builder.