stringValue

fun StringValuesBuilder.stringValue(name: String? = null, toParsedString: StringParamToString = defaultStringParamToString, toParamString: StringToStringParam = defaultStringToStringParam): ValueSingleDelegateProvider<String?>(source)

Creates an optional parameter of type String with the given name in this StringValuesBuilder instance.

If no name is provided, the property's name will be used.

Parameters

toParsedString

Method to use when converting from its query parameter String form to a parsed String.

toParamString

Method to use when converting from its parsed String form to its query parameter String form.