We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d87df commit 27f9c81Copy full SHA for 27f9c81
client/src/main/java/io/avaje/http/client/BodyAdapter.java
@@ -47,6 +47,6 @@ default <T> BodyReader<T> beanReader(ParameterizedType type) {
47
* @param type The bean type to convert the content to.
48
*/
49
default <T> BodyReader<List<T>> listReader(ParameterizedType type) {
50
- throw new UnsupportedOperationException("Parameterized types not supported for this adapter");
+ throw new UnsupportedOperationException("Parameterized types not supported for this Body Adapter");
51
}
52
0 commit comments