DummyMapper

IntelliJ IDEA plugin for mapping Java class to JSON/AVRO/GraphQL.

APACHE-2.0 License

Stars
15
Committers
2

Bot releases are hidden (Show)

DummyMapper - v2.2.2 Latest Release

Published by GoodforGod 6 months ago

  • IDEA 2024.1 support
DummyMapper - v2.2.1

Published by GoodforGod 8 months ago

Features:

  • IDEA 2023.3 support
DummyMapper - v2.2.0

Published by GoodforGod about 1 year ago

Features:

  • IDEA 2023.2 support
  • Json field order mapping improved (JSON field order same as Class field declaration order)
DummyMapper - v2.1.1

Published by GoodforGod over 1 year ago

Features:

  • IDEA 2023.1 support (#47)
DummyMapper - v2.1.0

Published by GoodforGod almost 2 years ago

Features:

  • IDEA 2022.3+ support
DummyMapper - v2.0.0

Published by GoodforGod almost 2 years ago

Features:

  • Kotlin support (#44)
  • Cache for AssistClassFactory (#3)
  • DummyMaker updated
  • Json Schema 2020_12 spec added
DummyMapper - v1.4.0

Published by GoodforGod about 2 years ago

Features:

  • IDEA 2022.2 support
  • JSON mapping improved with field ordering
  • Dependencies updated (DummyMaker, jsonschema)
DummyMapper - v1.3.0

Published by GoodforGod almost 3 years ago

Features:

  • Support for IDEA 2021.3
  • DummyMaker updated to 3.1.0
  • Other dependencies updated
DummyMapper - v1.2.0

Published by GoodforGod about 3 years ago

Features:

  • IDEA 2021.2 support
  • SPQR updated to 0.11.2
DummyMapper - v1.1.1

Published by GoodforGod over 3 years ago

Features:

  • GraphQL correct type name set fixed
  • Complex cases for mapping classes with inheritance caused recursion errors fixed
  • Default value of 10 for mapping to JSON array fixed
DummyMapper - v1.1.0

Published by GoodforGod over 3 years ago

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+)
DummyMapper - v1.0.4

Published by GoodforGod over 3 years ago

Features:

  • Fixed concurrent modification when filters try to clean structure ( fixes #35 )
DummyMapper - v1.0.3

Published by GoodforGod over 3 years ago

Features:

  • Compatibility with 2021.1+
DummyMapper - v1.0.2

Published by GoodforGod almost 4 years ago

Features in release:

  • Compatibility with IDEA 2020.3+
  • Avro Jackson mapper required by default fixed.
DummyMapper - v1.0.1

Published by GoodforGod almost 4 years ago

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
DummyMapper - v1.0.0

Published by GoodforGod about 4 years ago

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+