Fixed
Details
Assignee
Khalid AlqinyahKhalid AlqinyahReporter
Gunnar MorlingGunnar MorlingLabels
Participants
Adam StawickiGunnar MorlingKhalid AlqinyahFix versions
Priority
Major
Details
Details
Assignee
Khalid Alqinyah
Khalid AlqinyahReporter
Gunnar Morling
Gunnar MorlingLabels
Participants
Adam Stawicki
Gunnar Morling
Khalid Alqinyah
Fix versions
Priority
Created March 7, 2014 at 1:10 PM
Updated October 22, 2014 at 2:50 PM
Resolved June 10, 2014 at 8:00 PM
As of Bean Validation 1.1 / Hibernate Validator 5.x, constraints can also be placed on method or constructor parameters. The parameter name is then part of the resulting
ConstraintViolation
to provide information about the affected constraint. By default, the namesarg0
,arg1
etc. are used, but Bean Validation defines an SPI for plugging in customParameterNameProvider
implementations.The idea of this sub-task is to implement this SPI using the reflective access to parameter names in Java 8.