spring-framework / org.springframework.web.method.support / CompositeUriComponentsContributor / contributeMethodArgument

contributeMethodArgument

open fun contributeMethodArgument(parameter: MethodParameter, value: Any, builder: UriComponentsBuilder, uriVariables: MutableMap<String, Any>, conversionService: ConversionService): Unit open fun contributeMethodArgument(parameter: MethodParameter, value: Any, builder: UriComponentsBuilder, uriVariables: MutableMap<String, Any>): Unit

An overloaded method that uses the ConversionService created at construction.