Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 8342fef

Browse files
authored
Java, improves schema docs, adds missing inherited validate (#312)
* Samples regen * Sample regen with number template fix
1 parent 0928f5f commit 8342fef

53 files changed

Lines changed: 293 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/client/3_0_3_unit_test/java/docs/components/schemas/Allof.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,8 @@ extends IntJsonSchema
144144

145145
A schema class that validates payloads
146146

147+
| Methods Inherited from class org.openapijsonschematools.client.schemas.IntJsonSchema |
148+
| ------------------------------------------------------------------ |
149+
| validate |
150+
147151
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/3_0_3_unit_test/java/docs/components/schemas/AllofWithBaseSchema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ extends IntJsonSchema
6868

6969
A schema class that validates payloads
7070

71+
| Methods Inherited from class org.openapijsonschematools.client.schemas.IntJsonSchema |
72+
| ------------------------------------------------------------------ |
73+
| validate |
74+
7175
## Schema1
7276
public static class Schema1<br>
7377
extends JsonSchema

samples/client/3_0_3_unit_test/java/docs/components/schemas/AllofWithTheFirstEmptySchema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ extends NumberJsonSchema
4040

4141
A schema class that validates payloads
4242

43+
| Methods Inherited from class org.openapijsonschematools.client.schemas.NumberJsonSchema |
44+
| ------------------------------------------------------------------ |
45+
| validate |
46+
4347
## Schema0
4448
public static class Schema0<br>
4549
extends AnyTypeJsonSchema

samples/client/3_0_3_unit_test/java/docs/components/schemas/AllofWithTheLastEmptySchema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@ extends NumberJsonSchema
5050

5151
A schema class that validates payloads
5252

53+
| Methods Inherited from class org.openapijsonschematools.client.schemas.NumberJsonSchema |
54+
| ------------------------------------------------------------------ |
55+
| validate |
56+
5357
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/3_0_3_unit_test/java/docs/components/schemas/Anyof.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ extends IntJsonSchema
6363

6464
A schema class that validates payloads
6565

66+
| Methods Inherited from class org.openapijsonschematools.client.schemas.IntJsonSchema |
67+
| ------------------------------------------------------------------ |
68+
| validate |
69+
6670
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/3_0_3_unit_test/java/docs/components/schemas/AnyofComplexTypes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,8 @@ extends IntJsonSchema
144144

145145
A schema class that validates payloads
146146

147+
| Methods Inherited from class org.openapijsonschematools.client.schemas.IntJsonSchema |
148+
| ------------------------------------------------------------------ |
149+
| validate |
150+
147151
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/3_0_3_unit_test/java/docs/components/schemas/AnyofWithOneEmptySchema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@ extends NumberJsonSchema
5050

5151
A schema class that validates payloads
5252

53+
| Methods Inherited from class org.openapijsonschematools.client.schemas.NumberJsonSchema |
54+
| ------------------------------------------------------------------ |
55+
| validate |
56+
5357
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/3_0_3_unit_test/java/docs/components/schemas/IntegerTypeMatchesIntegers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ extends IntJsonSchema
1515

1616
A schema class that validates payloads
1717

18+
| Methods Inherited from class org.openapijsonschematools.client.schemas.IntJsonSchema |
19+
| ------------------------------------------------------------------ |
20+
| validate |
21+
1822
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/3_0_3_unit_test/java/docs/components/schemas/NestedItems.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,8 @@ extends NumberJsonSchema
159159

160160
A schema class that validates payloads
161161

162+
| Methods Inherited from class org.openapijsonschematools.client.schemas.NumberJsonSchema |
163+
| ------------------------------------------------------------------ |
164+
| validate |
165+
162166
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/3_0_3_unit_test/java/docs/components/schemas/Not.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ extends IntJsonSchema
3939

4040
A schema class that validates payloads
4141

42+
| Methods Inherited from class org.openapijsonschematools.client.schemas.IntJsonSchema |
43+
| ------------------------------------------------------------------ |
44+
| validate |
45+
4246
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

0 commit comments

Comments
 (0)