skipoleschris / lift-json-jsr311-provider

JSR-311 / JAX-RS Provider for using Lift-Json to map between Json and Scala Case Classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Substitution of one case class with another on output

skipoleschris opened this issue · comments

Allow a returned case class instance to be replaced by an alternative instance prior to being decomposed and generated a Json. Provides a powerful mechanism for mapping between internal and external representations.