Uses of Interface
net.kautler.command.api.parameter.ParameterConverter
-
Packages that use ParameterConverter Package Description net.kautler.command.api -
-
Uses of ParameterConverter in net.kautler.command.api
Methods in net.kautler.command.api that return types with arguments of type ParameterConverter Modifier and Type Method Description abstract Map.Entry<Class<M>,TypeLiteral<ParameterConverter<? super M,?>>>
CommandHandler. getParameterConverterTypeLiteralByMessageType()
Returns the map entry for mapping the message class to a parameter converter type literal.
-