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 andautocompletionfunctionality. -
-
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. methodParamsMethods in picocli that return CommandLine.Model.TypedMember Modifier and Type Method Description (package private) static CommandLine.Model.TypedMemberCommandLine.Model.TypedMember. createIfAnnotated(java.lang.reflect.Field field, CommandLine.Model.IScope scope)(package private) static CommandLine.Model.TypedMemberCommandLine.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 voidCommandLine.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 booleanCommandLine.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 voidCommandLine.Model.CommandReflection. validateArgSpecMember(CommandLine.Model.TypedMember member)private static voidCommandLine.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 booleanCommandLine.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 booleanCommandLine.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)
-