tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

RestResource payload to generic type #104

Closed tmackenzie closed 5 years ago

tmackenzie commented 6 years ago

Given a Request When its routed to a RestResource Then the Request and Response should have a ivar payload And the payload's data type is a Java class that represents it's shape

tmackenzie commented 6 years ago

Prep:

RestRouteRunner:

tmackenzie commented 5 years ago

Issue #110 will resolve this.