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

toEntityList

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

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

Author
Sebastien Deleuze

Since
5.0