FeignException bytebuffer a la cadena

String s = StandardCharsets.UTF_8.decode(byteBuffer).toString();
Thankful Tarantula