Changed the ResourceConverter to handle inputStream
Changed the ResourceConverter types to take in an inputStream over a String, this will allow users to consume binary payloads if they wish. Included a ByteArrayResourceConverter implementation so that you can request a body like
...
.get(byte[].class);