inline Class Option Vararg
Declares multiple input options encapsulated in an inline class.
The property of the inline class needs to be a List, where the element type is supported by ParameterResolver.
Additional types can be added by implementing SlashParameterResolver.
Parameters
Name of the declared parameter which receives the value class
The inline class type
How many options to generate
How many of the generated options are required
Block generating an option name from the option's index
See also
Declares multiple input options encapsulated in an inline class.
The property of the inline class needs to be a List, where the element type is supported by ParameterResolver.
Additional types can be added by implementing SlashParameterResolver.
Parameters
Name of the declared parameter which receives the value class
How many options to generate
How many of the generated options are required
Block generating an option name from the option's index
The inline class type