Skip to content

Consider making ArgumentConverter#convert(Object, FieldContext) non-default #4837

@scordio

Description

@scordio

convert(Object, FieldContext) was introduced as a default method for backward compatibility in #4342.

I've recently implemented a few new argument converters and consistently managed to overlook overriding that method 🙃

Would you consider a breaking change by making it non-default in version 6?

Deliverables

  • convert(@Nullable Object source, FieldContext context) is no longer a default method

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions