--
You received this message because you are subscribed to the Google Groups "finatra-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to finatra-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
case class definition was
case class PersonPost(
@JsonRawValue @JsonProperty("firstName") firstName : String,
@JsonRawValue @JsonProperty("lastName") lastName : String,
@Inject request: Request
)