Enum Resolver Builder
Types
Link copied to clipboard
inner class TextSupport(val values: Collection<E>, val nameFunction: EnumNameFunction<E>, val ignoreCase: Boolean)
Functions
Link copied to clipboard
Link copied to clipboard
Sets the function transforming the enum value into the display name, uses Resolvers.toHumanName by default.
Link copied to clipboard
@CheckReturnValue
Enables resolution of text command parameters.