You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to implement #25564 we need some actuator updates that will allow us to inject an enum that tells us what to produce. This will be a generalization of the ApiVersion enum functionality that we already support.
The text was updated successfully, but these errors were encountered:
Update the actuator @Enpoint` infrastructure code so that operations
may inject enums that indicate the type of output to produce. A new
`Producible` interface can be implemented by any enum that indicates
the mime-type that an enum value produces.
The new `OperationArgumentResolver` provides a general strategy for
resolving operation arguments with `ProducibleOperationArgumentResolver`
providing support for `Producible` enums. Existing injection support has
been refactored to use the new resolver.
See gh-25738
In order to implement #25564 we need some actuator updates that will allow us to inject an enum that tells us what to produce. This will be a generalization of the
ApiVersion
enum functionality that we already support.The text was updated successfully, but these errors were encountered: