Uses of Class
picocli.CommandLine.Model.TypedMember
-
Uses of CommandLine.Model.TypedMember in picocli
Fields in picocli declared as CommandLine.Model.TypedMemberModifier and TypeFieldDescriptionprivate CommandLine.Model.TypedMember[]
CommandLine.Model.CommandSpec.methodParams
Methods in picocli that return CommandLine.Model.TypedMemberModifier and TypeMethodDescription(package private) static CommandLine.Model.TypedMember
CommandLine.Model.TypedMember.createIfAnnotated
(Field field, CommandLine.Model.IScope scope) (package private) static CommandLine.Model.TypedMember
CommandLine.Model.TypedMember.createIfAnnotated
(Method method, CommandLine.Model.IScope scope, CommandLine.Model.CommandSpec spec) Methods in picocli with parameters of type CommandLine.Model.TypedMemberModifier and TypeMethodDescriptionprivate static void
CommandLine.Model.CommandReflection.assertNoDuplicateAnnotations
(CommandLine.Model.TypedMember member, Class<? extends Annotation> myAnnotation, Class<? extends 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.TypedMemberModifier and TypeMethodDescriptionprivate static boolean
CommandLine.Model.CommandReflection.initFromAnnotatedMembers
(CommandLine.Model.IScope scope, 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)