@@ -175,19 +175,19 @@ A schema class that validates payloads
175175| ----------------- | ---------------------- |
176176| String | validate(arg: String, configuration: SchemaConfiguration) |
177177| 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) |
182182| 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) |
185185| FrozenList<Any?> | validate(arg: List<* >, configuration: SchemaConfiguration) |
186186| [ AdditionalpropertiesShouldNotLookInApplicators1BoxedString] ( #additionalpropertiesshouldnotlookinapplicators1boxedstring ) | validateAndBox(String, configuration: SchemaConfiguration) |
187187| [ AdditionalpropertiesShouldNotLookInApplicators1BoxedVoid] ( #additionalpropertiesshouldnotlookinapplicators1boxedvoid ) | validateAndBox(Nothing?, configuration: SchemaConfiguration) |
188188| [ 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) |
191191| [ AdditionalpropertiesShouldNotLookInApplicators1BoxedList] ( #additionalpropertiesshouldnotlookinapplicators1boxedlist ) | validateAndBox(List<* >, configuration: SchemaConfiguration) |
192192| [ AdditionalpropertiesShouldNotLookInApplicators1Boxed] ( #additionalpropertiesshouldnotlookinapplicators1boxed ) | validateAndBox(Any?, configuration: SchemaConfiguration) |
193193| Any? | validate(arg: Any?, configuration: SchemaConfiguration) |
@@ -351,19 +351,19 @@ A schema class that validates payloads
351351| ----------------- | ---------------------- |
352352| String | validate(arg: String, configuration: SchemaConfiguration) |
353353| 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) |
358358| 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) |
361361| FrozenList<Any?> | validate(arg: List<* >, configuration: SchemaConfiguration) |
362362| [ Schema0BoxedString] ( #schema0boxedstring ) | validateAndBox(String, configuration: SchemaConfiguration) |
363363| [ Schema0BoxedVoid] ( #schema0boxedvoid ) | validateAndBox(Nothing?, configuration: SchemaConfiguration) |
364364| [ 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) |
367367| [ Schema0BoxedList] ( #schema0boxedlist ) | validateAndBox(List<* >, configuration: SchemaConfiguration) |
368368| [ Schema0Boxed] ( #schema0boxed ) | validateAndBox(Any?, configuration: SchemaConfiguration) |
369369| Any? | validate(arg: Any?, configuration: SchemaConfiguration) |
0 commit comments