Skip to content

Commit 87f172f

Browse files
authored
1 parent 5111922 commit 87f172f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/tooling-data.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,19 @@
16271627
supportedDialects:
16281628
draft: ['3', '4', '6', '7', '2019-09']
16291629

1630+
- name: json-schema-to-java-record
1631+
description: 'An annotation processor converting JSON schemas to java records. Supports Jackson, JSpecify and RecordBuilder.'
1632+
toolingTypes: ['schema-to-code']
1633+
languages: ['Java']
1634+
maintainers:
1635+
- name: 'Réda Housni Alaoui'
1636+
username: 'reda-alaoui'
1637+
platform: 'github'
1638+
license: 'Apache-2.0'
1639+
source: 'https://github.com/Cosium/json-schema-to-java-record'
1640+
supportedDialects:
1641+
draft: ['3', '4', '6', '7', '2019-09', '2020-12']
1642+
16301643
- name: json-kotlin-schema-codegen
16311644
description: 'Generates Kotlin data classes, Java classes or TypeScript interfaces from JSON Schema.'
16321645
toolingTypes: ['schema-to-code']

0 commit comments

Comments
 (0)