Class ShortParser<C>

java.lang.Object
org.incendo.cloud.parser.standard.NumberParser<C,Short,ShortRange>
org.incendo.cloud.parser.standard.ShortParser<C>
All Implemented Interfaces:
ArgumentParser<C,Short>, BlockingSuggestionProvider<C>, BlockingSuggestionProvider.Strings<C>, SuggestionProvider<C>, SuggestionProviderHolder<C>

@API(status=STABLE) public final class ShortParser<C> extends NumberParser<C,Short,ShortRange> implements BlockingSuggestionProvider.Strings<C>