spring-framework / org.springframework.web.reactive.function.client / toEntity

toEntity

inline fun <reified T : Any> ClientResponse.toEntity(): Mono<ResponseEntity<T>>

Extension for ClientResponse.toEntity providing a toEntity<Foo>() variant leveraging Kotlin reified type parameters.

Author
Sebastien Deleuze

Since
5.0