onBlankValueStrategy property

OnBlankValueStrategy onBlankValueStrategy
final

Defines the behaviour when the value for key is blank or consists of the characters of whites only. Blank value will occur in any of the following cases:

{
 "blank_value": "",
 "also_blank_value": "   ",
}

This behaviour is will not be triggered if value is defined as null. In that case generator will always throw an Exception

Implementation

final OnBlankValueStrategy onBlankValueStrategy;