Skip to content

Commit cfb6ee2

Browse files
committed
Merge pull request #37726 from SimonVerhoeven
* pr/37726: Add reference to the new RestClient class in documentation Closes gh-37726
2 parents fbec06a + d0cadd9 commit cfb6ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/advanced-topics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ You can then use `@ImportRuntimeHints` on any `@Configuration` class (for exampl
159159

160160
If you have classes which need binding (mostly needed when serializing or deserializing JSON), you can use {spring-framework-docs}/core.html#aot-hints-register-reflection-for-binding[`@RegisterReflectionForBinding`] on any bean.
161161
Most of the hints are automatically inferred, for example when accepting or returning data from a `@RestController` method.
162-
But when you work with `WebClient` or `RestTemplate` directly, you might need to use `@RegisterReflectionForBinding`.
162+
But when you work with `WebClient`, `RestClient` or `RestTemplate` directly, you might need to use `@RegisterReflectionForBinding`.
163163

164164
[[native-image.advanced.custom-hints.testing]]
165165
==== Testing custom hints

0 commit comments

Comments
 (0)