Argument

interface Argument

表示一个导航参数的接口.

Author

M8Test, [email protected], https://m8test.com

Inheritors

Functions

Link copied to clipboard
abstract fun checkValid(value: String?): String?

检查参数值是否合法.

Link copied to clipboard
abstract fun getDefaultValue(): String?

获取参数默认值

Link copied to clipboard
abstract fun getDescription(): String

获取参数描述信息

Link copied to clipboard
abstract fun getName(): String

获取参数名

Link copied to clipboard
abstract fun isNullable(): Boolean

获取参数是否可为 null

Link copied to clipboard
abstract fun isRequired(): Boolean

获取参数是否为必须的