bretthoerner / dropwizard-scala

Scala helpers for Dropwizard.
86 stars 26 forks source link

Creating some round trip tests to verify the extractor wrapping for Option. #6

Closed nbauernfeind closed 11 years ago

nbauernfeind commented 11 years ago

Adding the extractor code is doing some good. These tests demonstrate it works for java primitive types, but not scala primitive types.

I'm trying to figure it out but Option[java.lang.Long] works whereas Option[Long] does not.