FieldValueSemantics

data class FieldValueSemantics(val fieldFullName: String, val invalidSemantics: Boolean) : Parcelable

Report of the field value semantics verification.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(fieldFullName: String, invalidSemantics: Boolean)

Properties

Link copied to clipboard

Full name of the field that was considered during the verification.

Link copied to clipboard

Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject