query parameter name. By default, name of the parameter.
Default:
""
required
public abstract boolean required
If true, request without this header will be rejected.
Default:
false
fixEmpty
public abstract boolean fixEmpty
If true, and the actual value of this parameter is "",
null is passed instead. This is useful to unify the treatment of
the absence of the value vs the empty value.