MappingOptions

data class MappingOptions(dynamic: Dynamic?, numericDetection: Boolean?, dateDetection: Boolean?, dynamicDateFormats: List<String>?)

Properties

dateDetection
Link copied to clipboard
val dateDetection: Boolean? = null
dynamic
Link copied to clipboard
val dynamic: Dynamic? = null
dynamicDateFormats
Link copied to clipboard
val dynamicDateFormats: List<String>? = null
numericDetection
Link copied to clipboard
val numericDetection: Boolean? = null