Uses of Package
tech.guilhermekaua.spigotboot.commands.message
Packages that use tech.guilhermekaua.spigotboot.commands.message
Package
Description
-
Classes in tech.guilhermekaua.spigotboot.commands.message used by tech.guilhermekaua.spigotboot.commands.configurationClassDescriptionOpt-in, read-only catalog of every
CommandMessageKeydeclared by the registered argument resolvers.Renders aCommandMessageExceptioninto the final message string: the activeCommandMessageSourcetemplate if it supplies one, otherwise the key's default template, then placeholder interpolation.Resolves the activeCommandMessageSourcefrom the dependency context, mirroringCommandMessagesProvider: no bean yields a no-op source, one bean wins, several require exactly one@Primary. -
-
Classes in tech.guilhermekaua.spigotboot.commands.message used by tech.guilhermekaua.spigotboot.commands.executionClassDescriptionRenders a
CommandMessageExceptioninto the final message string: the activeCommandMessageSourcetemplate if it supplies one, otherwise the key's default template, then placeholder interpolation. -
Classes in tech.guilhermekaua.spigotboot.commands.message used by tech.guilhermekaua.spigotboot.commands.messageClassDescriptionResolves the active
CommandMessageSourcefrom the dependency context, mirroringCommandMessagesProvider: no bean yields a no-op source, one bean wins, several require exactly one@Primary.