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 344ebd1 commit 4411cacCopy full SHA for 4411cac
msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackParser.java
@@ -398,7 +398,7 @@ public String getText()
398
case BIG_INT:
399
return String.valueOf(biValue);
400
case EXT:
401
- return new String(extensionTypeValue.getData());
+ return getExtensionTypeValue().toString();
402
default:
403
throw new IllegalStateException("Invalid type=" + type);
404
}
0 commit comments