spring-framework / org.springframework.web.bind / ServletRequestUtils / getFloatParameters

getFloatParameters

open static fun getFloatParameters(request: ServletRequest, name: String): FloatArray

Get an array of float parameters, return an empty array if not found.

Parameters

request - current HTTP request

name - the name of the parameter with multiple possible values