jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
shared
/
com.paligot.jsonforms.kotlin.internal.checks
/
ValidationCheck
Validation
Check
class
ValidationCheck
(
schema
:
Schema
,
uiSchema
:
UiSchema
)
Members
Constructors
Validation
Check
Link copied to clipboard
constructor
(
schema
:
Schema
,
uiSchema
:
UiSchema
)
Functions
check
Link copied to clipboard
fun
check
(
data
:
Map
<
String
,
Any
?
>
)
:
List
<
FieldError
>