ConstraintMetadata

data class ConstraintMetadata(val annotationFqName: String, val constraintCode: String, val messageKey: String, val defaultMessage: String, val params: Map<String, Any>, val groups: List<String>, val isCustom: Boolean, val schemaKeyword: SchemaKeyword)

Metadata descriptor for a single constraint rule attached to a field or class.

Constructors

Link copied to clipboard
constructor(annotationFqName: String, constraintCode: String, messageKey: String, defaultMessage: String, params: Map<String, Any>, groups: List<String>, isCustom: Boolean, schemaKeyword: SchemaKeyword)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard