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 BashCompletionBashCompletionGenerator.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.accessorsOptionMetadata.accessorsCommandMetadata.metadataInjectionsMetadataLoader.InjectionMetadata.metadataInjectionsSuggesterMetadata.metadataInjectionsMethods 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)