Uses of Class
picocli.CommandLine.Model.TypedMember
-
Packages that use CommandLine.Model.TypedMember Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.Model.TypedMember in picocli
Fields in picocli declared as CommandLine.Model.TypedMember Modifier and Type Field Description private CommandLine.Model.TypedMember[]
CommandLine.Model.CommandSpec. methodParams
Methods in picocli that return CommandLine.Model.TypedMember Modifier and Type Method Description (package private) static CommandLine.Model.TypedMember
CommandLine.Model.TypedMember. createIfAnnotated(java.lang.reflect.Field field, CommandLine.Model.IScope scope)
(package private) static CommandLine.Model.TypedMember
CommandLine.Model.TypedMember. createIfAnnotated(java.lang.reflect.Method method, CommandLine.Model.IScope scope, CommandLine.Model.CommandSpec spec)
Methods in picocli with parameters of type CommandLine.Model.TypedMember Modifier and Type Method Description private static void
CommandLine.Model.CommandReflection. assertNoDuplicateAnnotations(CommandLine.Model.TypedMember member, java.lang.Class<? extends java.lang.annotation.Annotation> myAnnotation, java.lang.Class<? extends java.lang.annotation.Annotation>... forbidden)
private static boolean
CommandLine.Model.CommandReflection. initFromAnnotatedTypedMembers(CommandLine.Model.TypedMember member, CommandLine.Model.Predicate<CommandLine.Model.TypedMember> predicate, CommandLine.Model.CommandSpec commandSpec, CommandLine.Model.ArgGroupSpec.Builder groupBuilder, CommandLine.IFactory factory)
private static void
CommandLine.Model.CommandReflection. validateArgSpecMember(CommandLine.Model.TypedMember member)
private static void
CommandLine.Model.CommandReflection. validateInjectSpec(CommandLine.Model.TypedMember member)
Method parameters in picocli with type arguments of type CommandLine.Model.TypedMember Modifier and Type Method Description private static boolean
CommandLine.Model.CommandReflection. initFromAnnotatedFields(CommandLine.Model.IScope scope, java.lang.Class<?> cls, CommandLine.Model.CommandSpec receiver, CommandLine.Model.ArgGroupSpec.Builder groupBuilder, CommandLine.IFactory factory, CommandLine.Model.Predicate<CommandLine.Model.TypedMember> predicate)
private static boolean
CommandLine.Model.CommandReflection. initFromAnnotatedTypedMembers(CommandLine.Model.TypedMember member, CommandLine.Model.Predicate<CommandLine.Model.TypedMember> predicate, CommandLine.Model.CommandSpec commandSpec, CommandLine.Model.ArgGroupSpec.Builder groupBuilder, CommandLine.IFactory factory)
-