Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Gunnar Morling
Gunnar MorlingParticipants
Gunnar Morling
Components
Fix versions
Priority
Created December 21, 2016 at 1:21 PM
Updated February 15, 2017 at 4:44 PM
Resolved February 15, 2017 at 4:24 PM
BV API
Move SPI to BV (also rename
UnwrapValidatedValue
to the name suggested in 's proposalImplementation
Implicit unwrapping, e.g.
@Min(1) IntegerProperty myInt
; currently an explicit@UnwrapValidatedValue
is requiredMove retrieval of extractors for constraints (not cascaded validation) to metadata retrieval time and cache them
Implement
@ConstraintApplyTo
Raise error if no extractor is found during cascaded validation
Remove value unwrappers from reference docs