spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

Combine multiple InputTypeFactories

Open kalgon opened this issue 1 year ago • 1 comments
trafficstars

Currently, only the first InputTypeFactory loaded from spring.factories is loaded.

I would like to provide custom types while keeping the existing ones in place, or combine multiple factories. Therefore, it would be nice to have some sort of CompositeInputTypeFactory which will use all available factories (which can be ordered with the @Order annotation, HtmlInputTypeFactory should have the lowest priority).

kalgon avatar Jul 25 '24 13:07 kalgon