spring-framework / org.springframework.web.client / patchForObject

patchForObject

inline fun <reified T : Any> RestOperations.patchForObject(url: String, request: Any, vararg uriVariables: Any): T?
inline fun <reified T : Any> RestOperations.patchForObject(url: String, request: Any, uriVariables: Map<String, *>): T?
inline fun <reified T : Any> RestOperations.patchForObject(url: URI, request: Any): T?

Extension for RestOperations.patchForObject avoiding specifying the type parameter thanks to Kotlin reified type parameters.

Author
Sebastien Deleuze

Since
5.0.2