Polish "Make Actuator dedicated ConversionService configurable"

See gh-16449
This commit is contained in:
Stephane Nicoll
2019-07-23 11:21:42 +02:00
parent 2aea437536
commit 94c35ae1de
4 changed files with 70 additions and 133 deletions

View File

@@ -558,8 +558,8 @@ automatically if you are using Spring Boot's Gradle plugin or if you are using M
The parameters passed to endpoint operation methods are, if necessary, automatically
converted to the required type. Before calling an operation method, the input received via
JMX or an HTTP request is converted to the required types using an instance of
`ApplicationConversionService`.
`ApplicationConversionService` as well as any `Converter` or `GenericConverter` beans
qualified with `@EndpointConverter`.
[[production-ready-endpoints-custom-web]]