Skip to content

Combine multiple InputTypeFactories #2177

Open
@kalgon

Description

@kalgon

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions