Introduce Parameter.getRequiredName()
and Parameter.hasName()
#3088
Labels
type: enhancement
A general enhancement
Provide a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Typically, code checks for
null
and then throws an exception.The text was updated successfully, but these errors were encountered: