Uses of Interface
com.github.rvesse.airline.help.suggester.Suggester
Packages that use Suggester
-
Uses of Suggester in com.github.rvesse.airline.help.suggester
Classes in com.github.rvesse.airline.help.suggester that implement SuggesterModifier and TypeClassDescriptionclass
class
class
Fields in com.github.rvesse.airline.help.suggester with type parameters of type Suggester -
Uses of Suggester in com.github.rvesse.airline.model
Fields in com.github.rvesse.airline.model with type parameters of type SuggesterMethods in com.github.rvesse.airline.model that return types with arguments of type SuggesterMethod parameters in com.github.rvesse.airline.model with type arguments of type SuggesterModifier and TypeMethodDescriptionstatic SuggesterMetadata
MetadataLoader.loadSuggester
(Class<? extends Suggester> suggesterClass, ParserMetadata<?> parserConfig) Loads suggester meta-dataConstructor parameters in com.github.rvesse.airline.model with type arguments of type SuggesterModifierConstructorDescriptionSuggesterMetadata
(Class<? extends Suggester> suggesterClass, List<Accessor> metadataInjections)