JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Tree
Index
Search
Help
jda.commands
com.github.kaktushose.jda.commands.dispatching.validation.impl
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package com.github.kaktushose.jda.commands.dispatching.validation.impl
package
com.github.kaktushose.jda.commands.dispatching.validation.impl
Implementations of frequently used validators.
Related Packages
Package
Description
com.github.kaktushose.jda.commands.dispatching.validation
Command parameter validation system.
com.github.kaktushose.jda.commands.dispatching.validation.internal
Classes
Class
Description
MaximumValidator
A
Validator
implementation that checks the
Max
constraint.
MinimumValidator
A
Validator
implementation that checks the
Min
constraint.
NotPermissionValidator
A
Validator
implementation that checks the
NotPerm
constraint.
NotRoleValidator
A
Validator
implementation that checks the
NotRole
constraint.
NotUserValidator
A
Validator
implementation that checks the
NotUser
constraint.
PermissionValidator
A
Validator
implementation that checks the
Perm
constraint.
RoleValidator
A
Validator
implementation that checks the
Role
constraint.
UserValidator
A
Validator
implementation that checks the
User
constraint.