Uses of Interface
picocli.CommandLine.Model.ITypeInfo
-
Packages that use CommandLine.Model.ITypeInfo Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality.picocli.codegen.annotation.processing picocli.codegen.aot.graalvm -
-
Uses of CommandLine.Model.ITypeInfo in picocli
Classes in picocli that implement CommandLine.Model.ITypeInfo Modifier and Type Class Description (package private) static classCommandLine.Model.RuntimeTypeInfoFields in picocli declared as CommandLine.Model.ITypeInfo Modifier and Type Field Description private CommandLine.Model.ITypeInfoCommandLine.Model.ArgGroupSpec.Builder. typeInfoprivate CommandLine.Model.ITypeInfoCommandLine.Model.ArgGroupSpec. typeInfoprivate CommandLine.Model.ITypeInfoCommandLine.Model.ArgSpec.Builder. typeInfoprotected CommandLine.Model.ITypeInfoCommandLine.Model.ArgSpec. typeInfo(package private) CommandLine.Model.ITypeInfoCommandLine.Model.TypedMember. typeInfoMethods in picocli that return CommandLine.Model.ITypeInfo Modifier and Type Method Description static CommandLine.Model.ITypeInfoCommandLine.Model.RuntimeTypeInfo. create(java.lang.Class<?> type, java.lang.Class<?>[] annotationTypes, java.lang.reflect.Type genericType, CommandLine.Range arity, java.lang.Class<?> defaultType, boolean interactive)static CommandLine.Model.ITypeInfoCommandLine.Model.RuntimeTypeInfo. create(java.lang.Class<?> type, java.lang.Class<?>[] auxiliaryTypes, java.util.List<java.lang.String> actualGenericTypeArguments, CommandLine.Range arity, java.lang.Class<?> defaultType, boolean interactive)(package private) static CommandLine.Model.ITypeInfoCommandLine.Model.RuntimeTypeInfo. createForAuxType(java.lang.Class<?> type)private CommandLine.Model.ITypeInfoCommandLine.Model.TypedMember. createTypeInfo(java.lang.Class<?> type, java.lang.reflect.Type genericType)CommandLine.Model.ITypeInfoCommandLine.Model.IAnnotatedElement. getTypeInfo()CommandLine.Model.ITypeInfoCommandLine.Model.TypedMember. 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.Builder. typeInfo()Returns the type info for this option or positional parameter.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 java.util.List<CommandLine.Model.ITypeInfo>CommandLine.Model.ITypeInfo. getAuxiliaryTypeInfos()Returns type information of components or elements of amultivaluetype.java.util.List<CommandLine.Model.ITypeInfo>CommandLine.Model.RuntimeTypeInfo. getAuxiliaryTypeInfos()Methods in picocli with parameters of type CommandLine.Model.ITypeInfo Modifier and Type Method Description private static CommandLine.RangeCommandLine.Range. defaultParameterIndex(CommandLine.Model.ITypeInfo typeInfo)private static java.lang.StringCommandLine.Model.ArgSpec.Builder. inferLabel(java.lang.String label, java.lang.String fieldName, CommandLine.Model.ITypeInfo typeInfo)private voidCommandLine.Model.ArgSpec.Builder. setTypeInfo(CommandLine.Model.ITypeInfo newValue)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.TCommandLine.Model.ArgSpec.Builder. typeInfo(CommandLine.Model.ITypeInfo typeInfo)Sets the type info for this option or positional parameter, and returns this builder. -
Uses of CommandLine.Model.ITypeInfo in picocli.codegen.annotation.processing
Classes in picocli.codegen.annotation.processing that implement CommandLine.Model.ITypeInfo Modifier and Type Class Description (package private) classCompileTimeTypeInfoFields in picocli.codegen.annotation.processing declared as CommandLine.Model.ITypeInfo Modifier and Type Field Description (package private) CommandLine.Model.ITypeInfoTypedMember. typeInfoMethods in picocli.codegen.annotation.processing that return CommandLine.Model.ITypeInfo Modifier and Type Method Description CommandLine.Model.ITypeInfoTypedMember. getTypeInfo()Methods in picocli.codegen.annotation.processing that return types with arguments of type CommandLine.Model.ITypeInfo Modifier and Type Method Description java.util.List<CommandLine.Model.ITypeInfo>CompileTimeTypeInfo. getAuxiliaryTypeInfos() -
Uses of CommandLine.Model.ITypeInfo in picocli.codegen.aot.graalvm
Methods in picocli.codegen.aot.graalvm with parameters of type CommandLine.Model.ITypeInfo Modifier and Type Method Description private voidReflectionConfigGenerator.Visitor. visitTypeInfo(CommandLine.Model.ITypeInfo typeInfo)
-