Uses of Class
tech.guilhermekaua.spigotboot.commands.metadata.CommandMethodMetadata
Packages that use CommandMethodMetadata
Package
Description
-
Uses of CommandMethodMetadata in tech.guilhermekaua.spigotboot.commands.binding
Methods in tech.guilhermekaua.spigotboot.commands.binding with parameters of type CommandMethodMetadataModifier and TypeMethodDescriptionCommandParameterRoleResolver.resolve(CommandMethodMetadata method, CommandPattern pattern) -
Uses of CommandMethodMetadata in tech.guilhermekaua.spigotboot.commands.execution
Methods in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandMethodMetadataModifier and TypeMethodDescriptionCommandInvocationFactory.create(CommandMethodMetadata methodMetadata, CommandPattern pattern) -
Uses of CommandMethodMetadata in tech.guilhermekaua.spigotboot.commands.metadata
Methods in tech.guilhermekaua.spigotboot.commands.metadata that return types with arguments of type CommandMethodMetadataConstructor parameters in tech.guilhermekaua.spigotboot.commands.metadata with type arguments of type CommandMethodMetadataModifierConstructorDescriptionRootCommandMetadata(Object handlerBean, Class<?> handlerType, CommandAliasSet aliases, String description, String usage, List<CommandMethodMetadata> methods)