UUIDArgumentProcessor

class UUIDArgumentProcessor : ArgumentProcessor<String>

Functions

Link copied to clipboard
open override fun get(raw: String): String

Parses the given raw argument and returns the parsed value

Link copied to clipboard
open override fun validate(raw: String): Boolean

Validates the given raw argument and returns if it can be parsed using this argument processor