Skip to content

Support annotations on constructor parameters for binding #17109

Closed
@mbhave

Description

@mbhave

It doesn't look like we support this yet:

public ConverterAnnotatedExampleBean(@DefaultValue("2019-05-10") @DateTimeFormat(iso = DateTimeFormat.ISO.DATE) LocalDate date) {
	this.date = date;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions