@@ -175,19 +175,19 @@ A schema class that validates payloads
175
175
| ----------------- | ---------------------- |
176
176
| String | validate(arg: String, configuration: SchemaConfiguration) |
177
177
| Nothing? | validate(arg: Nothing?, configuration: SchemaConfiguration) |
178
- | int | validate(arg: int , configuration: SchemaConfiguration) |
179
- | long | validate(arg: long , configuration: SchemaConfiguration) |
180
- | float | validate(arg: float , configuration: SchemaConfiguration) |
181
- | double | validate(arg: double , configuration: SchemaConfiguration) |
178
+ | Int | validate(arg: Int , configuration: SchemaConfiguration) |
179
+ | Long | validate(arg: Long , configuration: SchemaConfiguration) |
180
+ | Float | validate(arg: Float , configuration: SchemaConfiguration) |
181
+ | Double | validate(arg: Double , configuration: SchemaConfiguration) |
182
182
| Number | validate(arg: Number, configuration: SchemaConfiguration) |
183
- | boolean | validate(arg: boolean , configuration: SchemaConfiguration) |
184
- | [ AdditionalpropertiesShouldNotLookInApplicatorsMap] ( #additionalpropertiesshouldnotlookinapplicatorsmap ) | validate(arg: [ Map< ; ?, ? > ; ] ( #additionalpropertiesshouldnotlookinapplicatorsmapbuilder ) , configuration: SchemaConfiguration) |
183
+ | Boolean | validate(arg: Boolean , configuration: SchemaConfiguration) |
184
+ | [ AdditionalpropertiesShouldNotLookInApplicatorsMap] ( #additionalpropertiesshouldnotlookinapplicatorsmap ) | validate(arg: [ Map< ; * , * > ; ] ( #additionalpropertiesshouldnotlookinapplicatorsmapbuilder ) , configuration: SchemaConfiguration) |
185
185
| FrozenList<Any?> | validate(arg: List<* >, configuration: SchemaConfiguration) |
186
186
| [ AdditionalpropertiesShouldNotLookInApplicators1BoxedString] ( #additionalpropertiesshouldnotlookinapplicators1boxedstring ) | validateAndBox(String, configuration: SchemaConfiguration) |
187
187
| [ AdditionalpropertiesShouldNotLookInApplicators1BoxedVoid] ( #additionalpropertiesshouldnotlookinapplicators1boxedvoid ) | validateAndBox(Nothing?, configuration: SchemaConfiguration) |
188
188
| [ AdditionalpropertiesShouldNotLookInApplicators1BoxedNumber] ( #additionalpropertiesshouldnotlookinapplicators1boxednumber ) | validateAndBox(Number, configuration: SchemaConfiguration) |
189
- | [ AdditionalpropertiesShouldNotLookInApplicators1BoxedBoolean] ( #additionalpropertiesshouldnotlookinapplicators1boxedboolean ) | validateAndBox(boolean , configuration: SchemaConfiguration) |
190
- | [ AdditionalpropertiesShouldNotLookInApplicators1BoxedMap] ( #additionalpropertiesshouldnotlookinapplicators1boxedmap ) | validateAndBox([ Map< ; ?, ? > ; ] ( #additionalpropertiesshouldnotlookinapplicatorsmapbuilder ) , configuration: SchemaConfiguration) |
189
+ | [ AdditionalpropertiesShouldNotLookInApplicators1BoxedBoolean] ( #additionalpropertiesshouldnotlookinapplicators1boxedboolean ) | validateAndBox(Boolean , configuration: SchemaConfiguration) |
190
+ | [ AdditionalpropertiesShouldNotLookInApplicators1BoxedMap] ( #additionalpropertiesshouldnotlookinapplicators1boxedmap ) | validateAndBox([ Map< ; * , * > ; ] ( #additionalpropertiesshouldnotlookinapplicatorsmapbuilder ) , configuration: SchemaConfiguration) |
191
191
| [ AdditionalpropertiesShouldNotLookInApplicators1BoxedList] ( #additionalpropertiesshouldnotlookinapplicators1boxedlist ) | validateAndBox(List<* >, configuration: SchemaConfiguration) |
192
192
| [ AdditionalpropertiesShouldNotLookInApplicators1Boxed] ( #additionalpropertiesshouldnotlookinapplicators1boxed ) | validateAndBox(Any?, configuration: SchemaConfiguration) |
193
193
| Any? | validate(arg: Any?, configuration: SchemaConfiguration) |
@@ -351,19 +351,19 @@ A schema class that validates payloads
351
351
| ----------------- | ---------------------- |
352
352
| String | validate(arg: String, configuration: SchemaConfiguration) |
353
353
| Nothing? | validate(arg: Nothing?, configuration: SchemaConfiguration) |
354
- | int | validate(arg: int , configuration: SchemaConfiguration) |
355
- | long | validate(arg: long , configuration: SchemaConfiguration) |
356
- | float | validate(arg: float , configuration: SchemaConfiguration) |
357
- | double | validate(arg: double , configuration: SchemaConfiguration) |
354
+ | Int | validate(arg: Int , configuration: SchemaConfiguration) |
355
+ | Long | validate(arg: Long , configuration: SchemaConfiguration) |
356
+ | Float | validate(arg: Float , configuration: SchemaConfiguration) |
357
+ | Double | validate(arg: Double , configuration: SchemaConfiguration) |
358
358
| Number | validate(arg: Number, configuration: SchemaConfiguration) |
359
- | boolean | validate(arg: boolean , configuration: SchemaConfiguration) |
360
- | [ Schema0Map] ( #schema0map ) | validate(arg: [ Map< ; ?, ? > ; ] ( #schema0mapbuilder ) , configuration: SchemaConfiguration) |
359
+ | Boolean | validate(arg: Boolean , configuration: SchemaConfiguration) |
360
+ | [ Schema0Map] ( #schema0map ) | validate(arg: [ Map< ; * , * > ; ] ( #schema0mapbuilder ) , configuration: SchemaConfiguration) |
361
361
| FrozenList<Any?> | validate(arg: List<* >, configuration: SchemaConfiguration) |
362
362
| [ Schema0BoxedString] ( #schema0boxedstring ) | validateAndBox(String, configuration: SchemaConfiguration) |
363
363
| [ Schema0BoxedVoid] ( #schema0boxedvoid ) | validateAndBox(Nothing?, configuration: SchemaConfiguration) |
364
364
| [ Schema0BoxedNumber] ( #schema0boxednumber ) | validateAndBox(Number, configuration: SchemaConfiguration) |
365
- | [ Schema0BoxedBoolean] ( #schema0boxedboolean ) | validateAndBox(boolean , configuration: SchemaConfiguration) |
366
- | [ Schema0BoxedMap] ( #schema0boxedmap ) | validateAndBox([ Map< ; ?, ? > ; ] ( #schema0mapbuilder ) , configuration: SchemaConfiguration) |
365
+ | [ Schema0BoxedBoolean] ( #schema0boxedboolean ) | validateAndBox(Boolean , configuration: SchemaConfiguration) |
366
+ | [ Schema0BoxedMap] ( #schema0boxedmap ) | validateAndBox([ Map< ; * , * > ; ] ( #schema0mapbuilder ) , configuration: SchemaConfiguration) |
367
367
| [ Schema0BoxedList] ( #schema0boxedlist ) | validateAndBox(List<* >, configuration: SchemaConfiguration) |
368
368
| [ Schema0Boxed] ( #schema0boxed ) | validateAndBox(Any?, configuration: SchemaConfiguration) |
369
369
| Any? | validate(arg: Any?, configuration: SchemaConfiguration) |
0 commit comments