diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java index 976eff8f5d2e..1b07d1016517 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java @@ -839,7 +839,7 @@ ResponseSpec onRawStatus(IntPredicate statusCodePredicate, Flux bodyToFlux(Class elementClass); /** - * Variant of {@link #bodyToMono(Class)} with a {@link ParameterizedTypeReference}. + * Variant of {@link #bodyToFlux(Class)} with a {@link ParameterizedTypeReference}. * @param elementTypeRef the type of element to decode to * @param the body element type * @return the decoded body @@ -859,7 +859,7 @@ ResponseSpec onRawStatus(IntPredicate statusCodePredicate, Mono> toEntity(Class bodyClass); /** - * Variant of {@link #bodyToMono(Class)} with a {@link ParameterizedTypeReference}. + * Variant of {@link #toEntity(Class)} with a {@link ParameterizedTypeReference}. * @param bodyTypeReference the expected response body type * @param the response body type * @return the {@code ResponseEntity} with the decoded body @@ -881,7 +881,7 @@ ResponseSpec onRawStatus(IntPredicate statusCodePredicate, Mono>> toEntityList(Class elementClass); /** - * Variant of {@link #toEntity(Class)} with a {@link ParameterizedTypeReference}. + * Variant of {@link #toEntityList(Class)} with a {@link ParameterizedTypeReference}. * @param elementTypeRef the type of element to decode the target Flux to * @param the body element type * @return the {@code ResponseEntity}