Uses of Class
com.github.rvesse.airline.Accessor
Packages that use Accessor
-
Uses of Accessor in com.github.rvesse.airline.help.cli.bash
Method parameters in com.github.rvesse.airline.help.cli.bash with type arguments of type AccessorModifier and TypeMethodDescriptionprotected BashCompletion
BashCompletionGenerator.getCompletionData
(Collection<Accessor> accessors) -
Uses of Accessor in com.github.rvesse.airline.model
Fields in com.github.rvesse.airline.model with type parameters of type AccessorModifier and TypeFieldDescriptionArgumentsMetadata.accessors
OptionMetadata.accessors
CommandMetadata.metadataInjections
MetadataLoader.InjectionMetadata.metadataInjections
SuggesterMetadata.metadataInjections
Methods in com.github.rvesse.airline.model that return types with arguments of type AccessorModifier and TypeMethodDescriptionArgumentsMetadata.getAccessors()
OptionMetadata.getAccessors()
CommandMetadata.getMetadataInjections()
SuggesterMetadata.getMetadataInjections()
Constructor parameters in com.github.rvesse.airline.model with type arguments of type AccessorModifierConstructorDescriptionSuggesterMetadata
(Class<? extends Suggester> suggesterClass, List<Accessor> metadataInjections)