Releases: GoodforGod/DummyMapper
Releases · GoodforGod/DummyMapper
v1.1.0
Features:
- Ability select inner classes and map only such selected class instead main class in .java file.
- Compatibility starting with 2020.2+ (was 2019.3+)
v1.0.4
v1.0.3
Features:
- Compatibility with 2021.1+
v1.0.2
Features in release:
- Compatibility with IDEA 2020.3+
- Avro Jackson mapper required by default fixed.
v1.0.1
Features in release:
- Fixed AVRO namespace mapping
- Fixed path scanning on OSX
- Fixed java.time.* package serialization in ISO8601 format when mapping to Json.
- Fixed enum serialization
v1.0.0
Features or changes in this release
- Support of JSON mapping option (Example representation in JSON)
- Support of JSON Array mapping option (Array examples representation in JSON)
- Support of GraphQL (v14) mapping option
- Support of JSON Schema mapping option (draft 2019), (Draft-07), (Draft-06)
- Support of AVRO Schema (Jackson) mapping option (1.9.2)
- Support of AVRO Schema (Apache) mapping option (1.9.2)
- Support all basic Java types, collections, maps and more
- Jackson annotations support for fields \ methods handling when mapping to AVRO \ JSON
- Compatibility with IDEA 2020.2+