public class FieldMappingDefinitions
extends Object
Yaml model class for field definitions
one field can have:
- multiple validations, like NotNull, RegexValidation
- multiple abort conditions like abort if expected is null or other custom abort conditions
- a single comparison strategy to be used against the expected value