This method is typically used once parsing is complete to obtain the parsed data. Parsing will typically result in separate fields, such as year, month and day. The returned merger can be used to combine the parsed data into meaningful objects such as {@code LocalDate}, potentially applying complex processing to handle invalid parsed data. @return a new independent merger with the parsed rule-value map, never null
|
|
|
|