Skip to content

Changed the ResourceConverter to handle inputStream

Compare
Choose a tag to compare
@MikeRocke MikeRocke released this 13 Jan 10:07
· 1 commit to v1.0.x since this release

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);