• Andy Wilkinson's avatar
    Allow operations to produce different output · 1ec49cee
    Andy Wilkinson authored
    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
    1ec49cee
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...