UdashFramework / udash-core

Scala framework for building beautiful and maintainable web applications.
http://udash.io/
Apache License 2.0
447 stars 36 forks source link

RestDataWrapperCompanion refactor #1238

Closed sebaciv closed 2 months ago

sebaciv commented 3 months ago

Extract implicit definitions from RestDataWrapperCompanion to allow custom wrapper companions creation.

BaseRestDataWrapperCompanion can be reused without copying code, currently RestDataWrapperCompanion can't be inherited by another abstract base class because it takes MacroInstances as a parameter