Class FormParameters
- All Implemented Interfaces:
Serializable, Cloneable, Map<String, List<String>>, org.springframework.util.MultiValueMap<String,String>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormParametersfrom(OperationRequest request) Extracts the form parameters from the body of the givenrequest.Methods inherited from class org.springframework.util.LinkedMultiValueMap
clone, deepCopyMethods inherited from class org.springframework.util.MultiValueMapAdapter
add, addAll, addAll, clear, containsKey, containsValue, entrySet, equals, forEach, get, getFirst, hashCode, isEmpty, keySet, put, putAll, putIfAbsent, remove, set, setAll, size, toSingleValueMap, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, remove, replace, replace, replaceAllMethods inherited from interface org.springframework.util.MultiValueMap
addIfAbsent, asSingleValueMap
-
Method Details
-
from
Extracts the form parameters from the body of the givenrequest. If the request has no body content, an emptyFormParametersis returned, rather thannull.- Parameters:
request- the request- Returns:
- the form parameters extracted from the body content
-