Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support annotations on constructor parameters for binding #17109

Closed
mbhave opened this issue Jun 11, 2019 · 0 comments
Closed

Support annotations on constructor parameters for binding #17109

mbhave opened this issue Jun 11, 2019 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@mbhave
Copy link
Contributor

mbhave commented Jun 11, 2019

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;
}
@mbhave mbhave added the type: enhancement A general enhancement label Jun 11, 2019
@mbhave mbhave added this to the 2.2.x milestone Jun 11, 2019
@mbhave mbhave self-assigned this Jun 11, 2019
@mbhave mbhave modified the milestones: 2.2.x, 2.2.0.M4 Jun 11, 2019
@mbhave mbhave closed this as completed in 6b3329b Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant