Namespace BO4E.meta.LenientConverters
Classes
LenientBo4eUriConverter
LenientDateTimeConverter
The lenient DateTimeConverter allows for transforming strings into (nullable) DateTime(?) objects, even if their formatting is somehow weird.
LenientEnumListConverter
LenientParsingExtensions
LenientStringToIntConverter
The lenient StringToIntConverter allows for int or int? objects have alphabetic characters.
If the string is not parsable as integer 0 is used in case of (int) and null
in case of (int?).
Enums
LenientParsing
Passing LenientParsing flags to BoMapper allows you to map such JSONs that are "slightly invalid". Slightly means, e.g. the date string format is wrong.